Skip to content

Commit

Permalink
chore: release 0.48.0 (#781)
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 23, 2021
1 parent 3d7ce11 commit 9063940
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.48.0](https://www.github.com/camptocamp/devops-stack/compare/v0.47.0...v0.48.0) (2021-09-22)


### Features

* **aks:** add kubelet identity to outputs ([f883650](https://www.github.com/camptocamp/devops-stack/commit/f883650310fbd6e6828af4531d9ddf1855599653))
* **aks:** extend accepted params for node pools ([#780](https://www.github.com/camptocamp/devops-stack/issues/780)) ([831557f](https://www.github.com/camptocamp/devops-stack/commit/831557fe323b2bb90ae70685c6b4c0cd0fe9de6c))
* **docs:** add SKS quickstart ([#784](https://www.github.com/camptocamp/devops-stack/issues/784)) ([e26a5f1](https://www.github.com/camptocamp/devops-stack/commit/e26a5f18fab283b35548629eac2d9b3b2b9e2275))


### Bug Fixes

* **aks:** use local.base_domain instead of var.base_domain ([c417678](https://www.github.com/camptocamp/devops-stack/commit/c417678e34b31011def356998dba864668a5cf59))
* **doc:** homogenize name 'DevOps Stack' ([95c9e82](https://www.github.com/camptocamp/devops-stack/commit/95c9e82449bba7f758dec0ebb9be46d8d481fa3b))

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


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.48.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.48.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.47.0"
version = "0.48.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.47.0
0.48.0

0 comments on commit 9063940

Please sign in to comment.