Skip to content

Commit 6f5d274

Browse files
chore: release 6.0.0 (#123)
* chore: release 6.0.0 * docs: update CHANGELOG.md * docs(terraform-docs): generate docs and write to README.adoc --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gonçalo Heleno <[email protected]> Co-authored-by: lentidas <[email protected]>
1 parent 1cb0c92 commit 6f5d274

File tree

5 files changed

+21
-8
lines changed

5 files changed

+21
-8
lines changed

CHANGELOG.md

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

3+
## [6.0.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v5.5.0...v6.0.0) (2024-08-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **chart:** minor update of dependencies on argocd chart ([#119](https://github.com/camptocamp/devops-stack-module-argocd/issues/119))
9+
- the minimum Kubernetes version is now 1.25;
10+
- Argo CD is now upgraded to version 2.12.0; **please check the [upgrade guide](https://argo-cd.readthedocs.io/en/latest/operator-manual/upgrading/2.11-2.12/) to see if you are affected by any of the changes**;
11+
12+
### Features
13+
14+
* **chart:** minor update of dependencies on argocd chart ([#119](https://github.com/camptocamp/devops-stack-module-argocd/issues/119)) ([1cb0c92](https://github.com/camptocamp/devops-stack-module-argocd/commit/1cb0c92bcbf96529dad2aa270bfc2b26699e9b18))
15+
316
## [5.5.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v5.4.0...v5.5.0) (2024-08-15)
417

518

README.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ The following requirements are needed by this module:
223223

224224
The following providers are used by this module:
225225

226-
- [[provider_null]] <<provider_null,null>> (>= 3)
227-
228226
- [[provider_jwt]] <<provider_jwt,jwt>> (>= 1.1)
229227

230228
- [[provider_time]] <<provider_time,time>> (>= 0.9)
@@ -235,6 +233,8 @@ The following providers are used by this module:
235233

236234
- [[provider_utils]] <<provider_utils,utils>> (>= 1.6)
237235

236+
- [[provider_null]] <<provider_null,null>> (>= 3)
237+
238238
=== Resources
239239

240240
The following resources are used by this module:
@@ -310,7 +310,7 @@ Description: Override of target revision of the application chart.
310310

311311
Type: `string`
312312

313-
Default: `"v5.3.0"`
313+
Default: `"v6.0.0"`
314314

315315
==== [[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>
316316

@@ -695,8 +695,8 @@ Description: Map of extra accounts that were created and their tokens.
695695
|[[provider_jwt]] <<provider_jwt,jwt>> |>= 1.1
696696
|[[provider_time]] <<provider_time,time>> |>= 0.9
697697
|[[provider_random]] <<provider_random,random>> |>= 3
698-
|[[provider_utils]] <<provider_utils,utils>> |>= 1.6
699698
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 5
699+
|[[provider_utils]] <<provider_utils,utils>> |>= 1.6
700700
|[[provider_null]] <<provider_null,null>> |>= 3
701701
|===
702702
@@ -753,7 +753,7 @@ Description: Map of extra accounts that were created and their tokens.
753753
|[[input_target_revision]] <<input_target_revision,target_revision>>
754754
|Override of target revision of the application chart.
755755
|`string`
756-
|`"v5.3.0"`
756+
|`"v6.0.0"`
757757
|no
758758
759759
|[[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>

bootstrap/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ Description: The Argo CD accounts pipeline tokens.
201201
[cols="a,a",options="header,autowidth"]
202202
|===
203203
|Name |Version
204+
|[[provider_random]] <<provider_random,random>> |>= 3
204205
|[[provider_jwt]] <<provider_jwt,jwt>> |>= 1.1
205206
|[[provider_time]] <<provider_time,time>> |>= 0.9
206-
|[[provider_random]] <<provider_random,random>> |>= 3
207207
|[[provider_helm]] <<provider_helm,helm>> |>= 2
208208
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 6
209209
|[[provider_utils]] <<provider_utils,utils>> |>= 1.6

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ variable "argocd_labels" {
3434
variable "target_revision" {
3535
description = "Override of target revision of the application chart."
3636
type = string
37-
default = "v5.5.0" # x-release-please-version
37+
default = "v6.0.0" # x-release-please-version
3838
}
3939

4040
variable "cluster_issuer" {

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.5.0
1+
6.0.0

0 commit comments

Comments
 (0)