Skip to content

Commit

Permalink
Merge pull request #563 from fluxcd/release-v1.1.2
Browse files Browse the repository at this point in the history
Release v1.1.2
  • Loading branch information
stefanprodan committed Oct 12, 2023
2 parents 964970d + 1fd8ac1 commit defd112
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

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

## 1.1.2

**Release date:** 2023-10-12

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

## 1.1.1

**Release date:** 2023-09-19
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/bootstrap_git.md
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.1.1`.
- `version` (String) Flux version. Defaults to `v2.1.2`.
- `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
Expand Up @@ -16,4 +16,4 @@ limitations under the License.

package utils

const DefaultFluxVersion string = "v2.1.1"
const DefaultFluxVersion string = "v2.1.2"

0 comments on commit defd112

Please sign in to comment.