Skip to content

Commit a4f4ccc

Browse files
authored
Merge pull request #2056 from fluxcd/prepare-v2-4
Prepare Flux 2.4.0 release
2 parents 9ce7c74 + 9ba21ae commit a4f4ccc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/labels.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Configuration file to declaratively configure labels
22
# Ref: https://github.com/EndBug/label-sync#Config-files
33

4+
- name: backport:v2-4
5+
description: To be backported to v2-4
6+
color: '#ffd700'
47
- name: backport:v2-3
58
description: To be backported to v2-3
69
color: '#ffd700'

hugo.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ params:
109109
version_menu_pagelinks: true
110110
url_latest_version: https://fluxcd.io/flux/
111111
versions:
112-
- version: "v2.3"
112+
- version: "v2.4"
113113
url: https://fluxcd.io
114+
- version: "v2.3"
115+
url: https://v2-3.docs.fluxcd.io
114116
- version: "v2.2"
115117
url: https://v2-2.docs.fluxcd.io
116-
- version: "v2.1"
117-
url: https://v2-1.docs.fluxcd.io
118118
logos:
119119
navbar: flux-horizontal-white.png
120120
hero: flux-horizontal-color.png

0 commit comments

Comments
 (0)