From c3c539734fc63a35e1748f776b3d6b9d97b6ccbb Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:02:51 +0000 Subject: [PATCH] chore(master): release 2.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ trampoline_v2.sh | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1fa819c..969d3db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.11" + ".": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e341f60..976403e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.1.0](https://github.com/GoogleCloudPlatform/docker-ci-helper/compare/v2.0.11...v2.1.0) (2024-11-04) + + +### Features + +* allow skipping user/group override ([#55](https://github.com/GoogleCloudPlatform/docker-ci-helper/issues/55)) ([3de17dd](https://github.com/GoogleCloudPlatform/docker-ci-helper/commit/3de17ddbf47e596c34fc751669843c66b4f884dd)) +* load additional .trampolinerc file next to trampoline_v2.sh file if present ([#57](https://github.com/GoogleCloudPlatform/docker-ci-helper/issues/57)) ([c9e4131](https://github.com/GoogleCloudPlatform/docker-ci-helper/commit/c9e4131267db44181330c0a02320bd9da2f6369e)) + ## [2.0.11](https://github.com/GoogleCloudPlatform/docker-ci-helper/compare/v2.0.10...v2.0.11) (2024-08-22) diff --git a/trampoline_v2.sh b/trampoline_v2.sh index a566674..5593487 100755 --- a/trampoline_v2.sh +++ b/trampoline_v2.sh @@ -54,7 +54,7 @@ set -euo pipefail # x-release-please-start-version -TRAMPOLINE_VERSION="2.0.11" +TRAMPOLINE_VERSION="2.1.0" # x-release-please-end CURRENT_DIR=$(dirname "${BASH_SOURCE[0]}")