Skip to content

Commit

Permalink
chore: release 13.0.1 (#136)
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] authored Oct 31, 2024
1 parent 2aaf510 commit a684516
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [13.0.1](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v13.0.0...v13.0.1) (2024-10-31)


### Bug Fixes

* **aks:** add merge() to avoid null value that breaks values generation ([2aaf510](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/2aaf5108456e9540aac99b6fc70a398136c14818))
* change registry of cURL image to avoid rate limits and update it ([6c7e60b](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/6c7e60b45a23eba370a33796421618c0143d5835))

## [13.0.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v12.0.0...v13.0.0) (2024-10-09)


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 = "v13.0.0" # x-release-please-version
default = "v13.0.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 @@
13.0.0
13.0.1

0 comments on commit a684516

Please sign in to comment.