diff --git a/CHANGELOG.md b/CHANGELOG.md index fc8c0a3a6b..81188209d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.50.3](https://www.github.com/camptocamp/devops-stack/compare/v0.50.2...v0.50.3) (2021-12-08) + + +### Bug Fixes + +* **website:** build on published ([#831](https://www.github.com/camptocamp/devops-stack/issues/831)) ([d5a31d2](https://www.github.com/camptocamp/devops-stack/commit/d5a31d29461d4cb89b8adbcdffe55194abc3358c)) + ### [0.50.2](https://www.github.com/camptocamp/devops-stack/compare/v0.50.1...v0.50.2) (2021-12-07) diff --git a/docs/antora.yml b/docs/antora.yml index 6c4e429091..5986db95b8 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,7 +1,7 @@ --- name: "devops-stack" title: "DevOps Stack" -version: "0.50.2" +version: "0.50.3" prerelease: true nav: - "modules/ROOT/nav.adoc" diff --git a/modules/variables.tf b/modules/variables.tf index a3520ce211..655a04c562 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.50.2" + default = "v0.50.3" } variable "app_of_apps_values_overrides" { diff --git a/site/config.toml b/site/config.toml index a4b041581b..c541f7951a 100644 --- a/site/config.toml +++ b/site/config.toml @@ -15,7 +15,7 @@ org_logo = "images/logo/camptocamp.png" org_logo_width = "200px" org_url = "https://camptocamp.com" -version = "0.50.2" +version = "0.50.3" google_analytics = "G-GDBX9466LL" diff --git a/version.txt b/version.txt index 967995cd2b..444318d40d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.50.2 +0.50.3