Skip to content

Commit bf8a3cf

Browse files
github-actions[bot]jbarascut
authored andcommitted
chore: release 0.60.0
1 parent fa4558e commit bf8a3cf

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [0.60.0](https://github.com/camptocamp/devops-stack/compare/v0.59.3...v0.60.0) (2022-11-14)
4+
5+
6+
### Features
7+
8+
* **cert-manager:** allow modify http01 ingress section ([fa4558e](https://github.com/camptocamp/devops-stack/commit/fa4558e896c8da4b0103023717df5d74f8f14541))
9+
* **cert-manager:** allow multiple domains ([6cd1454](https://github.com/camptocamp/devops-stack/commit/6cd145403f7cdb02379dc016ce5ac5af5575355c))
10+
* change version on the variable file ([71d37dd](https://github.com/camptocamp/devops-stack/commit/71d37dd8422d9e74028237caf9e393d88ff41a0b))
11+
* Loki is not the default datasource ([e0b17b8](https://github.com/camptocamp/devops-stack/commit/e0b17b80e07d56ca606d7ec17ecc83166dc72b0e))
12+
* **traefik:** allow disabling of dashboard's ingress and auth ([f310e28](https://github.com/camptocamp/devops-stack/commit/f310e28b7da6256e25969f1eba63321400c16d37))
13+
314
## [0.59.3](https://github.com/camptocamp/devops-stack/compare/v0.59.2...v0.59.3) (2022-10-13)
415

516

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.3" # x-release-please-version
4+
version: "0.60.0" # 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.3" # x-release-please-version
15+
default = "v0.60.0" # 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.3
1+
0.60.0

0 commit comments

Comments
 (0)