Skip to content

Commit 13f0315

Browse files
chore: release 11.1.1 (#128)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5fc9c24 commit 13f0315

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [11.1.1](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v11.1.0...v11.1.1) (2024-06-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **eks:** use name_prefix instead of name when creating a IAM policy ([#127](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/127)) ([5fc9c24](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/5fc9c24f93bc54b1bee41f4d57b19e0af9efba43))
9+
310
## [11.1.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v11.0.0...v11.1.0) (2024-05-16)
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 = "v11.1.0" # x-release-please-version
43+
default = "v11.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-
11.1.0
1+
11.1.1

0 commit comments

Comments
 (0)