Skip to content

Commit d803d4e

Browse files
github-actions[bot]fsismondi
authored andcommitted
chore: release 0.54.2
1 parent 3da2163 commit d803d4e

12 files changed

Lines changed: 20 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### [0.54.2](https://www.github.com/camptocamp/devops-stack/compare/v0.54.1...v0.54.2) (2022-02-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **aks:** allow multiple az identities in same namespace ([3da2163](https://www.github.com/camptocamp/devops-stack/commit/3da216361cbede7361c7233e3ad45ce654b635e6))
9+
* **aks:** bump default ochestration version for nodes to v1.21.9, v1.21.2 was dropped by Azure ([c6f6d72](https://www.github.com/camptocamp/devops-stack/commit/c6f6d72a2525c12d8d2b206c54f21977e1f51a29))
10+
311
### [0.54.1](https://www.github.com/camptocamp/devops-stack/compare/v0.54.0...v0.54.1) (2022-02-16)
412

513

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "devops-stack"
33
title: "DevOps Stack"
4-
version: "0.54.1"
4+
version: "0.54.2"
55
prerelease: true
66
nav:
77
- "modules/ROOT/nav.adoc"

docs/modules/ROOT/pages/references/terraform_modules/aks/azure.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ list(object({
183183
|[[input_kubernetes_version]] <<input_kubernetes_version,kubernetes_version>>
184184
|Specify which Kubernetes release to use.
185185
|`string`
186-
|`"1.21.2"`
186+
|`"1.21.9"`
187187
|no
188188

189189
|[[input_network_policy]] <<input_network_policy,network_policy>>
@@ -269,7 +269,7 @@ object({
269269
|[[input_target_revision]] <<input_target_revision,target_revision>>
270270
|The source target revision of ArgoCD's app of apps.
271271
|`string`
272-
|`"v0.54.0"`
272+
|`"v0.54.2"`
273273
|no
274274

275275
|[[input_vnet_subnet_id]] <<input_vnet_subnet_id,vnet_subnet_id>>

docs/modules/ROOT/pages/references/terraform_modules/eks/aws.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ object({
277277
|[[input_target_revision]] <<input_target_revision,target_revision>>
278278
|The source target revision of ArgoCD's app of apps.
279279
|`string`
280-
|`"v0.54.0"`
280+
|`"v0.54.2"`
281281
|no
282282

283283
|[[input_vpc_id]] <<input_vpc_id,vpc_id>>

docs/modules/ROOT/pages/references/terraform_modules/k3s/docker.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ set(object({
195195
|[[input_target_revision]] <<input_target_revision,target_revision>>
196196
|The source target revision of ArgoCD's app of apps.
197197
|`string`
198-
|`"v0.54.0"`
198+
|`"v0.54.2"`
199199
|no
200200

201201
|[[input_wait_for_app_of_apps]] <<input_wait_for_app_of_apps,wait_for_app_of_apps>>

docs/modules/ROOT/pages/references/terraform_modules/k3s/libvirt.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ object({
190190
|[[input_target_revision]] <<input_target_revision,target_revision>>
191191
|The source target revision of ArgoCD's app of apps.
192192
|`string`
193-
|`"v0.54.0"`
193+
|`"v0.54.2"`
194194
|no
195195

196196
|[[input_wait_for_app_of_apps]] <<input_wait_for_app_of_apps,wait_for_app_of_apps>>

docs/modules/ROOT/pages/references/terraform_modules/kind/kind.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ object({
145145
|[[input_target_revision]] <<input_target_revision,target_revision>>
146146
|The source target revision of ArgoCD's app of apps.
147147
|`string`
148-
|`"v0.54.0"`
148+
|`"v0.54.2"`
149149
|no
150150

151151
|[[input_wait_for_app_of_apps]] <<input_wait_for_app_of_apps,wait_for_app_of_apps>>

docs/modules/ROOT/pages/references/terraform_modules/openshift4/aws.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ object({
135135
|[[input_target_revision]] <<input_target_revision,target_revision>>
136136
|The source target revision of ArgoCD's app of apps.
137137
|`string`
138-
|`"v0.54.0"`
138+
|`"v0.54.2"`
139139
|no
140140

141141
|[[input_wait_for_app_of_apps]] <<input_wait_for_app_of_apps,wait_for_app_of_apps>>

docs/modules/ROOT/pages/references/terraform_modules/sks/exoscale.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ object({
166166
|[[input_target_revision]] <<input_target_revision,target_revision>>
167167
|The source target revision of ArgoCD's app of apps.
168168
|`string`
169-
|`"v0.54.0"`
169+
|`"v0.54.2"`
170170
|no
171171

172172
|[[input_wait_for_app_of_apps]] <<input_wait_for_app_of_apps,wait_for_app_of_apps>>

modules/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variable "repo_url" {
1212
variable "target_revision" {
1313
description = "The source target revision of ArgoCD's app of apps."
1414
type = string
15-
default = "v0.54.1"
15+
default = "v0.54.2"
1616
}
1717

1818
variable "app_of_apps_values_overrides" {

0 commit comments

Comments
 (0)