Skip to content

Commit

Permalink
chore: release 0.52.0 (#848)
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
fsismondi and github-actions[bot] authored Jan 14, 2022
1 parent a583a66 commit ee18abc
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.52.0](https://www.github.com/camptocamp/devops-stack/compare/v0.51.1...v0.52.0) (2022-01-14)


### Features

* **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))


### Bug Fixes

* **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))
* **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))

### [0.51.1](https://www.github.com/camptocamp/devops-stack/compare/v0.51.0...v0.51.1) (2021-12-16)


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: "0.51.1"
version: "0.52.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 = "v0.51.1"
default = "v0.52.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.51.1"
version = "0.52.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.51.1
0.52.0

0 comments on commit ee18abc

Please sign in to comment.