Skip to content

Commit

Permalink
chore(master): release 2.1.0 (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Nov 4, 2024
1 parent c9e4131 commit 3c43959
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.11"
".": "2.1.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion trampoline_v2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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]}")

Expand Down

0 comments on commit 3c43959

Please sign in to comment.