Skip to content

Commit 9c9eae6

Browse files
chore: release 0.47.0 (#775)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a86403b commit 9c9eae6

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

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

3+
## [0.47.0](https://www.github.com/camptocamp/devops-stack/compare/v0.46.0...v0.47.0) (2021-09-15)
4+
5+
6+
### Features
7+
8+
* **keycloak:** rename client to devops-stack-applications ([ead90c7](https://www.github.com/camptocamp/devops-stack/commit/ead90c7502e23fb1b23fcf20478cd07c225cd943))
9+
* **keycloak:** upgrade to v15.0.1 ([c7dfdbb](https://www.github.com/camptocamp/devops-stack/commit/c7dfdbb9a998729b090168d1fa0405f4d3ee5666))
10+
* **loki-stack:** add monitoring when filebeat logging is enabled ([5038df4](https://www.github.com/camptocamp/devops-stack/commit/5038df422e4f0dbdc2594ce5735876d090476119))
11+
12+
13+
### Bug Fixes
14+
15+
* **keycloak:** add missing scopes to client ([a86403b](https://www.github.com/camptocamp/devops-stack/commit/a86403b086af1fb518ce739235516423a5ae36cb))
16+
317
## [0.46.0](https://www.github.com/camptocamp/devops-stack/compare/v0.45.0...v0.46.0) (2021-09-10)
418

519

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.47.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.47.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.46.0"
18+
version = "0.47.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.46.0
1+
0.47.0

0 commit comments

Comments
 (0)