diff --git a/CHANGELOG.md b/CHANGELOG.md index 871b7996ef..dd666e907e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.50.0](https://www.github.com/camptocamp/devops-stack/compare/v0.49.0...v0.50.0) (2021-12-03) + + +### Features + +* **docs:** improve KinD docs ([#820](https://www.github.com/camptocamp/devops-stack/issues/820)) ([62fab9f](https://www.github.com/camptocamp/devops-stack/commit/62fab9f89260a1d4938688afa1e29133aa93d988)) +* enable using url without cluster name ([#823](https://www.github.com/camptocamp/devops-stack/issues/823)) ([7728b0f](https://www.github.com/camptocamp/devops-stack/commit/7728b0f87c14023d89996d2e2b99c3b5dd7ea4ef)) + ## [0.49.0](https://www.github.com/camptocamp/devops-stack/compare/v0.48.0...v0.49.0) (2021-11-19) diff --git a/docs/antora.yml b/docs/antora.yml index 15f918e8d7..128f0fab27 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,7 +1,7 @@ --- name: "devops-stack" title: "DevOps Stack" -version: "latest" +version: "0.50.0" prerelease: true nav: - "modules/ROOT/nav.adoc" diff --git a/modules/variables.tf b/modules/variables.tf index 73e21e7d37..825f965172 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 = "master" + default = "v0.50.0" } variable "app_of_apps_values_overrides" { diff --git a/site/config.toml b/site/config.toml index 2463ee2616..03106fee72 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.49.0" +version = "0.50.0" google_analytics = "G-GDBX9466LL" diff --git a/version.txt b/version.txt index 5c4503b704..564edf82dd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.49.0 +0.50.0