Skip to content

Commit 62945c0

Browse files
committed
chore(main): release 2.0.1
1 parent b998a47 commit 62945c0

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.0.0"
2+
".": "2.0.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.0.1](https://github.com/bucketeer-io/bucketeer/compare/v2.0.0...v2.0.1) (2025-08-28)
4+
5+
6+
### Miscellaneous
7+
8+
* fix typo in locales ([#2091](https://github.com/bucketeer-io/bucketeer/issues/2091)) ([b998a47](https://github.com/bucketeer-io/bucketeer/commit/b998a479680384b8534904e4d6052f2b0d74110b))
9+
310
## [2.0.0](https://github.com/bucketeer-io/bucketeer/compare/v1.3.0...v2.0.0) (2025-08-27)
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.0.0 # x-release-please-version
3+
tag: v2.0.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.0.0 # x-release-please-version
52+
tag: v2.0.1 # x-release-please-version
5353

5454
imagePullSecrets: []
5555

0 commit comments

Comments
 (0)