We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f255a4 commit e2334c2Copy full SHA for e2334c2
3 files changed
docs/antora.yml
@@ -1,7 +1,7 @@
1
---
2
name: "devops-stack"
3
title: "DevOps Stack"
4
-version: "0.50.3"
+version: "0.51.1"
5
prerelease: true
6
nav:
7
- "modules/ROOT/nav.adoc"
modules/variables.tf
@@ -12,7 +12,7 @@ variable "repo_url" {
12
variable "target_revision" {
13
description = "The source target revision of ArgoCD's app of apps."
14
type = string
15
- default = "v0.50.3"
+ default = "v0.51.1"
16
}
17
18
variable "app_of_apps_values_overrides" {
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.3"
+version = "0.51.1"
19
20
google_analytics = "G-GDBX9466LL"
21
0 commit comments