Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3522 from fluxcd/chart-bump
Browse files Browse the repository at this point in the history
Release chart 1.10.2
  • Loading branch information
Kingdon Barrett authored Aug 4, 2021
2 parents 7218abf + d7eea7a commit 32f9ab7
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@
> requests](https://github.com/fluxcd/toolkit/discussions) for Flux v2
> and Toolkit components.
## 1.23.2 (2021-08-04)

This patch release addresses some error cases that may be encountered when an
AWS ECR repo is used together with Image Update Automation, but the AWS API for
Instance Metadata is unavailable, or when it has been purposefully blocked.

### Fixes

- Skip AWS Metadata API pre-flight check when regions are passed via config [fluxcd/flux#3485][]

### Thanks

Thanks to @hiddeco, @evq, @squaremo, @pbn4, @admssa, @renanqts, @jclynny, @sureshamk, @jayvie, and @gonzalobarbitta for their contributions to this release.

[fluxcd/flux#3485]: https://github.com/fluxcd/flux/pull/3485

## 1.23.1 (2021-07-23)

This release reverts a breaking change reported in [fluxcd/flux#3500][], caused
Expand Down
7 changes: 7 additions & 0 deletions chart/flux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.10.2 (2021-08-04)

### Improvements

- Updated Flux to `1.23.2`
[fluxcd/flux#3521](https://github.com/fluxcd/flux/pull/3521)

## 1.10.1 (2021-07-23)

### Improvements
Expand Down
4 changes: 2 additions & 2 deletions chart/flux/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "1.23.1"
version: 1.10.1
appVersion: "1.23.2"
version: 1.10.2
kubeVersion: ">=1.16.0-0"
name: flux
description: Flux is a tool that automatically ensures that the state of a cluster matches what is specified in version control
Expand Down
2 changes: 1 addition & 1 deletion chart/flux/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ logFormat: fmt

image:
repository: docker.io/fluxcd/flux
tag: 1.23.1
tag: 1.23.2
pullPolicy: IfNotPresent
pullSecret:

Expand Down
2 changes: 1 addition & 1 deletion deploy/flux-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
# There are no ":latest" images for flux. Find the most recent
# release or image version at https://hub.docker.com/r/fluxcd/flux/tags
# and replace the tag here.
image: docker.io/fluxcd/flux:1.23.1
image: docker.io/fluxcd/flux:1.23.2
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion pkg/install/generated_templates.gogen.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/install/templates/flux-deployment.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
# There are no ":latest" images for flux. Find the most recent
# release or image version at https://hub.docker.com/r/fluxcd/flux/tags
# and replace the tag here.
image: docker.io/fluxcd/flux:1.23.1
image: docker.io/fluxcd/flux:1.23.2
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit 32f9ab7

Please sign in to comment.