Skip to content

Commit 93a794e

Browse files
chore: release 0.50.3 (#832)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d5a31d2 commit 93a794e

5 files changed

Lines changed: 11 additions & 4 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.50.3](https://www.github.com/camptocamp/devops-stack/compare/v0.50.2...v0.50.3) (2021-12-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **website:** build on published ([#831](https://www.github.com/camptocamp/devops-stack/issues/831)) ([d5a31d2](https://www.github.com/camptocamp/devops-stack/commit/d5a31d29461d4cb89b8adbcdffe55194abc3358c))
9+
310
### [0.50.2](https://www.github.com/camptocamp/devops-stack/compare/v0.50.1...v0.50.2) (2021-12-07)
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: "0.50.2"
4+
version: "0.50.3"
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.50.2"
15+
default = "v0.50.3"
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.50.2"
18+
version = "0.50.3"
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.50.2
1+
0.50.3

0 commit comments

Comments
 (0)