File tree 7 files changed +35
-12
lines changed
7 files changed +35
-12
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.16.1
6
+
7
+ ** Release date:** 2021-12-17
8
+
9
+ This release contains updates to Kubernetes packages (1.23.0), Alpine (3.15)
10
+ and load tester components.
11
+
12
+ #### Improvements
13
+
14
+ - Release loadtester v0.21.0
15
+ [ #1083 ] ( https://github.com/fluxcd/flagger/pull/1083 )
16
+ - Add loadtester image pull secrets to Helm chart
17
+ [ #1076 ] ( https://github.com/fluxcd/flagger/pull/1076 )
18
+ - Update libraries included in the load tester to newer versions
19
+ [ #1063 ] ( https://github.com/fluxcd/flagger/pull/1063 )
20
+ [ #1080 ] ( https://github.com/fluxcd/flagger/pull/1080 )
21
+ - Update Kubernetes packages to v1.23.0
22
+ [ #1078 ] ( https://github.com/fluxcd/flagger/pull/1078 )
23
+ - Update Alpine to 3.15
24
+ [ #1081 ] ( https://github.com/fluxcd/flagger/pull/1081 )
25
+ - Update Go to v1.17
26
+ [ #1077 ] ( https://github.com/fluxcd/flagger/pull/1077 )
27
+
5
28
## 1.16.0
6
29
7
30
** Release date:** 2021-11-22
Original file line number Diff line number Diff line change 30
30
version-set :
31
31
@next=" $( TAG) " && \
32
32
current=" $( VERSION) " && \
33
- sed -i ' ' " s/$$ current/$$ next/g" pkg/version/version.go && \
34
- sed -i ' ' " s/flagger:$$ current/flagger:$$ next/g" artifacts/flagger/deployment.yaml && \
35
- sed -i ' ' " s/tag: $$ current/tag: $$ next/g" charts/flagger/values.yaml && \
36
- sed -i ' ' " s/appVersion: $$ current/appVersion: $$ next/g" charts/flagger/Chart.yaml && \
37
- sed -i ' ' " s/version: $$ current/version: $$ next/g" charts/flagger/Chart.yaml && \
38
- sed -i ' ' " s/newTag: $$ current/newTag: $$ next/g" kustomize/base/flagger/kustomization.yaml && \
33
+ sed -i " s/$$ current/$$ next/g" pkg/version/version.go && \
34
+ sed -i " s/flagger:$$ current/flagger:$$ next/g" artifacts/flagger/deployment.yaml && \
35
+ sed -i " s/tag: $$ current/tag: $$ next/g" charts/flagger/values.yaml && \
36
+ sed -i " s/appVersion: $$ current/appVersion: $$ next/g" charts/flagger/Chart.yaml && \
37
+ sed -i " s/version: $$ current/version: $$ next/g" charts/flagger/Chart.yaml && \
38
+ sed -i " s/newTag: $$ current/newTag: $$ next/g" kustomize/base/flagger/kustomization.yaml && \
39
39
echo " Version $$ next set in code, deployment, chart and kustomize"
40
40
41
41
release :
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.16.0
25
+ image : ghcr.io/fluxcd/flagger:1.16.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.16.0
4
- appVersion : 1.16.0
3
+ version : 1.16.1
4
+ appVersion : 1.16.1
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.16.0
5
+ tag : 1.16.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.16.0
12
+ newTag : 1.16.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.16.0 "
19
+ var VERSION = "1.16.1 "
20
20
var REVISION = "unknown"
You can’t perform that action at this time.
0 commit comments