Skip to content

Commit 1471d3f

Browse files
github-actions[bot]modridi
authored andcommitted
chore: release 0.59.0
1 parent ed291d7 commit 1471d3f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.59.0](https://github.com/camptocamp/devops-stack/compare/v0.58.0...v0.59.0) (2022-07-19)
4+
5+
6+
### Features
7+
8+
* activate traefik dashboard with oidc support ([ed291d7](https://github.com/camptocamp/devops-stack/commit/ed291d7eb3ce432ee580910ba08702cd5fc1760a))
9+
310
## [0.58.0](https://github.com/camptocamp/devops-stack/compare/v0.57.0...v0.58.0) (2022-07-06)
411

512

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.58.0" # x-release-please-version
4+
version: "0.59.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.58.0" # x-release-please-version
15+
default = "v0.59.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.58.0
1+
0.59.0

0 commit comments

Comments
 (0)