Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sunny <[email protected]>
  • Loading branch information
darkowlzz committed Aug 24, 2023
1 parent d609ed6 commit 440047f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project are documented in this file.

## 1.1.0

**Release date:** 2023-08-24

This release includes flux2 [v2.1.0](https:/fluxcd/flux2/releases/tag/v2.1.0).

Improvements:
- Update dependencies
[#540](https:/fluxcd/terraform-provider-flux/pull/540),
[#533](https:/fluxcd/terraform-provider-flux/pull/533),
[#525](https:/fluxcd/terraform-provider-flux/pull/525),
[#524](https:/fluxcd/terraform-provider-flux/pull/524)
- Fix typo
[#522](https:/fluxcd/terraform-provider-flux/pull/522)

## 1.0.1

**Release date:** 2023-07-11
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/bootstrap_git.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ resource "flux_bootstrap_git" "this" {
- `secret_name` (String) Name of the secret the sync credentials can be found in or stored to. Defaults to `flux-system`.
- `timeouts` (Attributes) (see [below for nested schema](#nestedatt--timeouts))
- `toleration_keys` (Set of String) List of toleration keys used to schedule the components pods onto nodes with matching taints.
- `version` (String) Flux version. Defaults to `v2.0.1`.
- `version` (String) Flux version. Defaults to `v2.1.0`.
- `watch_all_namespaces` (Boolean) If true watch for custom resources in all namespaces. Defaults to `true`.

### Read-Only
Expand Down
2 changes: 1 addition & 1 deletion internal/utils/flux.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ limitations under the License.

package utils

const DefaultFluxVersion string = "v2.0.1"
const DefaultFluxVersion string = "v2.1.0"

0 comments on commit 440047f

Please sign in to comment.