From ec039f1a91e19fd10d38311768f1aecd097c344e Mon Sep 17 00:00:00 2001 From: Ryan Moran <155736+ryanmoran@users.noreply.github.com> Date: Mon, 27 Mar 2023 05:06:03 -0700 Subject: [PATCH] Release 1.8.8 (#587) --- CHANGELOG | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 68 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 4a85cf4a4..72eb97844 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,70 @@ +v1.8.8 Mar 24, 2023 +==================== + +* Bring our own Python for node-gyp + +commit 53608c16a0d6f13aa63ba0565e365740d98b033c +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Fri Mar 17 14:22:02 2023 -0700 + + Bump github.com/onsi/gomega from 1.27.2 to 1.27.4 (#579) + + * Bump github.com/onsi/gomega from 1.27.2 to 1.27.4 + + Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.2 to 1.27.4. + - [Release notes](https://github.com/onsi/gomega/releases) + - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) + - [Commits](https://github.com/onsi/gomega/compare/v1.27.2...v1.27.4) + + --- + updated-dependencies: + - dependency-name: github.com/onsi/gomega + dependency-type: direct:production + update-type: version-update:semver-patch + ... + + Signed-off-by: dependabot[bot] + + * Updates github-config (#575) + + * Updating github-config + + * Bump version to 1.8.7 (#580) + + * Bump github.com/cloudfoundry/switchblade from 0.1.3 to 0.2.0 + + Bumps [github.com/cloudfoundry/switchblade](https://github.com/cloudfoundry/switchblade) from 0.1.3 to 0.2.0. + - [Release notes](https://github.com/cloudfoundry/switchblade/releases) + - [Commits](https://github.com/cloudfoundry/switchblade/compare/v0.1.3...v0.2.0) + + --- + updated-dependencies: + - dependency-name: github.com/cloudfoundry/switchblade + dependency-type: direct:production + update-type: version-update:semver-minor + ... + + Signed-off-by: dependabot[bot] + + --------- + + Signed-off-by: dependabot[bot] + Co-authored-by: Brayan Henao + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> + Co-authored-by: Ryan Moran <155736+ryanmoran@users.noreply.github.com> + + --------- + + Signed-off-by: dependabot[bot] + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> + Co-authored-by: Cloud Foundry Buildpacks Team Robot + Co-authored-by: Brayan Henao + Co-authored-by: Ryan Moran <155736+ryanmoran@users.noreply.github.com> + + +* Update libbuildpack + + v1.8.7 Mar 14, 2023 ==================== diff --git a/VERSION b/VERSION index d2c4b2715..8b315b3fe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.7 \ No newline at end of file +1.8.8 \ No newline at end of file