Skip to content

Commit 10fbeff

Browse files
authored
Merge pull request #1954 from fluxcd/release-v2.3
Prepare Flux 2.3.0 release
2 parents a7b5ee0 + dfdeee0 commit 10fbeff

File tree

2 files changed

+7
-2
lines changed

2 files changed

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

hugo.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,15 @@ params:
104104
algolia_docsearch: true
105105
offlineSearch: false
106106
version_menu: "Versions"
107-
version: "2.2"
107+
version: "2.3"
108108
archived_version: false
109109
version_menu_pagelinks: true
110110
url_latest_version: https://fluxcd.io/flux/
111111
versions:
112-
- version: "v2.2"
112+
- version: "v2.3"
113113
url: https://fluxcd.io
114+
- version: "v2.2"
115+
url: https://v2-2.docs.fluxcd.io
114116
- version: "v2.1"
115117
url: https://v2-1.docs.fluxcd.io
116118
- version: "v2.0"

0 commit comments

Comments
 (0)