File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.59.1] ( https://github.com/camptocamp/devops-stack/compare/v0.59.0...v0.59.1 ) (2022-09-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** csi-secrets-store-azure:** repo url ([ 6142426] ( https://github.com/camptocamp/devops-stack/commit/6142426474b9d0755f255a5f0b1a896288469474 ) )
9
+ * Force HTTPS and use a Let's encrypt certificate ([ f8c3cb3] ( https://github.com/camptocamp/devops-stack/commit/f8c3cb36abbb53f98a7e29faa8842e4e90c98aa2 ) )
10
+ * removed static argocd password ([ 3b99414] ( https://github.com/camptocamp/devops-stack/commit/3b99414985c290c3cde499ef8b5361dfdcdac147 ) )
11
+
3
12
## [ 0.59.0] ( https://github.com/camptocamp/devops-stack/compare/v0.58.0...v0.59.0 ) (2022-07-19)
4
13
5
14
Original file line number Diff line number Diff line change 1
1
---
2
2
name : " ROOT"
3
3
title : " DevOps Stack"
4
- version : " 0.59.0 " # x-release-please-version
4
+ version : " 0.59.1 " # 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.59.0 " # x-release-please-version
15
+ default = " v0.59.1 " # 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.59.0
1
+ 0.59.1
You can’t perform that action at this time.
0 commit comments