Skip to content

Commit e73c829

Browse files
chore: release 0.55.0 (#885)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 029037c commit e73c829

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.55.0](https://github.com/camptocamp/devops-stack/compare/v0.54.2...v0.55.0) (2022-04-04)
4+
5+
6+
### Features
7+
8+
* add extra_volume_mount variable for prometheus oauth sidecar ([#889](https://github.com/camptocamp/devops-stack/issues/889)) ([6342db9](https://github.com/camptocamp/devops-stack/commit/6342db9493a0f0474854aaf8e7732524b20b58e3))
9+
* allow changing prometheus oauth2 proxy args ([#852](https://github.com/camptocamp/devops-stack/issues/852)) ([67c5d55](https://github.com/camptocamp/devops-stack/commit/67c5d550db723b7e91c70999e9437c5d9f6a8402))
10+
* **sks:** add default dns domain and record ([#838](https://github.com/camptocamp/devops-stack/issues/838)) ([8117ec8](https://github.com/camptocamp/devops-stack/commit/8117ec8ee4eb5006b861aa734fd4457704fea86f))
11+
* **sks:** update camptocamp's exoscale sks module to 0.4.0 ([#884](https://github.com/camptocamp/devops-stack/issues/884)) ([7376b82](https://github.com/camptocamp/devops-stack/commit/7376b825701bfa25bc379e3ccfa74bfb7c302cbc))
12+
13+
14+
### Bug Fixes
15+
16+
* **sks:** invalid ressource exoscale_domain.this on domain record wildcard ([#887](https://github.com/camptocamp/devops-stack/issues/887)) ([b82b3fd](https://github.com/camptocamp/devops-stack/commit/b82b3fd6b1e6507299ccad191d487adeff26caec))
17+
318
### [0.54.2](https://www.github.com/camptocamp/devops-stack/compare/v0.54.1...v0.54.2) (2022-02-17)
419

520

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.54.2" # x-release-please-version
4+
version: "0.55.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.54.2" # x-release-please-version
15+
default = "v0.55.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.54.2
1+
0.55.0

0 commit comments

Comments
 (0)