Skip to content

Commit 4ed8b68

Browse files
authored
Prepare repository rename (#216)
* Prepare for repository rename * Add changelog entry for repository rename
1 parent 2f29203 commit 4ed8b68

File tree

5 files changed

+24
-22
lines changed

5 files changed

+24
-22
lines changed

Diff for: CHANGELOG.md

+20-18
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Changed repository name from `heroku/procfile-cnb` to `heroku/buildpacks-procfile`. ([#216](https://github.com/heroku/buildpacks-procfile/pull/216))
11+
1012
## [3.0.0] - 2024-02-28
1113

1214
### Added
1315

14-
- Enabled tracing/telemetry via `libcnb`'s `trace` feature. ([#208](https://github.com/heroku/procfile-cnb/pull/208))
16+
- Enabled tracing/telemetry via `libcnb`'s `trace` feature. ([#208](https://github.com/heroku/buildpacks-procfile/pull/208))
1517

1618
### Changed
1719

18-
- Updated to Buildpack API 0.10. ([#205](https://github.com/heroku/procfile-cnb/pull/205))
20+
- Updated to Buildpack API 0.10. ([#205](https://github.com/heroku/buildpacks-procfile/pull/205))
1921
- All launch processes are now wrapped in `bash -c` instead of using CNB's `direct = false` directive, which is no longer available.
2022
- `.profile` and `.profile.d` scripts will no longer be automatically sourced.
2123
- CNB Lifecycle 0.17 or newer is now required.
@@ -24,42 +26,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2426

2527
### Changed
2628

27-
- Updated buildpack display name, description and keywords. ([#189](https://github.com/heroku/procfile-cnb/pull/189))
29+
- Updated buildpack display name, description and keywords. ([#189](https://github.com/heroku/buildpacks-procfile/pull/189))
2830

2931
## [2.0.1] - 2023-08-21
3032

3133
### Changed
3234

33-
- Switched to new buildpack release automation. As a side-effect, the filename of the packaged buildpack attached to the GitHub release has changed from `heroku_procfile_X.Y.Z.cnb` to `heroku_procfile.cnb`. ([#156](https://github.com/heroku/procfile-cnb/pull/156) and [#170](https://github.com/heroku/procfile-cnb/pull/170))
35+
- Switched to new buildpack release automation. As a side-effect, the filename of the packaged buildpack attached to the GitHub release has changed from `heroku_procfile_X.Y.Z.cnb` to `heroku_procfile.cnb`. ([#156](https://github.com/heroku/buildpacks-procfile/pull/156) and [#170](https://github.com/heroku/buildpacks-procfile/pull/170))
3436
- Updated buildpack dependencies.
3537

3638
## [2.0.0] - 2022-09-27
3739

3840
### Changed
3941

40-
- Buildpack now implements buildpack API version 0.8 and so requires `lifecycle` version 0.14.x or newer. ([#98](https://github.com/heroku/procfile-cnb/pull/98))
41-
- Upgraded `libcnb` and `libherokubuildpack` to 0.11.0. ([#98](https://github.com/heroku/procfile-cnb/pull/98) and [#102](https://github.com/heroku/procfile-cnb/pull/102))
42+
- Buildpack now implements buildpack API version 0.8 and so requires `lifecycle` version 0.14.x or newer. ([#98](https://github.com/heroku/buildpacks-procfile/pull/98))
43+
- Upgraded `libcnb` and `libherokubuildpack` to 0.11.0. ([#98](https://github.com/heroku/buildpacks-procfile/pull/98) and [#102](https://github.com/heroku/buildpacks-procfile/pull/102))
4244

4345
### Removed
4446

45-
- Removed explicitly named stacks from `[[stacks]]`, which were a workaround for Pack CLI <0.24.1 not supporting the wildcard stack. ([#103](https://github.com/heroku/procfile-cnb/pull/103))
47+
- Removed explicitly named stacks from `[[stacks]]`, which were a workaround for Pack CLI <0.24.1 not supporting the wildcard stack. ([#103](https://github.com/heroku/buildpacks-procfile/pull/103))
4648

4749
## [1.0.2] - 2022-07-14
4850

4951
### Changed
5052

5153
- The buildpack binary is now stripped for reduced builder image size (thanks to [`libcnb-cargo` v0.5.0](https://github.com/heroku/libcnb.rs/releases/tag/libcnb-cargo%2Fv0.5.0)).
52-
- Updated `libcnb` and `libherokubuildpack` from 0.5.0 to 0.9.0. ([#49](https://github.com/heroku/procfile-cnb/pull/49), [#60](https://github.com/heroku/procfile-cnb/pull/60), [#82](https://github.com/heroku/procfile-cnb/pull/82) and [#88](https://github.com/heroku/procfile-cnb/pull/88))
54+
- Updated `libcnb` and `libherokubuildpack` from 0.5.0 to 0.9.0. ([#49](https://github.com/heroku/buildpacks-procfile/pull/49), [#60](https://github.com/heroku/buildpacks-procfile/pull/60), [#82](https://github.com/heroku/buildpacks-procfile/pull/82) and [#88](https://github.com/heroku/buildpacks-procfile/pull/88))
5355

5456
### Fixed
5557

56-
- Removed incorrect error message shown in the case of internal buildpack regex errors. ([#77](https://github.com/heroku/procfile-cnb/pull/77))
58+
- Removed incorrect error message shown in the case of internal buildpack regex errors. ([#77](https://github.com/heroku/buildpacks-procfile/pull/77))
5759

5860
## [1.0.1] - 2022-04-05
5961

6062
### Fixed
6163

62-
- Fixed compatibility with older versions of Pack CLI that do not support the wildcard stack in `buildpack.toml`. ([#55](https://github.com/heroku/procfile-cnb/pull/55))
64+
- Fixed compatibility with older versions of Pack CLI that do not support the wildcard stack in `buildpack.toml`. ([#55](https://github.com/heroku/buildpacks-procfile/pull/55))
6365

6466
## [1.0.0] - 2022-04-05
6567

@@ -68,11 +70,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6870
- Initial release of Rust procfile buildpack, the old Go buildpack is now archived.
6971
- Re-write logic of Procfile parsing to match Heroku's behavior, which has different behavior from the Go version (that assumed that a Procfile was YAML syntax).
7072

71-
[unreleased]: https://github.com/heroku/procfile-cnb/compare/v3.0.0...HEAD
72-
[3.0.0]: https://github.com/heroku/procfile-cnb/compare/v2.0.2...v3.0.0
73-
[2.0.2]: https://github.com/heroku/procfile-cnb/compare/v2.0.1...v2.0.2
74-
[2.0.1]: https://github.com/heroku/procfile-cnb/compare/v2.0.0...v2.0.1
75-
[2.0.0]: https://github.com/heroku/procfile-cnb/compare/v1.0.2...v2.0.0
76-
[1.0.2]: https://github.com/heroku/procfile-cnb/compare/v1.0.1...v1.0.2
77-
[1.0.1]: https://github.com/heroku/procfile-cnb/compare/v1.0.0...v1.0.1
78-
[1.0.0]: https://github.com/heroku/procfile-cnb/releases/tag/v1.0.0
73+
[unreleased]: https://github.com/heroku/buildpacks-procfile/compare/v3.0.0...HEAD
74+
[3.0.0]: https://github.com/heroku/buildpacks-procfile/compare/v2.0.2...v3.0.0
75+
[2.0.2]: https://github.com/heroku/buildpacks-procfile/compare/v2.0.1...v2.0.2
76+
[2.0.1]: https://github.com/heroku/buildpacks-procfile/compare/v2.0.0...v2.0.1
77+
[2.0.0]: https://github.com/heroku/buildpacks-procfile/compare/v1.0.2...v2.0.0
78+
[1.0.2]: https://github.com/heroku/buildpacks-procfile/compare/v1.0.1...v1.0.2
79+
[1.0.1]: https://github.com/heroku/buildpacks-procfile/compare/v1.0.0...v1.0.1
80+
[1.0.0]: https://github.com/heroku/buildpacks-procfile/releases/tag/v1.0.0

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Heroku Cloud Native Procfile Buildpack
22

3-
[![CI](https://github.com/heroku/procfile-cnb/actions/workflows/ci.yml/badge.svg)](https://github.com/heroku/procfile-cnb/actions/workflows/ci.yml)
3+
[![CI](https://github.com/heroku/buildpacks-procfile/actions/workflows/ci.yml/badge.svg)](https://github.com/heroku/buildpacks-procfile/actions/workflows/ci.yml)
44

55
This is a [Cloud Native Buildpack](https://buildpacks.io/) that replicates the behavior of
66
[`Procfile`](https://devcenter.heroku.com/articles/procfile) from non-CNB Heroku Builds.

Diff for: buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ api = "0.10"
44
id = "heroku/procfile"
55
version = "3.0.0"
66
name = "Heroku Procfile"
7-
homepage = "https://github.com/heroku/procfile-cnb"
7+
homepage = "https://github.com/heroku/buildpacks-procfile"
88
description = "Heroku's Procfile buildpack."
99
keywords = ["procfile", "processes", "heroku"]
1010

Diff for: src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub(crate) fn error_handler(buildpack_error: ProcfileBuildpackError) {
2424
);
2525
}
2626
// There are currently no ways in which parsing can fail, however we will add some in the future:
27-
// https://github.com/heroku/procfile-cnb/issues/73
27+
// https://github.com/heroku/buildpacks-procfile/issues/73
2828
ProcfileBuildpackError::ProcfileParsingError(parsing_error) => match parsing_error {},
2929
ProcfileBuildpackError::ProcfileConversionError(conversion_error) => match conversion_error
3030
{

Diff for: src/procfile.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ impl FromStr for Procfile {
6363
}
6464

6565
// There are currently no ways in which parsing can fail, however we will add some in the future:
66-
// https://github.com/heroku/procfile-cnb/issues/73
66+
// https://github.com/heroku/buildpacks-procfile/issues/73
6767
#[derive(Debug, Eq, PartialEq)]
6868
pub(crate) enum ProcfileParsingError {}
6969

0 commit comments

Comments
 (0)