Skip to content

Commit b7593e2

Browse files
github-actions[bot]fsismondi
authored andcommitted
chore: release 0.59.1
1 parent 6142426 commit b7593e2

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## [0.59.0](https://github.com/camptocamp/devops-stack/compare/v0.58.0...v0.59.0) (2022-07-19)
413

514

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "ROOT"
33
title: "DevOps Stack"
4-
version: "0.59.0" # x-release-please-version
4+
version: "0.59.1" # x-release-please-version
55
prerelease: true
66
nav:
77
- "modules/ROOT/nav.adoc"

modules/variables.tf

Lines changed: 1 addition & 1 deletion
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.59.0" # x-release-please-version
15+
default = "v0.59.1" # x-release-please-version
1616
}
1717

1818
variable "app_of_apps_values_overrides" {

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.59.0
1+
0.59.1

0 commit comments

Comments
 (0)