Skip to content

Commit d0d378b

Browse files
chore: release 0.45.0 (#744)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 103dfc6 commit d0d378b

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

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.45.0](https://www.github.com/camptocamp/devops-stack/compare/v0.44.0...v0.45.0) (2021-08-27)
4+
5+
6+
### Features
7+
8+
* **kube-prometheus-stack:** upgrade chart to 18.0.1 ([#743](https://www.github.com/camptocamp/devops-stack/issues/743)) ([103dfc6](https://www.github.com/camptocamp/devops-stack/commit/103dfc67be8bfd0ee72ebd6fda60507211fdf163))
9+
310
## [0.44.0](https://www.github.com/camptocamp/devops-stack/compare/v0.43.0...v0.44.0) (2021-08-26)
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: "devops-stack"
33
title: "DevOps Stack"
4-
version: "latest"
4+
version: "0.45.0"
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 = "master"
15+
default = "v0.45.0"
1616
}
1717

1818
variable "app_of_apps_values_overrides" {

site/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ org_logo = "images/logo/camptocamp.png"
1515
org_logo_width = "200px"
1616
org_url = "https://camptocamp.com"
1717

18-
version = "0.43.0"
18+
version = "0.45.0"
1919

2020
google_analytics = "G-GDBX9466LL"
2121

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.44.0
1+
0.45.0

0 commit comments

Comments
 (0)