Skip to content

Commit e67c521

Browse files
github-actions[bot]fsismondi
authored andcommitted
chore: release 0.60.2
1 parent fd71d9e commit e67c521

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [0.60.2](https://github.com/camptocamp/devops-stack/compare/v0.60.1...v0.60.2) (2022-11-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **aks:** prometheus use by default disk storage pvc ([fd71d9e](https://github.com/camptocamp/devops-stack/commit/fd71d9e45b0072643f7c3a478ab6bc0ee0b67eee))
9+
310
## [0.60.1](https://github.com/camptocamp/devops-stack/compare/v0.60.0...v0.60.1) (2022-11-14)
411

512

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.60.1" # x-release-please-version
4+
version: "0.60.2" # 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.60.1" # x-release-please-version
15+
default = "v0.60.2" # 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.60.1
1+
0.60.2

0 commit comments

Comments
 (0)