Skip to content

Commit b307ae6

Browse files
committed
Prepare Flux v2.7.0 release
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
1 parent c8146b4 commit b307ae6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/labels.yaml

Lines changed: 3 additions & 0 deletions
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-7
5+
description: To be backported to v2-7
6+
color: '#ffd700'
47
- name: backport:v2-6
58
description: To be backported to v2-6
69
color: '#ffd700'

hugo.yaml

Lines changed: 3 additions & 3 deletions
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.6"
112+
- version: "v2.7"
113113
url: https://fluxcd.io
114+
- version: "v2.6"
115+
url: https://v2-6.docs.fluxcd.io
114116
- version: "v2.5"
115117
url: https://v2-5.docs.fluxcd.io
116-
- version: "v2.4"
117-
url: https://v2-4.docs.fluxcd.io
118118
logos:
119119
navbar: flux-horizontal-white.png
120120
hero: flux-horizontal-color.png

0 commit comments

Comments
 (0)