File tree 7 files changed +20
-7
lines changed
7 files changed +20
-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.24.1
6
+
7
+ ** Release date:** 2022-10-26
8
+
9
+ This release comes with a fix to Gloo routing when a custom service name id used.
10
+
11
+ In addition, the Gloo ingress end-to-end testing was updated to Gloo Helm chart v1.12.31.
12
+
13
+ #### Fixes:
14
+
15
+ - fix(gloo): Use correct route table name in case service name was overwritten
16
+ [ #1300 ] ( https://github.com/fluxcd/flagger/pull/1300 )
17
+
5
18
## 1.24.0
6
19
7
20
** Release date:** 2022-10-23
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ When submitting bug reports please include as many details as possible:
260
260
Here is a list of good entry points into our community, how we stay in touch and how you can meet us as a team.
261
261
262
262
- Slack: Join in and talk to us in the ` #flagger` channel on [CNCF Slack](https://slack.cncf.io/).
263
- - Meetings : We run weekly, public meetings - join one of the upcoming dev meetings from the [Flux calendar](https://fluxcd.io/#calendar).
263
+ - Public meetings : We run weekly meetings - join one of the upcoming dev meetings from the [Flux calendar](https://fluxcd.io/#calendar).
264
264
- Blog : Stay up to date with the latest news on [the Flux blog](https://fluxcd.io/blog/).
265
265
- Mailing list : To be updated on Flux and Flagger progress regularly, please [join the flux-dev mailing list](https://lists.cncf.io/g/cncf-flux-dev).
266
266
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.24.0
25
+ image : ghcr.io/fluxcd/flagger:1.24.1
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.24.0
4
- appVersion : 1.24.0
3
+ version : 1.24.1
4
+ appVersion : 1.24.1
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 2
2
3
3
image :
4
4
repository : ghcr.io/fluxcd/flagger
5
- tag : 1.24.0
5
+ tag : 1.24.1
6
6
pullPolicy : IfNotPresent
7
7
pullSecret :
8
8
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.24.0
12
+ newTag : 1.24.1
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.24.0 "
19
+ var VERSION = "1.24.1 "
20
20
var REVISION = "unknown"
You can’t perform that action at this time.
0 commit comments