From 571c8e4172a933dc5834b75a7ec48fb5b5405be5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 12:03:44 +0000 Subject: [PATCH] chore: release 0.62.0 --- CHANGELOG.md | 7 +++++++ docs/antora.yml | 2 +- modules/variables.tf | 2 +- version.txt | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bda499bce..de4b1afc6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.62.0](https://github.com/camptocamp/devops-stack-internal-services/compare/v0.61.0...v0.62.0) (2023-04-14) + + +### Features + +* **argocd:** update chart to v5.14.1 ([e2e6d68](https://github.com/camptocamp/devops-stack-internal-services/commit/e2e6d68603fd25e30e8c9640e2d92b6fc0819d9f)) + ## [0.61.0](https://github.com/camptocamp/devops-stack/compare/v0.60.2...v0.61.0) (2022-12-14) diff --git a/docs/antora.yml b/docs/antora.yml index 9a0f107ab5..a74552ff38 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,7 +1,7 @@ --- name: "ROOT" title: "DevOps Stack" -version: "0.61.0" # x-release-please-version +version: "0.62.0" # x-release-please-version prerelease: true nav: - "modules/ROOT/nav.adoc" diff --git a/modules/variables.tf b/modules/variables.tf index 84d62a284a..750efb876b 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.61.0" # x-release-please-version + default = "v0.62.0" # x-release-please-version } variable "app_of_apps_values_overrides" { diff --git a/version.txt b/version.txt index 0b09455034..4d74f32383 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.61.0 +0.62.0