File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 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.2] ( https://github.com/camptocamp/devops-stack/compare/v0.59.1...v0.59.2 ) (2022-10-11)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** aks:** do not ignore orchestrator_version ([ c3a2196] ( https://github.com/camptocamp/devops-stack/commit/c3a21963003f7251b5582ee7da797e9f6b455bf8 ) )
9
+
3
10
## [ 0.59.1] ( https://github.com/camptocamp/devops-stack/compare/v0.59.0...v0.59.1 ) (2022-09-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.59.1 " # x-release-please-version
4
+ version : " 0.59.2 " # 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.1 " # x-release-please-version
15
+ default = " v0.59.2 " # 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.1
1
+ 0.59.2
You can’t perform that action at this time.
0 commit comments