Skip to content

Commit

Permalink
chore: release 0.47.0 (#775)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 15, 2021
1 parent a86403b commit 9c9eae6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.47.0](https://www.github.com/camptocamp/devops-stack/compare/v0.46.0...v0.47.0) (2021-09-15)


### Features

* **keycloak:** rename client to devops-stack-applications ([ead90c7](https://www.github.com/camptocamp/devops-stack/commit/ead90c7502e23fb1b23fcf20478cd07c225cd943))
* **keycloak:** upgrade to v15.0.1 ([c7dfdbb](https://www.github.com/camptocamp/devops-stack/commit/c7dfdbb9a998729b090168d1fa0405f4d3ee5666))
* **loki-stack:** add monitoring when filebeat logging is enabled ([5038df4](https://www.github.com/camptocamp/devops-stack/commit/5038df422e4f0dbdc2594ce5735876d090476119))


### Bug Fixes

* **keycloak:** add missing scopes to client ([a86403b](https://www.github.com/camptocamp/devops-stack/commit/a86403b086af1fb518ce739235516423a5ae36cb))

## [0.46.0](https://www.github.com/camptocamp/devops-stack/compare/v0.45.0...v0.46.0) (2021-09-10)


Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "devops-stack"
title: "DevOps Stack"
version: "latest"
version: "0.47.0"
prerelease: true
nav:
- "modules/ROOT/nav.adoc"
2 changes: 1 addition & 1 deletion modules/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variable "repo_url" {
variable "target_revision" {
description = "The source target revision of ArgoCD's app of apps."
type = string
default = "master"
default = "v0.47.0"
}

variable "app_of_apps_values_overrides" {
Expand Down
2 changes: 1 addition & 1 deletion site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ org_logo = "images/logo/camptocamp.png"
org_logo_width = "200px"
org_url = "https://camptocamp.com"

version = "0.46.0"
version = "0.47.0"

google_analytics = "G-GDBX9466LL"

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.46.0
0.47.0

0 comments on commit 9c9eae6

Please sign in to comment.