Skip to content

Commit 5b21499

Browse files
committed
chore(main): release 2.1.2
1 parent b2a5065 commit 5b21499

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

.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.1"
2+
".": "2.1.2"
33
}

CHANGELOG.md

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

3+
## [2.1.2](https://github.com/bucketeer-io/bucketeer/compare/v2.1.1...v2.1.2) (2025-10-09)
4+
5+
6+
### Bug Fixes
7+
8+
* improve timeout handling and health check resilience during traffic spikes ([#2131](https://github.com/bucketeer-io/bucketeer/issues/2131)) ([b2a5065](https://github.com/bucketeer-io/bucketeer/commit/b2a50655be320a803444df4cdfe136e9520b6aa3))
9+
* **ui/dashboard:** experiment filter opens drawer add new ([#2140](https://github.com/bucketeer-io/bucketeer/issues/2140)) ([d764014](https://github.com/bucketeer-io/bucketeer/commit/d7640146f295cea53b338ec2767b2138ba6bc501))
10+
11+
12+
### Miscellaneous
13+
14+
* remove make command of old console ([#2139](https://github.com/bucketeer-io/bucketeer/issues/2139)) ([70baf53](https://github.com/bucketeer-io/bucketeer/commit/70baf53cf0272e589d4a983b10376716c4ce956a))
15+
16+
17+
### Build System
18+
19+
* **deps:** bump the dependencies group with 6 updates ([#2144](https://github.com/bucketeer-io/bucketeer/issues/2144)) ([c9c9ad6](https://github.com/bucketeer-io/bucketeer/commit/c9c9ad6db01433999c4a26b540086c6263a2eba5))
20+
321
## [2.1.1](https://github.com/bucketeer-io/bucketeer/compare/v2.1.0...v2.1.1) (2025-09-26)
422

523

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.1 # x-release-please-version
3+
tag: v2.1.2 # 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.1 # x-release-please-version
52+
tag: v2.1.2 # x-release-please-version
5353

5454
imagePullSecrets: []
5555

0 commit comments

Comments
 (0)