Skip to content

Commit

Permalink
chore: release 0.54.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fsismondi committed Feb 17, 2022
1 parent 3da2163 commit d803d4e
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [0.54.2](https://www.github.com/camptocamp/devops-stack/compare/v0.54.1...v0.54.2) (2022-02-17)


### Bug Fixes

* **aks:** allow multiple az identities in same namespace ([3da2163](https://www.github.com/camptocamp/devops-stack/commit/3da216361cbede7361c7233e3ad45ce654b635e6))
* **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))

### [0.54.1](https://www.github.com/camptocamp/devops-stack/compare/v0.54.0...v0.54.1) (2022-02-16)


Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "devops-stack"
title: "DevOps Stack"
version: "0.54.1"
version: "0.54.2"
prerelease: true
nav:
- "modules/ROOT/nav.adoc"
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ list(object({
|[[input_kubernetes_version]] <<input_kubernetes_version,kubernetes_version>>
|Specify which Kubernetes release to use.
|`string`
|`"1.21.2"`
|`"1.21.9"`
|no

|[[input_network_policy]] <<input_network_policy,network_policy>>
Expand Down Expand Up @@ -269,7 +269,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|The source target revision of ArgoCD's app of apps.
|`string`
|`"v0.54.0"`
|`"v0.54.2"`
|no

|[[input_vnet_subnet_id]] <<input_vnet_subnet_id,vnet_subnet_id>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|The source target revision of ArgoCD's app of apps.
|`string`
|`"v0.54.0"`
|`"v0.54.2"`
|no

|[[input_vpc_id]] <<input_vpc_id,vpc_id>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ set(object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|The source target revision of ArgoCD's app of apps.
|`string`
|`"v0.54.0"`
|`"v0.54.2"`
|no

|[[input_wait_for_app_of_apps]] <<input_wait_for_app_of_apps,wait_for_app_of_apps>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|The source target revision of ArgoCD's app of apps.
|`string`
|`"v0.54.0"`
|`"v0.54.2"`
|no

|[[input_wait_for_app_of_apps]] <<input_wait_for_app_of_apps,wait_for_app_of_apps>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|The source target revision of ArgoCD's app of apps.
|`string`
|`"v0.54.0"`
|`"v0.54.2"`
|no

|[[input_wait_for_app_of_apps]] <<input_wait_for_app_of_apps,wait_for_app_of_apps>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|The source target revision of ArgoCD's app of apps.
|`string`
|`"v0.54.0"`
|`"v0.54.2"`
|no

|[[input_wait_for_app_of_apps]] <<input_wait_for_app_of_apps,wait_for_app_of_apps>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|The source target revision of ArgoCD's app of apps.
|`string`
|`"v0.54.0"`
|`"v0.54.2"`
|no

|[[input_wait_for_app_of_apps]] <<input_wait_for_app_of_apps,wait_for_app_of_apps>>
Expand Down
2 changes: 1 addition & 1 deletion modules/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.54.1"
default = "v0.54.2"
}

variable "app_of_apps_values_overrides" {
Expand Down
2 changes: 1 addition & 1 deletion site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ org_logo = "images/logo/camptocamp.png"
org_logo_width = "200px"
org_url = "https://camptocamp.com"

version = "0.54.1"
version = "0.54.2"

google_analytics = "G-GDBX9466LL"

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.54.1
0.54.2

0 comments on commit d803d4e

Please sign in to comment.