Skip to content

Commit 0062028

Browse files
github-actions[bot]fsismondi
authored andcommitted
chore: release 0.56.0
1 parent 626350f commit 0062028

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.56.0](https://github.com/camptocamp/devops-stack/compare/v0.55.0...v0.56.0) (2022-05-04)
4+
5+
6+
### Features
7+
8+
* **sks:** dynamic gateway & wildcard dns records creation ([#897](https://github.com/camptocamp/devops-stack/issues/897)) ([0327df9](https://github.com/camptocamp/devops-stack/commit/0327df9fef2a4033146c758d471553c471ca9ec7))
9+
10+
11+
### Bug Fixes
12+
13+
* **cert-manager:** incompatibility with k8s >= 1.22 ([#892](https://github.com/camptocamp/devops-stack/issues/892)) ([1344cc0](https://github.com/camptocamp/devops-stack/commit/1344cc04c63750ef0cd23e7e2136e2ae387289dc))
14+
* **keycloak:** invalid ingress ressource on v1beta1 api on k8s >= 1.22 ([#890](https://github.com/camptocamp/devops-stack/issues/890)) ([581d40d](https://github.com/camptocamp/devops-stack/commit/581d40d4c1d035a03cba78b9c37ce712e6ac11af))
15+
* **sks:** type mismatch into coalesce call for nodepools definitions ([#891](https://github.com/camptocamp/devops-stack/issues/891)) ([7dc6c32](https://github.com/camptocamp/devops-stack/commit/7dc6c3221b41fe1ebe7baae39c6053625518969b))
16+
317
## [0.55.0](https://github.com/camptocamp/devops-stack/compare/v0.54.2...v0.55.0) (2022-04-04)
418

519

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.55.0" # x-release-please-version
4+
version: "0.56.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.55.0" # x-release-please-version
15+
default = "v0.56.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.55.0
1+
0.56.0

0 commit comments

Comments
 (0)