Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev-v2.8] Sync-up after OOB release #3542

Merged
merged 26 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
483b354
Adding empty commit
rohitsakala Dec 14, 2023
8141051
Merge pull request #3269 from rohitsakala/release-v2.8
rohitsakala Dec 14, 2023
7895d86
Emptying release.yaml before release
lucasmlp Dec 18, 2023
16509bc
make forward-port neuvector 102.0.6+up2.6.6
lucasmlp Dec 4, 2023
ff79180
make forward-port neuvector-crd 102.0.6+up2.6.6
lucasmlp Dec 4, 2023
54e07e8
make forward-port neuvector-monitor 102.0.6+up2.6.6
lucasmlp Dec 4, 2023
4cf9225
make forward-port longhorn 102.3.1+up1.5.3
lucasmlp Dec 4, 2023
7488f4b
make forward-port longhorn-crd 102.3.1+up1.5.3
lucasmlp Dec 4, 2023
ad9f0f7
make forward-port fleet 102.2.1+up0.8.1
lucasmlp Dec 4, 2023
3751acf
make forward-port fleet-crd 102.2.1+up0.8.1
lucasmlp Dec 4, 2023
a887189
make forward-port fleet-agent 102.2.1+up0.8.1
lucasmlp Dec 4, 2023
c42253a
Updating resync.yaml
rancherbot Dec 18, 2023
cb953fa
Merge pull request #3274 from rancher/oob-v2.8
lucasmlp Dec 18, 2023
73b82f7
Emptying release.yaml before release
lucasmlp Jan 18, 2024
718ccaa
rancher monitoring handle cattle system_default_registry for airgappe…
alexandreLamarre Jan 12, 2024
e3f8a77
update registry handling for prometheus node exporter
alexandreLamarre Jan 12, 2024
2c229c1
bump rancher monitoring version to 103.0.3
alexandreLamarre Jan 12, 2024
1d62308
make charts
alexandreLamarre Jan 12, 2024
865dc70
patch rancher-monitoring/kube-state-metrics image registries
alexandreLamarre Jan 15, 2024
b0496d0
make charts
alexandreLamarre Jan 16, 2024
cb515d9
Merge pull request #3357 from rancher/monitoring-fix-release
lucasmlp Jan 18, 2024
cae810a
[release-v2.8] OOB Charts release for NeuVector 2.7.1 and NeuVector M…
lucasmlp Feb 5, 2024
7469498
[release-v2.8] Forward-porting charts after OOB release (#3446)
lucasmlp Feb 8, 2024
ec2dc71
[release-v2.8] Restrict when to show the validation suggestion (#3486)
nicholasSUSE Feb 16, 2024
80f2dca
[release-v2.8] OOB Charts release for NeuVector 5.3.0 (#3530)
lucasmlp Feb 28, 2024
eee5977
Merge remote-tracking branch 'upstream/release-v2.8' into oob-feb-28/…
lucasmlp Feb 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions regsync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,8 @@ sync:
- 5.2.1
- 5.2.2-s1
- 5.2.4
- 5.2.4-s1
- 5.3.0
- source: docker.io/rancher/mirrored-neuvector-enforcer
target: '{{ env "REGISTRY_ENDPOINT" }}/rancher/mirrored-neuvector-enforcer'
type: repository
Expand All @@ -1292,6 +1294,8 @@ sync:
- 5.2.1
- 5.2.2-s1
- 5.2.4
- 5.2.4-s1
- 5.3.0
- source: docker.io/rancher/mirrored-neuvector-manager
target: '{{ env "REGISTRY_ENDPOINT" }}/rancher/mirrored-neuvector-manager'
type: repository
Expand All @@ -1308,6 +1312,8 @@ sync:
- 5.2.1
- 5.2.2-s1
- 5.2.4
- 5.2.4-s1
- 5.3.0
- source: docker.io/rancher/mirrored-neuvector-prometheus-exporter
target: '{{ env "REGISTRY_ENDPOINT" }}/rancher/mirrored-neuvector-prometheus-exporter'
type: repository
Expand All @@ -1317,6 +1323,7 @@ sync:
- 5.2.1
- 5.2.2
- 5.2.4
- 5.3.0
- source: docker.io/rancher/mirrored-neuvector-registry-adapter
target: '{{ env "REGISTRY_ENDPOINT" }}/rancher/mirrored-neuvector-registry-adapter'
type: repository
Expand Down
4 changes: 0 additions & 4 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ harvester-csi-driver:
- 103.0.1+up0.1.17
neuvector:
- 102.0.7+up2.7.1
- 103.0.2+up2.7.3
neuvector-crd:
- 102.0.7+up2.7.1
- 103.0.2+up2.7.3
neuvector-monitor:
- 103.0.2+up2.7.3
prometheus-federator:
- 103.0.1+up0.4.0
- 103.0.1+up0.4.1
Expand Down
Loading