Skip to content

Commit

Permalink
chore: release 0.53.0 (camptocamp#851)
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 Feb 7, 2022
1 parent 74d50cd commit ed8396f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.53.0](https://www.github.com/camptocamp/devops-stack/compare/v0.52.0...v0.53.0) (2022-02-07)


### Features

* **eks:** add extra_lb_target_groups and extra_lb_http_tcp_listeners variables ([#853](https://www.github.com/camptocamp/devops-stack/issues/853)) ([74d50cd](https://www.github.com/camptocamp/devops-stack/commit/74d50cd5c4508b257ca6e006ee3d9884381c4af7))
* **sks:** expose local.kubernetes to outputs ([0adbe95](https://www.github.com/camptocamp/devops-stack/commit/0adbe95e10473cd4fd4312548e93735d296d7e86))

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


Expand Down
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.52.0"
default = "v0.53.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.52.0"
version = "0.53.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.52.0
0.53.0

0 comments on commit ed8396f

Please sign in to comment.