Skip to content

Commit deba586

Browse files
github-actions[bot]fsismondi
authored andcommitted
chore: release 0.57.0
1 parent a9f3782 commit deba586

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.57.0](https://github.com/camptocamp/devops-stack/compare/v0.56.0...v0.57.0) (2022-05-30)
4+
5+
6+
### Features
7+
8+
* **cert-manager:** allow multiple domains ([#904](https://github.com/camptocamp/devops-stack/issues/904)) ([8635c3f](https://github.com/camptocamp/devops-stack/commit/8635c3f14b463814bd96e22aa7b7be82ce446fb1))
9+
10+
11+
### Bug Fixes
12+
13+
* **aks:** cert-manager dns solver ([a9f3782](https://github.com/camptocamp/devops-stack/commit/a9f3782dd1f05cc80462f345edf665b96b9ef227))
14+
* can(oidc.prometheus_oauth2_proxy_extra_volume_mounts) returns true when empty list ([#894](https://github.com/camptocamp/devops-stack/issues/894)) ([0be6b03](https://github.com/camptocamp/devops-stack/commit/0be6b031fb0752720c5478cb75183e79ce635fe9))
15+
316
## [0.56.0](https://github.com/camptocamp/devops-stack/compare/v0.55.0...v0.56.0) (2022-05-04)
417

518

docs/antora.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "ROOT"
33
title: "DevOps Stack"
4-
version: "0.56.0" # x-release-please-version
4+
version: "0.57.0" # x-release-please-version
55
prerelease: true
66
nav:
77
- "modules/ROOT/nav.adoc"

modules/variables.tf

+1-1
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.56.0" # x-release-please-version
15+
default = "v0.57.0" # x-release-please-version
1616
}
1717

1818
variable "app_of_apps_values_overrides" {

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.56.0
1+
0.57.0

0 commit comments

Comments
 (0)