Skip to content

Commit

Permalink
chore: release 8.1.0 (#85)
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 Mar 1, 2024
1 parent 5b5b7b4 commit 1883660
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

## [8.1.0](https://github.com/camptocamp/devops-stack-module-cert-manager/compare/v8.0.0...v8.1.0) (2024-03-01)


### Features

* **chart:** minor update of dependencies on cert-manager chart ([#83](https://github.com/camptocamp/devops-stack-module-cert-manager/issues/83)) ([37f9e27](https://github.com/camptocamp/devops-stack-module-cert-manager/commit/37f9e270e4c07c928407785fcc94245f5ea16bed))
* make the dashboard deployment dynamic ([5e6d66e](https://github.com/camptocamp/devops-stack-module-cert-manager/commit/5e6d66e68e6e8115970fb60008a76c203b08ced8))

## [8.0.0](https://github.com/camptocamp/devops-stack-module-cert-manager/compare/v7.0.1...v8.0.0) (2024-01-19)


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

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

0 comments on commit 1883660

Please sign in to comment.