Update Helm release flagger to v1.24.1 #195
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.21.0
->1.24.1
Release Notes
fluxcd/flagger
v1.24.1
Compare Source
Release date: 2022-10-26
This release comes with a fix to Gloo routing when a custom service name id used.
In addition, the Gloo ingress end-to-end testing was updated to Gloo Helm chart v1.12.31.
Fixes:
#1300
v1.24.0
Compare Source
Release date: 2022-10-23
Starting with this version, the Flagger release artifacts are published to
GitHub Container Registry, and they are signed with Cosign and GitHub ODIC.
OCI artifacts:
ghcr.io/fluxcd/flagger:<version>
multi-arch container imagesghcr.io/fluxcd/flagger-manifest:<version>
Kubernetes manifestsghcr.io/fluxcd/charts/flagger:<version>
Helm chartsTo verify an OCI artifact with Cosign:
export COSIGN_EXPERIMENTAL=1 cosign verify ghcr.io/fluxcd/flagger:1.24.0 cosign verify ghcr.io/fluxcd/flagger-manifests:1.24.0 cosign verify ghcr.io/fluxcd/charts/flagger:1.24.0
To deploy Flagger from its OCI artifacts the GitOps way,
please see the Flux installation guide.
Improvements:
#1294
#1293
#1292
#1286
#1286
v1.23.0
Compare Source
Release date: 2022-10-20
This release comes with support for Slack bot token authentication.
Improvements:
#1270
#1267
#1264
#1264
#1283
#1282
Fixes:
#1276
#1275
v1.22.2
Compare Source
Release date: 2022-08-29
This release fixes a bug related scaling up the canary deployment when a
reference to an autoscaler is specified.
Furthermore, it contains updates to packages used by the project, including
updates to Helm and grpc-health-probe used in the loadtester.
CVEs fixed (originating from dependencies):
Fixes:
#1253
Improvements:
#1246
#1254
#1258
#1259
#1261
v1.22.1
Compare Source
Release date: 2022-08-01
This minor release fixes a bug related to the use of HPA v2beta2 and updates
the KEDA ScaledObject API to include
MetricType
forScaleTriggers
.Furthermore, the project has been updated to use Go 1.18 and Alpine 3.16.
Fixes:
#1241
#1242
Improvements:
#1243
#1239
#1233
v1.22.0
Compare Source
Release date: 2022-07-11
This release with support for KEDA ScaledObjects as an alternative to HPAs. Check the
tutorial to understand it's usage
with Flagger.
The
.spec.service.appProtocol
field can now be used to specify theappProtocol
of the services that Flagger generates.
In addition, a bug related to the Contour prometheus query for when service name is overwritten
along with a bug related to a Contour
HTTPProxy
annotations have been fixed.Furthermore, the installation guide for Alibaba ServiceMesh has been updated.
Improvements:
appProtocol
field tospec.service
#1185
#1208
#1210
ScalerReconciler
and refactor HPA reconciliation#1211
#1212
#1216
#1223
Fixes:
#1204
#1205
#1215
#1219
#1220
#1221
#1222
#1224
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.