From d907adde8780a244b1a67af164ac14f314a6c785 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 11:22:08 +0000 Subject: [PATCH] chore: release 0.54.1 --- CHANGELOG.md | 7 +++++++ docs/antora.yml | 2 +- modules/variables.tf | 2 +- site/config.toml | 2 +- version.txt | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4764ac5f..ab14d54982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.54.1](https://www.github.com/camptocamp/devops-stack/compare/v0.54.0...v0.54.1) (2022-02-16) + + +### Bug Fixes + +* add missing namespaces template ([0331a82](https://www.github.com/camptocamp/devops-stack/commit/0331a827d3384aa6dd91f1a9d887c22931ae83ea)) + ## [0.54.0](https://www.github.com/camptocamp/devops-stack/compare/v0.53.0...v0.54.0) (2022-02-16) diff --git a/docs/antora.yml b/docs/antora.yml index a46b37d7ac..6badc19748 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,7 +1,7 @@ --- name: "devops-stack" title: "DevOps Stack" -version: "0.54.0" +version: "0.54.1" prerelease: true nav: - "modules/ROOT/nav.adoc" diff --git a/modules/variables.tf b/modules/variables.tf index f8d3202e88..e5f1f6ac55 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.54.0" + default = "v0.54.1" } variable "app_of_apps_values_overrides" { diff --git a/site/config.toml b/site/config.toml index c3aa1256e4..2096f3a0d9 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.54.0" +version = "0.54.1" google_analytics = "G-GDBX9466LL" diff --git a/version.txt b/version.txt index 524456c776..1942d77df0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.54.0 +0.54.1