File tree Expand file tree Collapse file tree 6 files changed +27
-6
lines changed Expand file tree Collapse file tree 6 files changed +27
-6
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.36.1
6+
7+ ** Release date:** 2024-03-06
8+
9+ This release fixes a bug where ` .spec..progressDeadlineSeconds ` wasn't respected and the Canary
10+ was stuck forever waiting for the Deployment to be ready.
11+
12+ Furthermore, the Go dependencies have been updated.
13+
14+ #### Improvements
15+ - Update Go dependencies
16+ [ #1607 ] ( https://github.com/fluxcd/flagger/pull/1607 )
17+
18+ #### Fixes
19+ - Fix broken link in readme
20+ [ #1599 ] ( https://github.com/fluxcd/flagger/pull/1599 )
21+ - scheduler: fail canary according to progress deadline
22+ [ #1603 ] ( https://github.com/fluxcd/flagger/pull/1603 )
23+ - Actualize link to flux in-depth guide
24+ [ #1606 ] ( https://github.com/fluxcd/flagger/pull/1606 )
25+
526## 1.36.0
627
728** Release date:** 2024-02-07
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.36.0
25+ image : ghcr.io/fluxcd/flagger:1.36.1
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.36.0
4- appVersion : 1.36.0
3+ version : 1.36.1
4+ appVersion : 1.36.1
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.36.0
8+ tag : 1.36.1
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.36.0
12+ newTag : 1.36.1
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.36.0 "
19+ var VERSION = "1.36.1 "
2020var REVISION = "unknown"
You can’t perform that action at this time.
0 commit comments