File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 0.58.0] ( https://github.com/camptocamp/devops-stack/compare/v0.57.0...v0.58.0 ) (2022-07-06)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
---
2
2
name : " ROOT"
3
3
title : " DevOps Stack"
4
- version : " 0.58 .0" # x-release-please-version
4
+ version : " 0.59 .0" # x-release-please-version
5
5
prerelease : true
6
6
nav :
7
7
- " modules/ROOT/nav.adoc"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ variable "repo_url" {
12
12
variable "target_revision" {
13
13
description = " The source target revision of ArgoCD's app of apps."
14
14
type = string
15
- default = " v0.58 .0" # x-release-please-version
15
+ default = " v0.59 .0" # x-release-please-version
16
16
}
17
17
18
18
variable "app_of_apps_values_overrides" {
Original file line number Diff line number Diff line change 1
- 0.58 .0
1
+ 0.59 .0
You can’t perform that action at this time.
0 commit comments