File tree 6 files changed +30
-7
lines changed
6 files changed +30
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
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
+
5
28
## 1.39.0
6
29
7
30
** Release date:** 2024-11-26
@@ -503,7 +526,7 @@ routed to the canary workload pods.
503
526
504
527
** Release date:** 2022-12-15
505
528
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
507
530
[ tutorial] ( https://fluxcd.io/flagger/tutorials/apisix-progressive-delivery ) .
508
531
509
532
#### Improvements
Original file line number Diff line number Diff line change 22
22
serviceAccountName : flagger
23
23
containers :
24
24
- name : flagger
25
- image : ghcr.io/fluxcd/flagger:1.39 .0
25
+ image : ghcr.io/fluxcd/flagger:1.40 .0
26
26
imagePullPolicy : IfNotPresent
27
27
ports :
28
28
- name : http
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : flagger
3
- version : 1.39 .0
4
- appVersion : 1.39 .0
3
+ version : 1.40 .0
4
+ appVersion : 1.40 .0
5
5
kubeVersion : " >=1.19.0-0"
6
6
engine : gotpl
7
7
description : Flagger is a progressive delivery operator for Kubernetes
Original file line number Diff line number Diff line change 5
5
6
6
image :
7
7
repository : ghcr.io/fluxcd/flagger
8
- tag : 1.39 .0
8
+ tag : 1.40 .0
9
9
pullPolicy : IfNotPresent
10
10
pullSecret :
11
11
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ resources:
9
9
images :
10
10
- name : ghcr.io/fluxcd/flagger
11
11
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.
16
16
17
17
package version
18
18
19
- var VERSION = "1.39 .0"
19
+ var VERSION = "1.40 .0"
20
20
var REVISION = "unknown"
You can’t perform that action at this time.
0 commit comments