Skip to content

Commit ee18abc

Browse files
chore: release 0.52.0 (#848)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a583a66 commit ee18abc

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## [0.52.0](https://www.github.com/camptocamp/devops-stack/compare/v0.51.1...v0.52.0) (2022-01-14)
4+
5+
6+
### Features
7+
8+
* **aks:** add agents_pool_name, agents_label and sku_tier params to module interface ([#846](https://www.github.com/camptocamp/devops-stack/issues/846)) ([964ed0b](https://www.github.com/camptocamp/devops-stack/commit/964ed0bf8a7f3f137d9f0cd7a8bed8c1c153a596))
9+
10+
11+
### Bug Fixes
12+
13+
* **aks:** azuread application use ms graph ([#845](https://www.github.com/camptocamp/devops-stack/issues/845)) ([1ef031e](https://www.github.com/camptocamp/devops-stack/commit/1ef031ed32ab70a3a50eef0b3dd4131a5ea9a80f))
14+
* **doc:** default target version and a missing aks module's reference ([#841](https://www.github.com/camptocamp/devops-stack/issues/841)) ([4fb1abe](https://www.github.com/camptocamp/devops-stack/commit/4fb1abe2a57af7c9d7841232652448ebd7b92d5b))
15+
316
### [0.51.1](https://www.github.com/camptocamp/devops-stack/compare/v0.51.0...v0.51.1) (2021-12-16)
417

518

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.51.1"
4+
version: "0.52.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 = "v0.51.1"
15+
default = "v0.52.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.51.1"
18+
version = "0.52.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.51.1
1+
0.52.0

0 commit comments

Comments
 (0)