diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e15d0234..239abc9255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.60.0](https://github.com/JGodin-C2C/devops-stack/compare/v0.59.3...v0.60.0) (2022-10-26) + + +### Features + +* change version on the variable file ([71d37dd](https://github.com/JGodin-C2C/devops-stack/commit/71d37dd8422d9e74028237caf9e393d88ff41a0b)) +* Loki is not the default datasource ([33646ac](https://github.com/JGodin-C2C/devops-stack/commit/33646acefddab2003fbd4b8256be07f688aaaed4)) +* **traefik:** allow disabling of dashboard's ingress and auth ([f310e28](https://github.com/JGodin-C2C/devops-stack/commit/f310e28b7da6256e25969f1eba63321400c16d37)) + ## [0.59.3](https://github.com/camptocamp/devops-stack/compare/v0.59.2...v0.59.3) (2022-10-13) diff --git a/docs/antora.yml b/docs/antora.yml index 26a38b3585..ef9806295d 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,7 +1,7 @@ --- name: "ROOT" title: "DevOps Stack" -version: "0.59.3" # x-release-please-version +version: "0.60.0" # x-release-please-version prerelease: true nav: - "modules/ROOT/nav.adoc" diff --git a/modules/variables.tf b/modules/variables.tf index db3d2fda05..d0671ad023 100644 --- a/modules/variables.tf +++ b/modules/variables.tf @@ -12,7 +12,7 @@ variable "repo_url" { variable "target_revision" { description = "The source target revision of ArgoCD's app of apps." type = string - default = "v0.59.3" # x-release-please-version + default = "v0.60.0" # x-release-please-version } variable "app_of_apps_values_overrides" { diff --git a/version.txt b/version.txt index 7d677042f4..7e750b4ebf 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.59.3 +0.60.0