Skip to content

Commit c9ab976

Browse files
github-actions[bot]jbarascut
authored andcommitted
chore: release 0.58.0
1 parent b8f4647 commit c9ab976

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.58.0](https://github.com/camptocamp/devops-stack/compare/v0.57.0...v0.58.0) (2022-07-06)
4+
5+
6+
### Features
7+
8+
* add codeowners, contributing and security instructions ([dee2d3b](https://github.com/camptocamp/devops-stack/commit/dee2d3b4945e587e68d94561afb6d8c5f9f68566))
9+
* **gitlab ci:** upgrade argocd and terraform versions ([5ffd5be](https://github.com/camptocamp/devops-stack/commit/5ffd5be2db725f26fd29bb4ce74c814d143cfb68))
10+
* **metrics-server:** update to v0.6.1 ([ed9eb96](https://github.com/camptocamp/devops-stack/commit/ed9eb9612db106283e59ae45d86cded8eafe8edb))
11+
12+
13+
### Bug Fixes
14+
15+
* **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))
16+
* **eks:** NLB dns query when public NLB is not created ([b8f4647](https://github.com/camptocamp/devops-stack/commit/b8f4647cd8af934c07d5abc1e58db863e2b415b8))
17+
* **eks:** private nlb terraform module version ([802b6f1](https://github.com/camptocamp/devops-stack/commit/802b6f1eff5e6e5f2dfee7d7e5dbd64232ddad55))
18+
* **metrics-server:** use release tag ([5cc33cf](https://github.com/camptocamp/devops-stack/commit/5cc33cff3f803b04246b9bf1fd84b2147d308f3c))
19+
* team owns code instead of individuals ([2ba2971](https://github.com/camptocamp/devops-stack/commit/2ba2971a32dc4b9ec27caa6e6651e2009e6a4af9))
20+
321
## [0.57.0](https://github.com/camptocamp/devops-stack/compare/v0.56.0...v0.57.0) (2022-05-30)
422

523

docs/antora.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "ROOT"
33
title: "DevOps Stack"
4-
version: "0.57.0" # x-release-please-version
4+
version: "0.58.0" # x-release-please-version
55
prerelease: true
66
nav:
77
- "modules/ROOT/nav.adoc"

modules/variables.tf

+1-1
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.57.0" # x-release-please-version
15+
default = "v0.58.0" # x-release-please-version
1616
}
1717

1818
variable "app_of_apps_values_overrides" {

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.57.0
1+
0.58.0

0 commit comments

Comments
 (0)