Skip to content

Commit d8fa117

Browse files
chore(main): release 2.1.1 (#2138)
1 parent 5bde96c commit d8fa117

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.0"
2+
".": "2.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.1](https://github.com/bucketeer-io/bucketeer/compare/v2.1.0...v2.1.1) (2025-09-26)
4+
5+
6+
### Bug Fixes
7+
8+
* add v2 module path for Go modules v2+ semantic versioning ([#2137](https://github.com/bucketeer-io/bucketeer/issues/2137)) ([5bde96c](https://github.com/bucketeer-io/bucketeer/commit/5bde96c7920e82cb4407cdbe308d16861d017425))
9+
310
## [2.1.0](https://github.com/bucketeer-io/bucketeer/compare/v2.0.0...v2.1.0) (2025-09-26)
411

512

manifests/bucketeer/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
global:
22
image:
3-
tag: v2.1.0 # x-release-please-version
3+
tag: v2.1.1 # x-release-please-version
44
imagePullSecrets:
55

66
# Global data warehouse configuration
@@ -49,7 +49,7 @@ global:
4949
migration:
5050
image:
5151
repository: ghcr.io/bucketeer-io/bucketeer-migration
52-
tag: v2.1.0 # x-release-please-version
52+
tag: v2.1.1 # x-release-please-version
5353

5454
imagePullSecrets: []
5555

0 commit comments

Comments
 (0)