Skip to content

Commit

Permalink
CHANGELOG fixes (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax authored Aug 30, 2024
1 parent bb3005d commit 9c5b3e0
Show file tree
Hide file tree
Showing 8 changed files with 814 additions and 348 deletions.
2 changes: 1 addition & 1 deletion buildpacks/gradle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Initial release
- Initial release

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...HEAD
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
Expand Down
184 changes: 129 additions & 55 deletions buildpacks/jvm-function-invoker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,184 +82,228 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.1.1] - 2023-06-22

* This buildpack now declares to be compatible with the `*` stack. While the buildpack cannot guarantee it works with any stack conceivable, it should be compatible with some stacks that are not maintained by Heroku. Use of this buildpack on such stacks is unsupported. ([#498](https://github.com/heroku/buildpacks-jvm/pull/498))
### Changed

- This buildpack now declares to be compatible with the `*` stack. While the buildpack cannot guarantee it works with any stack conceivable, it should be compatible with some stacks that are not maintained by Heroku. Use of this buildpack on such stacks is unsupported. ([#498](https://github.com/heroku/buildpacks-jvm/pull/498))

## [0.6.8] - 2023-05-11

* Upgrade `libcnb` and `libherokubuildpack` to `0.12.0`. ([#463](https://github.com/heroku/buildpacks-jvm/pull/463))
* The buildpack now implements Buildpack API 0.9 instead of 0.8, and so requires `lifecycle` 0.15.x or newer. ([#463](https://github.com/heroku/buildpacks-jvm/pull/463))
### Changed

- Upgrade `libcnb` and `libherokubuildpack` to `0.12.0`. ([#463](https://github.com/heroku/buildpacks-jvm/pull/463))
- The buildpack now implements Buildpack API 0.9 instead of 0.8, and so requires `lifecycle` 0.15.x or newer. ([#463](https://github.com/heroku/buildpacks-jvm/pull/463))

## [0.6.7] - 2023-01-19

* Update `sf-fx-runtime-java` from `1.1.2` to `1.1.3`.
### Changed

- Update `sf-fx-runtime-java` from `1.1.2` to `1.1.3`.

## [0.6.6] - 2022-11-30

* Update `sf-fx-runtime-java` from `1.1.1` to `1.1.2`. ([#398](https://github.com/heroku/buildpacks-jvm/pull/398))
### Changed

- Update `sf-fx-runtime-java` from `1.1.1` to `1.1.2`. ([#398](https://github.com/heroku/buildpacks-jvm/pull/398))

## [0.6.5] - 2022-10-20

* Updated function runtime to `1.1.1`. ([#388](https://github.com/heroku/buildpacks-jvm/pull/388))
* Upgrade `libcnb` and `libherokubuildpack` to `0.11.1`. ([#384](https://github.com/heroku/buildpacks-jvm/pull/384) and [#386](https://github.com/heroku/buildpacks-jvm/pull/386))
### Changed

- Updated function runtime to `1.1.1`. ([#388](https://github.com/heroku/buildpacks-jvm/pull/388))
- Upgrade `libcnb` and `libherokubuildpack` to `0.11.1`. ([#384](https://github.com/heroku/buildpacks-jvm/pull/384) and [#386](https://github.com/heroku/buildpacks-jvm/pull/386))

## [0.6.4] - 2022-09-28

* Upgrade `libcnb` and `libherokubuildpack` to `0.11.0`. ([#371](https://github.com/heroku/buildpacks-jvm/pull/371))
* Buildpack now implements buildpack API version `0.8` and so requires lifecycle version `0.14.x` or newer. ([#363](https://github.com/heroku/buildpacks-jvm/pull/363))
* Updated function runtime to `1.1.0`
### Changed

- Upgrade `libcnb` and `libherokubuildpack` to `0.11.0`. ([#371](https://github.com/heroku/buildpacks-jvm/pull/371))
- Buildpack now implements buildpack API version `0.8` and so requires lifecycle version `0.14.x` or newer. ([#363](https://github.com/heroku/buildpacks-jvm/pull/363))
- Updated function runtime to `1.1.0`

## [0.6.3] - 2022-06-29

* Upgrade `libcnb` to `0.8.0` and `libherokubuildpack` to `0.8.0`.
* Updated function runtime to `1.0.7`
### Changed

- Upgrade `libcnb` to `0.8.0` and `libherokubuildpack` to `0.8.0`.
- Updated function runtime to `1.0.7`

## [0.6.2] - 2022-06-09

* Upgrade `libcnb` to `0.6.0` and `libherokubuildpack` to `0.6.0`.
* Add support for the `heroku-22` stack. ([#304](https://github.com/heroku/buildpacks-jvm/pull/304))
### Changed

- Upgrade `libcnb` to `0.6.0` and `libherokubuildpack` to `0.6.0`.
- Add support for the `heroku-22` stack. ([#304](https://github.com/heroku/buildpacks-jvm/pull/304))

## [0.6.1] - 2022-02-08

* Upgrade `libcnb` to `0.5.0` and `libherokubuildpack` to `0.5.0`.
* Updated function runtime to `1.0.6`
### Changed

- Upgrade `libcnb` to `0.5.0` and `libherokubuildpack` to `0.5.0`.
- Updated function runtime to `1.0.6`

## [0.6.0] - 2022-01-05

* Switch to BSD 3-Clause License
* Upgrade to `libcnb` version `0.4.0`
* Updated function runtime to `1.0.5`
### Changed

- Switch to BSD 3-Clause License
- Upgrade to `libcnb` version `0.4.0`
- Updated function runtime to `1.0.5`

## [0.5.5] - 2021-10-19

- No changes.

## [0.5.4] - 2021-09-30

* Updated function runtime to `1.0.3`
### Changed

- Updated function runtime to `1.0.3`

## [0.5.3] - 2021-09-29

* Updated function runtime to `1.0.2`
* Update buildpack API version from `0.4` to `0.5`
* Update `libcnb` and `libherokubuildpack` to new major versions
### Changed

- Updated function runtime to `1.0.2`
- Update buildpack API version from `0.4` to `0.5`
- Update `libcnb` and `libherokubuildpack` to new major versions

## [0.5.2] - 2021-08-31

* Rewrite to use libcnb 0.2.0 features
### Changed

- Rewrite to use libcnb 0.2.0 features

## [0.5.1] - 2021-08-25

* Updated function runtime to `1.0.1`
### Changed

- Updated function runtime to `1.0.1`

## [0.5.0] - 2021-08-10

* Changed implementation to Rust (relanded with upgrade to libcnb `0.1.3`)
### Changed

- Changed implementation to Rust (relanded with upgrade to libcnb `0.1.3`)

## [0.4.0] - 2021-07-28

* Revert all changes from `0.3.0`
* Updated function runtime to `1.0.0` again
### Changed

- Revert all changes from `0.3.0`
- Updated function runtime to `1.0.0` again

## [0.3.0] - 2021-07-15

* Changed implementation to Rust
* Updated function runtime to `1.0.0`
### Changed

- Changed implementation to Rust
- Updated function runtime to `1.0.0`

## [0.2.11] - 2021-05-21

* Updated function runtime to `0.2.4`
### Changed

- Updated function runtime to `0.2.4`

## [0.2.10] - 2021-05-18

* Updated function runtime to `0.2.3`
### Changed

- Updated function runtime to `0.2.3`

## [0.2.9] - 2021-05-17

* Updated function runtime to `0.2.2`
### Changed

- Updated function runtime to `0.2.2`

## [0.2.8] - 2021-05-17

### Changed

* `SF_FX_REMOTE_DEBUG` was renamed to `DEBUG_PORT` and also species the port on with the JDWP agent will listen on.
* Updated function runtime to `0.2.1`
* Update `bin/detect` to check for `type=function`.
- `SF_FX_REMOTE_DEBUG` was renamed to `DEBUG_PORT` and also species the port on with the JDWP agent will listen on.
- Updated function runtime to `0.2.1`
- Update `bin/detect` to check for `type=function`.

## [0.2.7] - 2021-05-05

### Changed

* Updated function runtime to `0.2.0`
- Updated function runtime to `0.2.0`

### Added

* Support for the `SF_FX_REMOTE_DEBUG` runtime environment variable. If set, the invoker will listen for incoming JDWP
- Support for the `SF_FX_REMOTE_DEBUG` runtime environment variable. If set, the invoker will listen for incoming JDWP
connections on port `5005`.

### Changed

* Detection now checks for `project.toml` in addition to `function.toml` to determine if an app is a function.
- Detection now checks for `project.toml` in addition to `function.toml` to determine if an app is a function.

## [0.2.6] - 2021-04-29

### Changed

* Updated function runtime to `0.1.4-ea`
- Updated function runtime to `0.1.4-ea`

## [0.2.5] - 2021-04-21

### Changed

* Updated function runtime to `0.1.3-ea`
- Updated function runtime to `0.1.3-ea`

## [0.2.4] - 2021-04-08

### Fixed

* Fixed `licenses` in `buildpack.toml`
* Updated function runtime to `0.1.1-ea`
- Fixed `licenses` in `buildpack.toml`
- Updated function runtime to `0.1.1-ea`

## [0.2.3] - 2021-02-23

- No changes.

## [0.2.2] - 2021-02-04

### Added

* Support for the `PORT` environment variable at runtime for setting the HTTP port
- Support for the `PORT` environment variable at runtime for setting the HTTP port

### Fixed

* When using an older version of `pack`, the function layer might be incorrectly restored, causing errors
- When using an older version of `pack`, the function layer might be incorrectly restored, causing errors
"directory not empty" during function detection. A workaround has been added.

## [0.2.1] - 2021-02-03

### Changed

* Now requires (in the CNB sense) `jvm-application` to pass detection.
* Will now fail detection if there is no `function.toml` present.
- Now requires (in the CNB sense) `jvm-application` to pass detection.
- Will now fail detection if there is no `function.toml` present.

### Removed

* The Java function runtime binary integrity is now checked after download (temporarily removed).
* Java function runtime is now cached between builds (temporarily removed).
- The Java function runtime binary integrity is now checked after download (temporarily removed).
- Java function runtime is now cached between builds (temporarily removed).

## [0.2.0] - 2021-02-01

### Changed

* Function runtime binary URL no longer has to be specified with the `JVM_INVOKER_JAR_URL` environment variable.
* Functions are now detected during build. This means the build will now fail if more or less than one valid
- Function runtime binary URL no longer has to be specified with the `JVM_INVOKER_JAR_URL` environment variable.
- Functions are now detected during build. This means the build will now fail if more or less than one valid
Salesforce Java function is detected in the project.

### Added

* The Java function runtime binary integrity is now checked after download.
* Java function runtime is now cached between builds.
- The Java function runtime binary integrity is now checked after download.
- Java function runtime is now cached between builds.

## [0.1.0] - 2021-01-21

### Added

* Initial release.
- Initial release.

[unreleased]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.1...HEAD
[6.0.1]: https://github.com/heroku/buildpacks-jvm/compare/v6.0.0...v6.0.1
Expand All @@ -278,4 +322,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[3.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v2.0.0...v3.0.0
[2.0.0]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.2...v2.0.0
[1.1.2]: https://github.com/heroku/buildpacks-jvm/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/heroku/buildpacks-jvm/releases/tag/v1.1.1
[1.1.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.8...v1.1.1
[0.6.8]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.7...heroku%2Fjvm-function-invoker_0.6.8
[0.6.7]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.6...heroku%2Fjvm-function-invoker_0.6.7
[0.6.6]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.5...heroku%2Fjvm-function-invoker_0.6.6
[0.6.5]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.4...heroku%2Fjvm-function-invoker_0.6.5
[0.6.4]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.3...heroku%2Fjvm-function-invoker_0.6.4
[0.6.3]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.2...heroku%2Fjvm-function-invoker_0.6.3
[0.6.2]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.1...heroku%2Fjvm-function-invoker_0.6.2
[0.6.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.6.0...heroku%2Fjvm-function-invoker_0.6.1
[0.6.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.5...heroku%2Fjvm-function-invoker_0.6.0
[0.5.5]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.4...heroku%2Fjvm-function-invoker_0.5.5
[0.5.4]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.3...heroku%2Fjvm-function-invoker_0.5.4
[0.5.3]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.2...heroku%2Fjvm-function-invoker_0.5.3
[0.5.2]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.1...heroku%2Fjvm-function-invoker_0.5.2
[0.5.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.5.0...heroku%2Fjvm-function-invoker_0.5.1
[0.5.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.4.0...heroku%2Fjvm-function-invoker_0.5.0
[0.4.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.3.0...heroku%2Fjvm-function-invoker_0.4.0
[0.3.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.11...heroku%2Fjvm-function-invoker_0.3.0
[0.2.11]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.10...heroku%2Fjvm-function-invoker_0.2.11
[0.2.10]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.9...heroku%2Fjvm-function-invoker_0.2.10
[0.2.9]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.8...heroku%2Fjvm-function-invoker_0.2.9
[0.2.8]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.7...heroku%2Fjvm-function-invoker_0.2.8
[0.2.7]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.6...heroku%2Fjvm-function-invoker_0.2.7
[0.2.6]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.5...heroku%2Fjvm-function-invoker_0.2.6
[0.2.5]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.4...heroku%2Fjvm-function-invoker_0.2.5
[0.2.4]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.3...heroku%2Fjvm-function-invoker_0.2.4
[0.2.3]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.2...heroku%2Fjvm-function-invoker_0.2.3
[0.2.2]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.1...heroku%2Fjvm-function-invoker_0.2.2
[0.2.1]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.2.0...heroku%2Fjvm-function-invoker_0.2.1
[0.2.0]: https://github.com/heroku/buildpacks-jvm/compare/heroku%2Fjvm-function-invoker_0.1.0...heroku%2Fjvm-function-invoker_0.2.0
[0.1.0]: https://github.com/heroku/buildpacks-jvm/releases/tag/heroku%2Fjvm-function-invoker_0.1.0
Loading

0 comments on commit 9c5b3e0

Please sign in to comment.