Commit Graph

2450 Commits (9ee2bf07b929c815aee72604bac828ffeb5088c6)

Author SHA1 Message Date
Jiaqi Luo 9ee2bf07b9 make charts 2023-02-10 11:33:27 -07:00
Jiaqi Luo e889dacf68 bump rancher-webhook to 0.3.2-rc17 2023-02-10 11:33:06 -07:00
Michael Bolot b00a6cfc6a
Merge pull request #2408 from MbolotSuse/wh-0.3.2-rc16
Bump rancher webhook to v0.3.2-rc16
2023-02-10 11:01:17 -06:00
Harrison 3d96e061a5
Merge pull request #2407 from HarrisonWAffel/suc-changes
Additional SUC Changes For Imported Clusters
2023-02-10 11:19:26 -05:00
Michael Bolot 557cef5449 make remove webhook 2.0.2+up0.3.2-rc15 2023-02-10 09:45:17 -06:00
Michael Bolot 6a576b43e1 make charts 2023-02-10 09:45:00 -06:00
Michael Bolot 93b27d2b6a bump rancher-webhook to v0.3.2-rc16 2023-02-10 09:44:18 -06:00
Harrison Affel 859e2689dc make charts 2023-02-10 10:22:48 -05:00
Harrison Affel 7d447d4e43 change commit 2023-02-10 10:21:37 -05:00
Harrison Affel dbe36ca02c make remove 2023-02-10 10:21:30 -05:00
Olivier Vernin 737bb9980c
Merge pull request #2401 from epinio/epinio-1-6-2
Epinio 1.6.2, replaces 1.6.1
2023-02-10 15:38:25 +01:00
Mauren Berti ef7a8848dc
Merge pull request #2380 from stormqueen1990/feat/new-psp-approach-cis-benchmark
[rancher-cis-benchmark] Update chart for new PSP approach
2023-02-09 17:39:55 -05:00
Arvind Iyengar ac215896a1
Merge pull request #2404 from aiyengar2/fix_crd_uninstall
Fix rancher-monitoring-crd chart uninstall failure
2023-02-09 13:15:56 -08:00
Mauren Berti 8a7a9eb489
[rancher-cis-benchmark-crd] Remove unreleased version 3.0.1-rc8. 2023-02-09 16:05:55 -05:00
Mauren Berti f0c8525344
[rancher-cis-benchmark] Remove unreleased version v3.0.1-rc8. 2023-02-09 15:57:10 -05:00
Arvind Iyengar 45f746c751
make charts 2023-02-09 12:46:53 -08:00
Arvind Iyengar 3db170070d
Fix rancher-monitoring-crd chart uninstall failure
It seems like the order of parameters in the CRD uninstall Job are incorrect.

```
arvindiyengar: ~/Rancher/charts/src/github.com/rancher/charts
$ kubectl apply -f charts/rancher-monitoring-crd/101.0.0+up19.0.3/crd-manifest
customresourcedefinition.apiextensions.k8s.io/alertmanagerconfigs.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/alertmanagers.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/podmonitors.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/probes.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/prometheuses.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/prometheusrules.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/servicemonitors.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/thanosrulers.monitoring.coreos.com created
arvindiyengar: ~/Rancher/charts/src/github.com/rancher/charts
$ kubectl delete -Rf --ignore-not-found=true charts/rancher-monitoring-crd/101.0.0+up19.0.3/crd-manifest
the path "--ignore-not-found=true" does not exist
arguments in resource/name form may not have more than one slash
```

Since it is invalid to place `--ignore-not-found=true` after `-Rf`, I'm just switching the order to be successful.
2023-02-09 12:44:55 -08:00
Geet Samra 3e23c0b036
Merge pull request #2403 from aiyengar2/fix_typo_in_pushprox
Fix typo in metricRelabelings
2023-02-09 12:24:31 -08:00
Arvind Iyengar c8004ef400
make charts 2023-02-09 12:09:34 -08:00
Arvind Iyengar 8d416da04e
Fix typo with metricRelabelings 2023-02-09 12:08:54 -08:00
Harrison 3935cc246f
Merge pull request #2402 from HarrisonWAffel/additional-suc-changes
Bump commit for SUC Version 0.4.0
2023-02-09 11:31:43 -05:00
Harrison Affel 60039f5e0f make charts 2023-02-09 11:06:36 -05:00
Harrison Affel 37fb302542 update rancher-k3s-upgrader commit 2023-02-09 11:01:17 -05:00
Harrison Affel ba3e5ec88e make remove 2023-02-09 11:01:04 -05:00
Mauren Berti 702d34ad92
[rancher-cis-benchmark] Update release.yaml 2023-02-09 09:45:25 -05:00
Mauren Berti ce1769a6f0
make charts 2023-02-09 09:45:25 -05:00
Mauren Berti 204b329d9d
[rancher-cis-benchmark] Remove unreleased versions.
Remove unreleased versions v3.0.1-rc7 and v3.1.0-rc1 of rancher-cis-benchmark and
rancher-cis-benchmark-crd in favour of 4.0.0-rc1.
2023-02-09 09:35:23 -05:00
Mauren Berti 79a977493b
Update PSP approach for rancher-cis-benchmark.
* Remove all previous capabilities checks.
* Bump version from 3.0.1-rc6 to 4.0.0-rc1.
* Add new flag global.cattle.psp.enabled to control installation of PodSecurityPolicies.
* Add new validate-psp-install.yaml file to check whether PSPs can be installed.
* Update app-readme.md with PSP notice.
* Bump Kubernetes compatibility versions to < 1.26.0.
2023-02-09 09:22:06 -05:00
Andreas Kupries 7f4bdd6016 drop 1.6.1, replaced by 1.6.2 2023-02-09 14:16:40 +01:00
Andreas Kupries 4220f7d216 make chart, release 2023-02-09 14:13:27 +01:00
Andreas Kupries e2b07fd4e5 bump epinio to 1.6.2, bugfixes `app export`, `app portforward`
ref https://github.com/epinio/epinio/releases/tag/v1.6.2
2023-02-09 14:11:15 +01:00
Vaishnav Gaikwad 6dbba6fa39
Merge pull request #2388 from doflamingo721/remove-101istio
[rancher-istio] Remove unreleased istio 101.1.0+up1.15.3 istio version.
2023-02-09 10:37:07 +05:30
Eliyam Levy 8047e91c2d
Merge pull request #2365 from dbason/dev-v2.7
[rancher-logging] Various minor fixes
2023-02-08 17:21:57 -05:00
Dan Bason c82a37377c
Make charts 2023-02-09 11:05:23 +13:00
Dan Bason 4616a28c8a
[rancher-logging] Update for psp setting 2023-02-09 10:56:33 +13:00
Harrison 34699a0274
Merge pull request #2400 from HarrisonWAffel/bump-suc-0.4.0-commit
Bump commit for system-upgrade-controller version 0.4.0
2023-02-08 14:17:05 -05:00
Harrison Affel d08b521c13 make charts 2023-02-08 12:39:47 -05:00
Harrison Affel 5de59ad611 update system-charts commit 2023-02-08 12:39:18 -05:00
Harrison Affel 8813800546 make remove 2023-02-08 12:39:05 -05:00
Vaishnav Gaikwad 80d17375f1 remove unreleased istio 101.x.x istio version 2023-02-08 19:42:43 +05:30
Olivier Vernin 68715dbeb7
Merge pull request #2393 from epinio/epinio-release-cleanup
Cleanup of unwanted versions
2023-02-08 10:06:38 +01:00
Vardhaman Surana 4cccf56734
Merge pull request #2394 from vardhaman22/fix-cis-rbac
fix cis rbac
2023-02-08 09:59:48 +05:30
Jiaqi Luo 15dfca446d
Merge pull request #2398 from jiaqiluo/bump-webhook 2023-02-07 15:06:11 -07:00
Jiaqi Luo d495861578 make remove 2023-02-07 14:29:06 -07:00
Jiaqi Luo f21f8b0fe8 make charts 2023-02-07 14:28:20 -07:00
Jiaqi Luo 4a5775d40a bump rancher-webhook to 0.3.2-rc15 2023-02-07 14:27:59 -07:00
Steven Crespo c4bcee529c
Merge pull request #2397 from PennyScissors/dev-v2.7
[dev-v2.7] Sync up branches post OOB charts release
2023-02-07 13:18:35 -08:00
Steven Crespo 4830994c90 Merge remote-tracking branch 'upstream/release-v2.7' into dev-v2.7 2023-02-07 12:39:44 -08:00
Arvind Iyengar 425972dfa6
Merge pull request #2383 from PennyScissors/relv27-oob-lh
[release-v2.7] OOB Release for Longhorn 1.4.0
2023-02-07 11:54:12 -08:00
Mauren Berti d571f4ff2a
Merge pull request #2379 from stormqueen1990/feat/new-psp-approach-istio
[rancher-istio] Update chart for new PSP approach
2023-02-07 13:25:03 -05:00