Skip to content

Commit

Permalink
chore: release 6.0.0 (#123)
Browse files Browse the repository at this point in the history
* 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 <33546359+lentidas@users.noreply.github.com>
Co-authored-by: lentidas <lentidas@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 15, 2024
1 parent 1cb0c92 commit 6f5d274
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [6.0.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v5.5.0...v6.0.0) (2024-08-15)


### ⚠ BREAKING CHANGES

* **chart:** minor update of dependencies on argocd chart ([#119](https://github.com/camptocamp/devops-stack-module-argocd/issues/119))
- the minimum Kubernetes version is now 1.25;
- 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**;

### Features

* **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))

## [5.5.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v5.4.0...v5.5.0) (2024-08-15)


Expand Down
10 changes: 5 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ The following requirements are needed by this module:

The following providers are used by this module:

- [[provider_null]] <<provider_null,null>> (>= 3)

- [[provider_jwt]] <<provider_jwt,jwt>> (>= 1.1)

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

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

- [[provider_null]] <<provider_null,null>> (>= 3)

=== Resources

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

Type: `string`

Default: `"v5.3.0"`
Default: `"v6.0.0"`

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

Expand Down Expand Up @@ -695,8 +695,8 @@ Description: Map of extra accounts that were created and their tokens.
|[[provider_jwt]] <<provider_jwt,jwt>> |>= 1.1
|[[provider_time]] <<provider_time,time>> |>= 0.9
|[[provider_random]] <<provider_random,random>> |>= 3
|[[provider_utils]] <<provider_utils,utils>> |>= 1.6
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 5
|[[provider_utils]] <<provider_utils,utils>> |>= 1.6
|[[provider_null]] <<provider_null,null>> |>= 3
|===
Expand Down Expand Up @@ -753,7 +753,7 @@ Description: Map of extra accounts that were created and their tokens.
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v5.3.0"`
|`"v6.0.0"`
|no
|[[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ Description: The Argo CD accounts pipeline tokens.
[cols="a,a",options="header,autowidth"]
|===
|Name |Version
|[[provider_random]] <<provider_random,random>> |>= 3
|[[provider_jwt]] <<provider_jwt,jwt>> |>= 1.1
|[[provider_time]] <<provider_time,time>> |>= 0.9
|[[provider_random]] <<provider_random,random>> |>= 3
|[[provider_helm]] <<provider_helm,helm>> |>= 2
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 6
|[[provider_utils]] <<provider_utils,utils>> |>= 1.6
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variable "argocd_labels" {
variable "target_revision" {
description = "Override of target revision of the application chart."
type = string
default = "v5.5.0" # x-release-please-version
default = "v6.0.0" # x-release-please-version
}

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

0 comments on commit 6f5d274

Please sign in to comment.