Skip to content

Commit

Permalink
chore: release 0.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jbarascut committed Jul 6, 2022
1 parent b8f4647 commit c9ab976
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.58.0](https://github.com/camptocamp/devops-stack/compare/v0.57.0...v0.58.0) (2022-07-06)


### Features

* add codeowners, contributing and security instructions ([dee2d3b](https://github.com/camptocamp/devops-stack/commit/dee2d3b4945e587e68d94561afb6d8c5f9f68566))
* **gitlab ci:** upgrade argocd and terraform versions ([5ffd5be](https://github.com/camptocamp/devops-stack/commit/5ffd5be2db725f26fd29bb4ce74c814d143cfb68))
* **metrics-server:** update to v0.6.1 ([ed9eb96](https://github.com/camptocamp/devops-stack/commit/ed9eb9612db106283e59ae45d86cded8eafe8edb))


### Bug Fixes

* **cognito:** set default null values to cognito_user_pool_id and cognito_user_pool_domain variables ([b218e77](https://github.com/camptocamp/devops-stack/commit/b218e779d7cada190a012291da4ccf41df94c7be))
* **eks:** NLB dns query when public NLB is not created ([b8f4647](https://github.com/camptocamp/devops-stack/commit/b8f4647cd8af934c07d5abc1e58db863e2b415b8))
* **eks:** private nlb terraform module version ([802b6f1](https://github.com/camptocamp/devops-stack/commit/802b6f1eff5e6e5f2dfee7d7e5dbd64232ddad55))
* **metrics-server:** use release tag ([5cc33cf](https://github.com/camptocamp/devops-stack/commit/5cc33cff3f803b04246b9bf1fd84b2147d308f3c))
* team owns code instead of individuals ([2ba2971](https://github.com/camptocamp/devops-stack/commit/2ba2971a32dc4b9ec27caa6e6651e2009e6a4af9))

## [0.57.0](https://github.com/camptocamp/devops-stack/compare/v0.56.0...v0.57.0) (2022-05-30)


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: "ROOT"
title: "DevOps Stack"
version: "0.57.0" # x-release-please-version
version: "0.58.0" # x-release-please-version
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.57.0" # x-release-please-version
default = "v0.58.0" # x-release-please-version
}

variable "app_of_apps_values_overrides" {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.57.0
0.58.0

0 comments on commit c9ab976

Please sign in to comment.