From ed8396f09ec7d58a294c49c94c33d3eaed6c5daa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 15:36:30 +0100 Subject: [PATCH] chore: release 0.53.0 (#851) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ modules/variables.tf | 2 +- site/config.toml | 2 +- version.txt | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b399a44ef9..4234cd0401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.53.0](https://www.github.com/camptocamp/devops-stack/compare/v0.52.0...v0.53.0) (2022-02-07) + + +### Features + +* **eks:** add extra_lb_target_groups and extra_lb_http_tcp_listeners variables ([#853](https://www.github.com/camptocamp/devops-stack/issues/853)) ([74d50cd](https://www.github.com/camptocamp/devops-stack/commit/74d50cd5c4508b257ca6e006ee3d9884381c4af7)) +* **sks:** expose local.kubernetes to outputs ([0adbe95](https://www.github.com/camptocamp/devops-stack/commit/0adbe95e10473cd4fd4312548e93735d296d7e86)) + ## [0.52.0](https://www.github.com/camptocamp/devops-stack/compare/v0.51.1...v0.52.0) (2022-01-14) diff --git a/modules/variables.tf b/modules/variables.tf index c88d91430b..a7b7e1016e 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.52.0" + default = "v0.53.0" } variable "app_of_apps_values_overrides" { diff --git a/site/config.toml b/site/config.toml index ba136236a7..b2563b017f 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.52.0" +version = "0.53.0" google_analytics = "G-GDBX9466LL" diff --git a/version.txt b/version.txt index 4f9b378b40..7f422a161a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.52.0 +0.53.0