Skip to content

Commit 1b6dce5

Browse files
chore: release 10.1.1 (#122)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2d91503 commit 1b6dce5

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [10.1.1](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v10.1.0...v10.1.1) (2024-04-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **aks:** update module to support workload identities ([3da046f](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/3da046f7222647cc84a0151b424e37fa50ae9f60))
9+
310
## [10.1.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v10.0.0...v10.1.0) (2024-04-17)
411

512

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ variable "destination_cluster" {
4040
variable "target_revision" {
4141
description = "Override of target revision of the application chart."
4242
type = string
43-
default = "v10.1.0" # x-release-please-version
43+
default = "v10.1.1" # x-release-please-version
4444
}
4545

4646
variable "cluster_issuer" {

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.1.0
1+
10.1.1

0 commit comments

Comments
 (0)