File tree Expand file tree Collapse file tree 6 files changed +30
-7
lines changed
Expand file tree Collapse file tree 6 files changed +30
-7
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 1.40.0
6+
7+ ** Release date:** 2024-12-17
8+
9+ This release comes with support for Splunk Observability (formerly SignalFx) as a metrics provider.
10+ For more information on how to write ` MetricTemplates ` for Splunk, please see the
11+ [ Splunk metrics tutorial] ( https://docs.flagger.app/usage/metrics#s#splunk ) .
12+
13+ Starting with this version, Flagger is compatible with the
14+ [ AWS Gateway API Controller] ( https://www.gateway-api-controller.eks.aws.dev/latest/ ) .
15+
16+ Both Flagger and the load tester Go dependencies have been updated to fix various CVEs.
17+
18+ #### Improvements
19+ - Add Splunk as a metrics provider
20+ [ #1733 ] ( https://github.com/fluxcd/flagger/pull/1733 )
21+ - Preserve HTTPRoute annotations injected by AWS Gateway API
22+ [ #1746 ] ( https://github.com/fluxcd/flagger/pull/1746 )
23+ - Automate ` zz_generated.deepcopy.go ` updates with make codegen
24+ [ #1735 ] ( https://github.com/fluxcd/flagger/pull/1735 )
25+ - Update dependencies
26+ [ #1744 ] ( https://github.com/fluxcd/flagger/pull/1744 )
27+
528## 1.39.0
629
730** Release date:** 2024-11-26
@@ -503,7 +526,7 @@ routed to the canary workload pods.
503526
504527** Release date:** 2022-12-15
505528
506- This release comes with support for Apachae APISIX. For more details see the
529+ This release comes with support for Apache APISIX. For more details see the
507530[ tutorial] ( https://fluxcd.io/flagger/tutorials/apisix-progressive-delivery ) .
508531
509532#### Improvements
Original file line number Diff line number Diff line change 2222 serviceAccountName : flagger
2323 containers :
2424 - name : flagger
25- image : ghcr.io/fluxcd/flagger:1.39 .0
25+ image : ghcr.io/fluxcd/flagger:1.40 .0
2626 imagePullPolicy : IfNotPresent
2727 ports :
2828 - name : http
Original file line number Diff line number Diff line change 11apiVersion : v1
22name : flagger
3- version : 1.39 .0
4- appVersion : 1.39 .0
3+ version : 1.40 .0
4+ appVersion : 1.40 .0
55kubeVersion : " >=1.19.0-0"
66engine : gotpl
77description : Flagger is a progressive delivery operator for Kubernetes
Original file line number Diff line number Diff line change 55
66image :
77 repository : ghcr.io/fluxcd/flagger
8- tag : 1.39 .0
8+ tag : 1.40 .0
99 pullPolicy : IfNotPresent
1010 pullSecret :
1111
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ resources:
99images :
1010 - name : ghcr.io/fluxcd/flagger
1111 newName : ghcr.io/fluxcd/flagger
12- newTag : 1.39 .0
12+ newTag : 1.40 .0
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ limitations under the License.
1616
1717package version
1818
19- var VERSION = "1.39 .0"
19+ var VERSION = "1.40 .0"
2020var REVISION = "unknown"
You can’t perform that action at this time.
0 commit comments