Skip to content

Commit b0d9825

Browse files
authored
Merge pull request #1323 from fluxcd/release-1.26.0
Release v1.26.0
2 parents f08725d + 7509264 commit b0d9825

File tree

11 files changed

+56
-31
lines changed

11 files changed

+56
-31
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 1.26.0
6+
7+
**Release date:** 2022-11-23
8+
9+
This release comes with support Kubernetes [Gateway API](https://gateway-api.sigs.k8s.io/) v1beta1.
10+
For more details see the [Gateway API Progressive Delivery tutorial](https://docs.flagger.app/tutorials/gatewayapi-progressive-delivery).
11+
12+
Please note that starting with this version, the Gateway API v1alpha2 is considered deprecated
13+
and will be removed from Flagger after 6 months.
14+
15+
#### Improvements:
16+
17+
- Updated Gateway API from v1alpha2 to v1beta1
18+
[#1319](https://github.com/fluxcd/flagger/pull/1319)
19+
- Updated Gateway API docs to v1beta1
20+
[#1321](https://github.com/fluxcd/flagger/pull/1321)
21+
- Update dependencies
22+
[#1322](https://github.com/fluxcd/flagger/pull/1322)
23+
24+
#### Fixes:
25+
26+
- docs: Add `linkerd install --crds` to Linkerd tutorial
27+
[#1316](https://github.com/fluxcd/flagger/pull/1316)
28+
529
## 1.25.0
630

731
**Release date:** 2022-11-16

README.md

+21-20
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![report](https://goreportcard.com/badge/github.com/fluxcd/flagger)](https://goreportcard.com/report/github.com/fluxcd/flagger)
66
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fgithub.com%2Ffluxcd%2Fflagger.svg?type=shield)](https://app.fossa.com/projects/custom%2B162%2Fgithub.com%2Ffluxcd%2Fflagger?ref=badge_shield)
77
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/flagger)](https://artifacthub.io/packages/search?repo=flagger)
8+
[![CLOMonitor](https://img.shields.io/endpoint?url=https://clomonitor.io/api/projects/cncf/flagger/badge)](https://clomonitor.io/projects/cncf/flagger)
89

910
Flagger is a progressive delivery tool that automates the release process for applications running on Kubernetes.
1011
It reduces the risk of introducing a new software version in production
@@ -20,29 +21,29 @@ and part of the [Flux](https://fluxcd.io) family of GitOps tools.
2021

2122
### Documentation
2223

23-
Flagger documentation can be found at [docs.flagger.app](https://docs.flagger.app).
24+
Flagger documentation can be found at [fluxcd.io/flagger](https://fluxcd.io/flagger/).
2425

2526
* Install
26-
* [Flagger install on Kubernetes](https://docs.flagger.app/install/flagger-install-on-kubernetes)
27+
* [Flagger install on Kubernetes](https://fluxcd.io/flagger/install/flagger-install-on-kubernetes)
2728
* Usage
28-
* [How it works](https://docs.flagger.app/usage/how-it-works)
29-
* [Deployment strategies](https://docs.flagger.app/usage/deployment-strategies)
30-
* [Metrics analysis](https://docs.flagger.app/usage/metrics)
31-
* [Webhooks](https://docs.flagger.app/usage/webhooks)
32-
* [Alerting](https://docs.flagger.app/usage/alerting)
33-
* [Monitoring](https://docs.flagger.app/usage/monitoring)
29+
* [How it works](https://fluxcd.io/flagger/usage/how-it-works)
30+
* [Deployment strategies](https://fluxcd.io/flagger/usage/deployment-strategies)
31+
* [Metrics analysis](https://fluxcd.io/flagger/usage/metrics)
32+
* [Webhooks](https://fluxcd.io/flagger/usage/webhooks)
33+
* [Alerting](https://fluxcd.io/flagger/usage/alerting)
34+
* [Monitoring](https://fluxcd.io/flagger/usage/monitoring)
3435
* Tutorials
35-
* [App Mesh](https://docs.flagger.app/tutorials/appmesh-progressive-delivery)
36-
* [Istio](https://docs.flagger.app/tutorials/istio-progressive-delivery)
37-
* [Linkerd](https://docs.flagger.app/tutorials/linkerd-progressive-delivery)
38-
* [Open Service Mesh (OSM)](https://docs.flagger.app/tutorials/osm-progressive-delivery)
39-
* [Kuma Service Mesh](https://docs.flagger.app/tutorials/kuma-progressive-delivery)
40-
* [Contour](https://docs.flagger.app/tutorials/contour-progressive-delivery)
41-
* [Gloo](https://docs.flagger.app/tutorials/gloo-progressive-delivery)
42-
* [NGINX Ingress](https://docs.flagger.app/tutorials/nginx-progressive-delivery)
43-
* [Skipper](https://docs.flagger.app/tutorials/skipper-progressive-delivery)
44-
* [Traefik](https://docs.flagger.app/tutorials/traefik-progressive-delivery)
45-
* [Kubernetes Blue/Green](https://docs.flagger.app/tutorials/kubernetes-blue-green)
36+
* [App Mesh](https://fluxcd.io/flagger/tutorials/appmesh-progressive-delivery)
37+
* [Istio](https://fluxcd.io/flagger/tutorials/istio-progressive-delivery)
38+
* [Linkerd](https://fluxcd.io/flagger/tutorials/linkerd-progressive-delivery)
39+
* [Open Service Mesh (OSM)](https://dfluxcd.io/flagger/tutorials/osm-progressive-delivery)
40+
* [Kuma Service Mesh](https://fluxcd.io/flagger/tutorials/kuma-progressive-delivery)
41+
* [Contour](https://fluxcd.io/flagger/tutorials/contour-progressive-delivery)
42+
* [Gloo](https://fluxcd.io/flagger/tutorials/gloo-progressive-delivery)
43+
* [NGINX Ingress](https://fluxcd.io/flagger/tutorials/nginx-progressive-delivery)
44+
* [Skipper](https://fluxcd.io/flagger/tutorials/skipper-progressive-delivery)
45+
* [Traefik](https://fluxcd.io/flagger/tutorials/traefik-progressive-delivery)
46+
* [Kubernetes Blue/Green](https://fluxcd.io/flagger/tutorials/kubernetes-blue-green)
4647

4748
### Adopters
4849

@@ -176,7 +177,7 @@ spec:
176177
name: on-call-msteams
177178
```
178179
179-
For more details on how the canary analysis and promotion works please [read the docs](https://docs.flagger.app/usage/how-it-works).
180+
For more details on how the canary analysis and promotion works please [read the docs](https://fluxcd.io/flagger/usage/how-it-works).
180181
181182
### Features
182183

artifacts/flagger/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
serviceAccountName: flagger
2323
containers:
2424
- name: flagger
25-
image: ghcr.io/fluxcd/flagger:1.25.0
25+
image: ghcr.io/fluxcd/flagger:1.26.0
2626
imagePullPolicy: IfNotPresent
2727
ports:
2828
- name: http

charts/flagger/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: flagger
3-
version: 1.25.0
4-
appVersion: 1.25.0
3+
version: 1.26.0
4+
appVersion: 1.26.0
55
kubeVersion: ">=1.19.0-0"
66
engine: gotpl
77
description: Flagger is a progressive delivery operator for Kubernetes

charts/flagger/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
image:
44
repository: ghcr.io/fluxcd/flagger
5-
tag: 1.25.0
5+
tag: 1.26.0
66
pullPolicy: IfNotPresent
77
pullSecret:
88

charts/loadtester/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: loadtester
3-
version: 0.26.0
4-
appVersion: 0.26.0
3+
version: 0.27.0
4+
appVersion: 0.27.0
55
kubeVersion: ">=1.19.0-0"
66
engine: gotpl
77
description: Flagger's load testing services based on rakyll/hey and bojand/ghz that generates traffic during canary analysis when configured as a webhook.

charts/loadtester/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ replicaCount: 1
22

33
image:
44
repository: ghcr.io/fluxcd/flagger-loadtester
5-
tag: 0.26.0
5+
tag: 0.27.0
66
pullPolicy: IfNotPresent
77
pullSecret:
88

cmd/loadtester/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
"go.uber.org/zap"
2929
)
3030

31-
var VERSION = "0.26.0"
31+
var VERSION = "0.27.0"
3232
var (
3333
logLevel string
3434
port string

kustomize/base/flagger/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ resources:
99
images:
1010
- name: ghcr.io/fluxcd/flagger
1111
newName: ghcr.io/fluxcd/flagger
12-
newTag: 1.25.0
12+
newTag: 1.26.0

kustomize/tester/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
containers:
2121
- name: loadtester
22-
image: ghcr.io/fluxcd/flagger-loadtester:0.26.0
22+
image: ghcr.io/fluxcd/flagger-loadtester:0.27.0
2323
imagePullPolicy: IfNotPresent
2424
ports:
2525
- name: http

pkg/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ limitations under the License.
1616

1717
package version
1818

19-
var VERSION = "1.25.0"
19+
var VERSION = "1.26.0"
2020
var REVISION = "unknown"

0 commit comments

Comments
 (0)