File tree 6 files changed +29
-7
lines changed
6 files changed +29
-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.9.0
6
+
7
+ ** Release date:** 2021-05-14
8
+
9
+ This release comes with improvements to the [ Gloo Edge] ( https://docs.flagger.app/tutorials/gloo-progressive-delivery ) integration.
10
+
11
+ Starting with this version, Flagger no longer requires Gloo discovery to be enabled.
12
+ Flagger generated the Gloo upstream objects on its own and optionally it can use an
13
+ existing upstream (specified with ` .spec.upstreamRef ` ) as a template.
14
+
15
+ #### Features
16
+
17
+ - Gloo: Create gloo upstreams from non-discovered services
18
+ [ #894 ] ( https://github.com/fluxcd/flagger/pull/894 )
19
+ - Gloo Upstream Ref for Upstream Config
20
+ [ #908 ] ( https://github.com/fluxcd/flagger/pull/908 )
21
+
22
+ #### Improvements
23
+
24
+ - Adjusted Nginx ingress canary headers on init and promotion
25
+ [ #907 ] ( https://github.com/fluxcd/flagger/pull/907 )
26
+
5
27
## 1.8.0
6
28
7
- ** Release date:** 2021-03-23
29
+ ** Release date:** 2021-04-29
8
30
9
31
This release comes with support for the SMI ` v1alpha2 ` and ` v1alpha3 ` TrafficSplit APIs.
10
32
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.8 .0
25
+ image : ghcr.io/fluxcd/flagger:1.9 .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.8 .0
4
- appVersion : 1.8 .0
3
+ version : 1.9 .0
4
+ appVersion : 1.9 .0
5
5
kubeVersion : " >=1.16.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.8 .0
5
+ tag : 1.9 .0
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.8 .0
12
+ newTag : 1.9 .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.8 .0"
19
+ var VERSION = "1.9 .0"
20
20
var REVISION = "unknown"
You can’t perform that action at this time.
0 commit comments