Skip to content

Commit

Permalink
chore: release 11.1.1 (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 7, 2024
1 parent 5fc9c24 commit 13f0315
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [11.1.1](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v11.1.0...v11.1.1) (2024-06-07)


### Bug Fixes

* **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))

## [11.1.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v11.0.0...v11.1.0) (2024-05-16)


Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ variable "destination_cluster" {
variable "target_revision" {
description = "Override of target revision of the application chart."
type = string
default = "v11.1.0" # x-release-please-version
default = "v11.1.1" # x-release-please-version
}

variable "cluster_issuer" {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.1.0
11.1.1

0 comments on commit 13f0315

Please sign in to comment.