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
Michael Bolot
93b27d2b6a
bump rancher-webhook to v0.3.2-rc16
2023-02-10 09:44:18 -06:00
Harrison Affel
7d447d4e43
change commit
2023-02-10 10:21:37 -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
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
Arvind Iyengar
8d416da04e
Fix typo with metricRelabelings
2023-02-09 12:08:54 -08:00
selvamt94
3defafcd46
Merge remote-tracking branch 'upstream/dev-v2.7' into neuvector
2023-02-09 10:04:55 -08:00
Harrison Affel
37fb302542
update rancher-k3s-upgrader commit
2023-02-09 11:01:17 -05:00
Mauren Berti
ce1769a6f0
make charts
2023-02-09 09:45:25 -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
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
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
4616a28c8a
[rancher-logging] Update for psp setting
2023-02-09 10:56:33 +13:00
selvamt94
aa5ca49867
Add NeuVector chart version 2.4.2
2023-02-08 12:13:57 -08:00
Harrison Affel
5de59ad611
update system-charts commit
2023-02-08 12:39:18 -05:00
vardhaman
1cfe8a9154
added security context values for gatekeeper crd chart
...
this is needed so that these jobs can be run in the namespace with restricted psa labels applied
2023-02-08 20:12:45 +05:30
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
4a5775d40a
bump rancher-webhook to 0.3.2-rc15
2023-02-07 14:27:59 -07: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
vardhaman
0f5ef706c1
CIS: updated clusterrolebinding name
...
also removed the unnecessary hook for deleting role binding
2023-02-07 17:54:12 +05:30
Geet Samra
7d09394cc0
Merge pull request #2387 from geethub97/dev-v2.7
...
Forward-port fix from #40340
2023-02-06 11:25:25 -08:00
Mauren Berti
633995aee5
[rancher-istio] Implement new PSP approach.
...
* Add new flag cattle.psp.enabled to values.yaml.
* Add new validation file validate-psp-install.yaml.
* Remove previous capabilities checks from chart + subcharts.
* Include blurb in app-readme.md about PSP changes.
2023-02-06 13:23:36 -05:00
Mauren Berti
aed199798c
[rancher-tracing] Replace global.rbac.pspEnabled flag.
...
* Replace previous global.rbac.pspEnabled flag with global.cattle.psp.enabled.
* Add new flag to values.yaml.
* Include validation in validate-psp-install.yaml.
2023-02-06 13:23:36 -05:00
Mauren Berti
609e8972e7
[rancher-kiali-server] Replace rbac.pspEnabled for cattle.psp.enabled.
...
* Substitute the old rbac.pspEnabled flag for the new cattle.psp.enabled flag.
* Add new flag to values.yaml.
2023-02-06 13:23:36 -05:00
Mauren Berti
1a9db880ec
[rancher-tracing] Bump chart version to 102.0.0.
2023-02-06 13:23:36 -05:00
Mauren Berti
caf40f2e2c
[rancher-kiali-server] Bump chart version to 102.0.0.
2023-02-06 13:23:36 -05:00
Mauren Berti
e2f71a4ce0
[rancher-istio] Bump chart version to 102.0.0.
2023-02-06 13:23:30 -05:00
Olivier Vernin
ca6d1ca97d
Merge pull request #2344 from epinio/epinio-1.6.1
...
Bump Epinio to 1.6.1 (2.7 dev)
2023-02-06 18:42:02 +01:00
thomasferrandiz
27ac814d9a
[dev-v2.7] Upgrade rancher-nfd to v0.12.1 ( #2337 )
...
* Upgrade rancher-nfd to v0.12.1
* make charts
2023-02-06 09:45:12 -05:00
Andreas Kupries
f771a197ce
fix: https://github.com/rancher/rancher/issues/40338
...
extended app-readme
extended questions
flipped default to false
added validation
bumped version
2023-02-06 09:33:07 +01:00
Andreas Kupries
b5ad006f6a
feat: bump epinio to 1.6.1
...
chore: update/fix patches
2023-02-06 09:33:07 +01:00
Andreas Kupries
0dedf6c0b6
feat: bump minio dependency to 5.0.4
...
chore: update/fix patches
2023-02-06 09:33:07 +01:00
vardhaman
cd97ee298e
added additional permission to cluster role used for gatekeeper jobs
...
the additional permissions are required for the jobs to add psa related labels to namespace
2023-02-03 20:51:38 +05:30
Geet Samra
74e0eac696
resetting prometheus-node-exporter.service.port and prometheus-node-exporter.service.targetPort to 9796
2023-02-02 15:46:23 -08:00
vardhaman
332dc80f61
bump cis-operator and cis benchmark chart version
2023-02-01 10:47:14 +05:30
vardhaman
1e8345e71d
added tolerations variable for security scan job
2023-02-01 10:28:52 +05:30
Vardhaman Surana
d9748b1cc8
Merge pull request #2298 from vardhaman22/istio-component-hpaspec-config
...
Istio components hpa and pdb config
2023-02-01 10:10:43 +05:30
Steven Crespo
12853a9e47
Merge pull request #2304 from weizhe0422/dev-2.7_LH-1.4.0
...
Add Longhorn 1.4.0 chart with dev-2.7
2023-01-31 13:15:31 -08:00
Dan Bason
54fdf9c25c
[rancher-logging] Run fluentd as numeric UID
2023-02-01 09:41:36 +13:00
Dan Bason
b8cb98b6e2
[rancher-logging] Add node selector to kubeAudit logging
2023-02-01 09:40:30 +13:00
Dan Bason
59847713d7
[rancher-logging] Enable fluentd optional env vars
2023-02-01 09:40:08 +13:00
vardhaman
122b26c3ae
added podDisruptionBudget and hpaspec configuration for istio components
2023-01-31 14:29:13 +05:30
Arvind Iyengar
ca676fcf6f
[rancher-monitoring-crd] Use global.cattle.psp.enabled field
2023-01-30 09:32:51 -08:00
Arvind Iyengar
faf139a0a6
[rancher-monitoring] Add global.cattle.psp.enabled docs to app-README.md
2023-01-30 09:32:51 -08:00
Arvind Iyengar
25831e5541
[rancher-monitoring] Include validate-psp-install.yaml
2023-01-30 09:32:51 -08:00
Arvind Iyengar
2185c35881
[rancher-monitoring] Update kube-version annotation to support 1.25
2023-01-30 09:32:51 -08:00
Arvind Iyengar
955ac68c66
[rancher-monitoring] Replace .Values.global.rbac.pspEnabled with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:51 -08:00
Arvind Iyengar
b465411a62
[rancher-windows-exporter] Include .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:50 -08:00
Arvind Iyengar
2ea3bbdcac
[rancher-pushprox] Add global.cattle.psp.enabled docs to README.md
2023-01-30 09:32:50 -08:00
Arvind Iyengar
29a3da4b0c
[rancher-pushprox] Include validate-install-crd.yaml
2023-01-30 09:32:50 -08:00
Arvind Iyengar
ea503a320d
[rancher-pushprox] Include validate-psp-install.yaml
2023-01-30 09:32:50 -08:00
Arvind Iyengar
8913ad8f84
[rancher-pushprox] Update kube-version annotation to support 1.25
2023-01-30 09:32:50 -08:00
Arvind Iyengar
9c264011a5
[rancher-pushprox] Replace implicit capabilities check with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:49 -08:00
Arvind Iyengar
71f20e3e17
[rancher-prometheus-adapter] Replace .Values.psp.create with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:49 -08:00
Arvind Iyengar
54720ea2a5
[rancher-node-exporter] Replace .Values.rbac.pspEnabled with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:49 -08:00
Arvind Iyengar
d94a62c56d
[rancher-kube-state-metrics] Replace .Values.podSecurityPolicy.enabled with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:49 -08:00
Arvind Iyengar
40325d35a4
[rancher-grafana] Replace .Values.rbac.pspEnabled with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:49 -08:00
Chad Roberts
e740719c13
bump rancher-webhook to v0.3.2-rc14
2023-01-30 09:57:01 -05:00
Mauren Berti
ba1d755be1
Merge pull request #2371 from stormqueen1990/feat/new-psp-approach-gatekeeper
...
[rancher-gatekeeper] Update chart for new PSP approach
2023-01-30 09:07:16 -05:00
Ray Chang
8263c2ace9
make charts: release longhorn v1.4.0 into Rancher 2.7
...
Signed-off-by: Ray Chang <ray.chang@suse.com>
2023-01-30 14:28:32 +08:00
Ray Chang
6c848ade36
make prepare/patch: release longhorn v1.4.0 into Rancher 2.7
...
Signed-off-by: Ray Chang <ray.chang@suse.com>
2023-01-30 14:28:32 +08:00
Mauren Berti
f50b5dc1f7
Add new PSP flag + add validation for capabilities.
...
* Remove previously added capabilities check.
* Add new validation file validate-psp-install.yaml with capabilities and switch check to verify PSPs are installable in the target cluster.
* Remove old PSP flags and replace them with the standardized global.cattle.psp.enabled.
* Add explanation of the changes for Kubernetes v1.25 to app-readme.md.
2023-01-27 19:38:30 -05:00
Mauren Berti
8e40538820
Merge pull request #2362 from stormqueen1990/feat/add-error-message-logging
...
[rancher-logging] Update chart for new PSP approach
2023-01-27 18:42:43 -05:00
Steven Crespo
5800008af4
Merge pull request #2373 from PennyScissors/devv27-update-ui-plug-op
...
Update ui-plugin-operator chart
2023-01-27 15:28:45 -08:00
Arvind Iyengar
548c9b434a
Merge pull request #2370 from aiyengar2/add_global_psp_fields_to_alerting
...
Add global.cattle.psp.enabled to rancher-alerting charts
2023-01-27 15:13:51 -08:00
Mauren Berti
30c71503d2
Add user-friendly error message + standardize PSP flag.
...
* Substitute global.rbac.psp.enabled and global.psp.enabled uses for global.cattle.psp.enabled.
* Remove previous usages of the capabilities check to determine if PSPs and PSP-related resources are applied.
* Add a new validation file (validate-psp-install.yaml) to make the capabilities check when PSP installation is requested and issue a user-friendly message if unable to install PSP.
* Update app-readme.md to include details of this change.
* Bump chart version to 102.0.0.
* Change default value for PSP installation from true to false.
2023-01-27 18:04:57 -05:00
Arvind Iyengar
398a62d648
[rancher-alerting-drivers] Add global.cattle.psp.enabled docs to app-readme.md
2023-01-27 15:00:49 -08:00
Arvind Iyengar
485b1a05af
[rancher-alerting-drivers] Add global.cattle.psp.enabled to questions.yml
2023-01-27 15:00:49 -08:00
Arvind Iyengar
5bfa7c3de3
[rancher-alerting-drivers] Include validate-psp-install.yaml
2023-01-27 15:00:48 -08:00
Arvind Iyengar
fb81b0ba41
[rancher-alerting-drivers] Use global.cattle.psp.enabled field and bump major version
2023-01-27 15:00:48 -08:00
Arvind Iyengar
c9a4aaefd3
[rancher-prom2teams] Use global.cattle.psp.enabled field and bump major version
2023-01-27 15:00:48 -08:00
Arvind Iyengar
14fc295077
[rancher-prom2teams] Move role+rolebinding for PSPs to psp.yaml
2023-01-27 15:00:48 -08:00
Arvind Iyengar
d8c28a415e
[rancher-sachet] Use global.cattle.psp.enabled field and bump major version
2023-01-27 15:00:48 -08:00
Arvind Iyengar
71a483e3d2
[rancher-sachet] Move role+rolebinding for PSPs to psp.yaml
2023-01-27 15:00:47 -08:00
Eliyam Levy
2c3bb8ce0b
update package and release yamls
2023-01-27 17:43:20 -05:00
Steven Crespo
45aa3826fa
Update commit ref
2023-01-27 14:43:11 -08:00
Arvind Iyengar
464036d847
Merge pull request #2366 from geethub97/service-monitor-cluster-ids
...
Updating metricRelabelings to include cluster ids for all service monitors in Rancher Monitoring
2023-01-27 13:37:35 -08:00
Geet Samra
3419b2ffc4
rancher-monitoring: updating metricRelabelings to include cluster_id for service monitors
2023-01-27 13:10:20 -08:00
Chad Roberts
78e67d6786
Bump rancher-webhook to 0.3.2-rc13
2023-01-27 16:02:39 -05:00
Geet Samra
84237bbbcc
rancher-pushprox: updating metricRelabelings to include cluster_id for service monitor
2023-01-27 12:25:26 -08:00
Mauren Berti
8e0334ecfc
Bump rancher-gatekeeper to version 102.0.0.
2023-01-27 14:25:12 -05:00
Geet Samra
2f61690cc7
rancher-grafana: updating metricRelabelings to include cluster_id for service monitors
2023-01-27 10:06:29 -08:00
Geet Samra
66464a1b3c
rancher-node-exporter: updating metricRelabelings to include cluster_id for service monitors
2023-01-27 10:06:29 -08:00
Geet Samra
8868ff98e0
kube-state-metrics: updating metricRelabelings to include cluster_id for service monitors
2023-01-27 10:06:29 -08:00
Chad Roberts
fcff5f1b43
bump rancher-webhook to 0.3.2-rc12
2023-01-27 11:56:49 -05:00
Rayan Das
396dd5a0f6
Merge pull request #2333 from rayandas/bump-cis-benchmark
...
[dev-v2.7] Update CIS-Benchmark chart to include latest security-scan and cis-operator version.
2023-01-27 10:37:17 +05:30
Mario Manno
beb64447f4
Updating to Fleet v0.6.0-rc.2
2023-01-26 18:07:08 +01:00
Eliyam Levy
4282ec2a1d
updated packages and release
2023-01-25 17:05:40 -05:00
Rayan Das
56bb7b322f
bump security-scan version, cis-operator, and chart version
2023-01-25 17:15:58 +05:30
Geet Samra
52ad3db920
Merge remote-tracking branch 'upstream/release-v2.7' into dev-v2.7
2023-01-24 13:25:33 -08:00
Guilherme Macedo
07c237d7be
make charts
...
Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
2023-01-23 19:51:19 -03:00
Guilherme Macedo
5317433a9f
Bump Fleet to v0.5.1
...
Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
2023-01-23 19:10:10 -03:00
Chris Kim
69a27df3fb
Merge pull request #2338 from Oats87/bump-suc-0.4.0
...
[dev-v2.7] Bump system-upgrade-controller chart to 0.10.0
2023-01-20 10:31:57 -08:00
Harrison Affel
0ebc2a3337
bump rancher-webhook to vesrion v0.3.2-rc11
2023-01-19 13:05:47 -05:00
Chris Kim
44ac0c4106
Bump system-upgrade-controller to system-charts/rancher-k3s-upgrader 0.4.0 (SUC v0.10.0)
...
Signed-off-by: Chris Kim <oats87g@gmail.com>
2023-01-19 09:56:21 -08:00
Chris Kim
63bbf7d215
Rebase from system-charts bf2caf17913204448e92d0cc781c7b76bb2401b2 to b6ef44bbcdc591b63672e59978f229ddbf0a6b83 for system-upgrade-controller/rancher-k3s-upgrader
...
Signed-off-by: Chris Kim <oats87g@gmail.com>
2023-01-17 13:31:15 -08:00
Michal Jura
2f0260622e
Merge pull request #2327 from mjura/dev-v2.7
...
[dev-v2.7] Bump rancher-aks-operator v1.1.0-rc2
2023-01-17 16:49:46 +01:00
Chad Roberts
95895018b0
Bump rancher-webhook version to v0.3.2-rc10
2023-01-13 12:10:54 -05:00
Michal Jura
eb5a058d41
Bump rancher-aks-operator v1.1.0-rc2
...
Bug fixes for:
- AKS Updating AgentPools with custom route table is not allowed
Fixes : rancher/rancher#40087
2023-01-13 09:43:42 +01:00
Rayan Das
7761be94ee
Merge pull request #2329 from rayandas/bump-cis-benchmark
...
[dev-v2.7] Update CIS-Benchmark chart to include new cis-operator version
2023-01-13 10:07:51 +05:30
Eliyam Levy
c85eb74860
update package and release yamls
2023-01-12 10:52:54 -05:00
Rayan Das
115a07afba
bump cis-benchmark version and chart version
2023-01-12 13:40:10 +05:30
Jiaqi Luo
b2056617a4
Bump rancher-webhook version to v0.3.2-rc9
2023-01-11 15:41:16 -07:00
Vaishnav Gaikwad
5e356f6868
Merge pull request #2325 from doflamingo721/update-istio-versioning
...
[dev-v2.7] Revise istio versioning
2023-01-11 22:50:29 +05:30
Rayan Das
6335f0ec97
add condition to check for PSP capability in rancher-cis-benchmark
2023-01-11 22:42:48 +05:30
Vaishnav Gaikwad
e055763437
correct istio versioning
2023-01-11 12:21:30 +05:30
Jiaqi Luo
54508a5fbb
Bump rancher-webhook version to v0.3.2-rc8
2023-01-10 10:39:50 -07:00
Michael Bolot
8f6c528621
Merge pull request #2300 from selvamt94/neuvector
...
Neuvector: Add NeuVector chart version 2.4.0
2023-01-05 13:13:12 -06:00
selvamt94
6dd5ddc250
Add NeuVector chart version 2.4.0
2023-01-05 10:19:47 -08:00
Kevin Joiner
c9c43755ca
Bump rancher-webhook version to v0.3.2-rc7
2023-01-05 13:12:45 -05:00
vardhaman
ed8dc0d833
psp related fixes for alerting-drivers chart
2023-01-05 18:23:04 +05:30
vardhaman
605469c603
psp related fixes for rancher-sachet chart
2023-01-05 18:23:04 +05:30
vardhaman
3707d97332
psp related fixes for prom2teams chart
2023-01-05 18:23:03 +05:30
vardhaman
a35ead5b2d
updated rancher alerting to latest versions
...
updated prom2teams to 4.2.0 and sachet to 0.3.1
2023-01-05 18:23:03 +05:30
Kevin Joiner
96529f368e
Bump rancher-webhook version to v0.3.2-rc6
2023-01-04 16:41:43 -05:00
Rayan Das
ada6ecc6f2
Merge pull request #2286 from rayandas/bump-security-scan
...
[v2.7] Update CIS Benchmark chart with latest security scan and cis-operator version.
2023-01-04 10:24:46 +05:30
Steven Crespo
6d4a3e7170
Update ui-plugin-operator commit ref
2023-01-03 15:30:59 -08:00
Geet Samra
db784bc681
PSP fixes for rancher-monitoring
2023-01-03 13:38:52 -08:00
Geet Samra
fa46c46b9a
fixing pushprox bug
2023-01-03 10:56:02 -08:00
Anna Blendermann
0c4e4ab49c
Add Kubernetes 1.25 support to KEv2 operator charts ( #2279 )
2023-01-03 12:53:58 -05:00
thomasferrandiz
870a58197c
Mark sriov chart as compatible with rancher 2.7 and k8s 1.25 ( #2278 )
...
* mark rancher-sriov as compatible with rancher 2.7 and k8s 1.25
* make charts
2022-12-28 11:25:15 -05:00
Anna Blendermann
2397160091
Bump vSphere CPI chart images v1.24.3 v1.23.3 v1.22.7 ( #2295 )
2022-12-23 16:14:19 -05:00
Geet Samra
015dae14d0
Merge pull request #2294 from doflamingo721/v2monitoring-crd-psp-compatibility
...
[dev-v2.7 rancher-monitoring-crd] Add condition to check PSP compatibility
2022-12-23 09:35:08 -08:00
Vaishnav Gaikwad
fb8d6d36b0
Merge pull request #2266 from doflamingo721/istio-psp-compatibility
...
[dev-v2.7 istio] Add condition to check PSP compatibility
2022-12-23 15:44:47 +05:30
Vaishnav Gaikwad
96b7d17fb9
add condition to check for PSP capability in rancher-monitoring-crd
2022-12-23 15:37:47 +05:30
Geet Samra
501ea344e3
fixing clusterrole
2022-12-22 16:39:11 -08:00
Geet Samra
4f2b3a9579
Merge pull request #2285 from geethub97/k8s-1.25-deprecations-fix
...
Updating rancher monitoring charts to support k8s 1.25.
2022-12-22 16:03:14 -08:00
Geet Samra
ebd92ddea0
fixing error in node-exporter
2022-12-22 15:48:35 -08:00
Geet Samra
65d0e400ab
updating HPA for rancher-grafana
2022-12-22 14:52:08 -08:00
Chad Roberts
3771bd4ae6
Bump rancher-webhook version to v0.3.2-rc5
2022-12-22 14:18:59 -05:00
Kevin Joiner
ee7e29e1aa
Bump rancher-webhook version to v0.3.2-rc4
2022-12-21 19:35:33 -05:00
Kevin Joiner
7e9c948522
Bump rancher-webhook version v0.3.2-rc3
2022-12-21 09:27:02 -05:00
Geet Samra
310619f5ee
Merge pull request #2282 from geethub97/psp-fix
...
Wrap PSPs in capabilities conditional for k8s 1.25 support
2022-12-20 16:29:49 -08:00
Colleen Murphy
ea41816075
Bump webhook and csp-adapter
2022-12-20 15:23:06 -08:00
Geet Samra
9859369453
psp changes for pushprox
2022-12-20 14:39:02 -08:00
Geet Samra
d6d67f4d33
psp changes for node-exporter
2022-12-20 14:35:23 -08:00
Geet Samra
fa6acc091f
psp updates for rancher-prometheus-adapter
2022-12-20 14:35:23 -08:00
Geet Samra
3ea9286642
psp changes for kube-state-metrics
2022-12-20 14:35:00 -08:00
Chad Roberts
52977fdbeb
Merge pull request #2281 from crobby/bump-webhook-032rc1
...
Bump rancher-webhook v0.3.2 rc1
2022-12-20 16:36:34 -05:00
Tim Hardeck
26edd53692
Updating to Fleet v0.6.0-rc.1
2022-12-20 21:33:38 +01:00
Chad Roberts
083cbb731e
Bump rancher-webhook to v0.3.2-rc1
2022-12-20 15:25:27 -05:00
Rayan Das
6432a683b4
bump security-scan and cis-operator to the latest rc version
2022-12-20 14:42:27 +05:30
Eliyam Levy
6e4bf9d2d6
Updated package and release yamls
2022-12-19 15:11:39 -05:00
Vaishnav Gaikwad
489933f001
add condition to check for PSP capability in rancher-istio
2022-12-19 18:32:10 +05:30
Vaishnav Gaikwad
8a1c24826b
add condition to check for PSP capability in rancher-kiali-server
2022-12-19 18:32:10 +05:30
Vaishnav Gaikwad
850503a039
add condition to check for PSP capability in jaeger tracing
2022-12-19 18:32:04 +05:30
Rayan Das
bae4f852c1
Merge pull request #2274 from rayandas/gatekeeper-psp-compatibility
...
[dev-v2.7 gatekeeper-crd] Add condition to check PSP compatibility
2022-12-19 18:21:57 +05:30
Vaishnav Gaikwad
7736a950d2
Merge pull request #2215 from doflamingo721/cis-imagepullpolicy-fix
...
[dev-v2.7] Update cis-operator imagePullPolicy
2022-12-19 09:51:24 +05:30
Rayan Das
5d1f34e8dd
add condition to check for PSP capability in rancher-gatekeeper-crd
2022-12-16 16:33:52 +05:30
Arvind Iyengar
2c1e0bd6bf
Merge pull request #2254 from aiyengar2/some_more_monitoring_fixes
...
Bug Fixes for latest Monitoring chart
2022-12-15 12:04:36 -08:00
Arvind Iyengar
b649292d3d
Ensure alertmanager's PrometheusRule is not deployed if alertmanager is not enabled
2022-12-15 12:00:13 -08:00
Arvind Iyengar
fb82fa3af3
Revert change to remove tpl from prometheus containers
2022-12-15 11:59:36 -08:00
Arvind Iyengar
4572272e92
Merge branch 'dev-v2.7' into add_rebased_project_monitoring
2022-12-15 10:32:05 -08:00
Mauren Berti
eae6d98974
Merge pull request #2272 from stormqueen1990/fix-psp-logging
...
[rancher-logging] Fix conditional PSPs in DaemonSets for logging.
2022-12-15 11:41:24 -05:00
Mauren Berti
fc922c4724
Add condition for applying PSPs in DaemonSets.
2022-12-15 10:56:00 -05:00
Vaishnav Gaikwad
8edef0570a
Update cis-operator imagePullPolicy
2022-12-15 19:59:13 +05:30
Andreas Kupries
4f71369522
fix: enable deployment on kube 1.25
2022-12-15 14:23:24 +01:00
Andreas Kupries
4b59cebf8c
fix: hardwired namespace name
2022-12-15 11:07:23 +01:00
Andreas Kupries
d6ebecef8c
fix: psp usage for kube 1.25 and higher
...
ref https://github.com/rancher/rancher/issues/39858
2022-12-15 10:22:01 +01:00
Andreas Kupries
d5b1974699
beware: disabled use of skopeo, added warning about what this breaks
2022-12-15 10:22:01 +01:00
Andreas Kupries
41a7a56477
bump epinio to 1.5.1
2022-12-15 10:22:01 +01:00
Andreas Kupries
1d3ae0e1d1
bump epinio-ui dependency to 1.5.3
2022-12-15 10:22:01 +01:00
Arvind Iyengar
07891a5065
Rebase rancher-project-monitoring chart
2022-12-14 12:30:10 -08:00
Arvind Iyengar
b80d9a86cf
Rebase prometheus-federator chart
2022-12-14 12:30:10 -08:00
Thomas Ferrandiz
285a009147
Update rancher-sriov to use BCI image
2022-12-14 10:08:53 +01:00
Anna Blendermann
a6acad3f69
KEv2 branch operators ( #2265 )
...
* Bump AKS patch v1.1.0-rc1 and EKS minor v1.2.0-rc2
2022-12-13 16:15:54 -05:00
Geet Samra
61394189e0
Merge pull request #2263 from geethub97/latency-upstreamfix
...
Using upstream queries to resolve latency for Rancher Pods view and Grafana Rancher / Pod and Rancher / Pod (Containers) dashboards
2022-12-13 11:32:51 -08:00
Geet Samra
55642f3e53
switching to upstream query
2022-12-12 11:40:22 -08:00
Mauren Berti
70e0f412f1
Add condition to create PodSecurityPolicies.
2022-12-08 15:50:02 -05:00
Mauren Berti
88cb96736d
Pull upstream changes.
2022-12-08 15:49:58 -05:00
Mauren Berti
269b65e98d
Bump rancher-logging version to 101.1.0+up3.17.10.
2022-12-08 15:49:34 -05:00
Mauren Berti
32ef60ab47
Rebase rancher-logging from 3.17.7 to 3.17.10.
2022-12-08 15:49:28 -05:00
Mauren Berti
3da3c404e9
Bump rancher-backup version to 3.0.1-rc1.
2022-12-08 15:19:25 -05:00
vardhaman
f5bf73f5e4
rancher gatekeeper updated to 3.10.0
2022-12-07 13:07:58 +05:30
vardhaman
56d0bd046b
removed k8s overly configuration for istiod
...
since overlay setting is not supported for istiodRemote component in istio operator
2022-12-06 13:07:53 +05:30
vardhaman
52e34fb75b
added istio 1.15.3
2022-12-06 13:07:53 +05:30
vardhaman
c46d2cc513
updated kiali server version to 1.59.0
2022-12-06 13:07:53 +05:30
vardhaman
0fe49d7f14
add jaegertracing-all-in-one 1.39.0
2022-12-06 13:07:53 +05:30
vardhaman
3a45fd42a0
added istio 1.15 directory
2022-12-06 13:07:53 +05:30
vardhaman
39a83006e9
CIS BENCHMARK: added debug env var for cis operator
2022-12-06 11:48:40 +05:30
Anna Blendermann
a5feebd592
Bump eks and aks operators ( #2242 )
2022-12-01 14:30:23 -05:00
Andreas Kupries
0e15329be4
bump various dependent images - aws, nginx, paketo - security
2022-11-24 14:54:26 +01:00
Andreas Kupries
3f5253db1a
bump epinio dependency minio to version 5.0.1
2022-11-24 14:51:16 +01:00
Olivier Vernin
f89e5268b9
Merge pull request #2191 from epinio/is1454-awscli-image-update-2.7
...
Epinio in Rancher Charts 2.7 Dev
2022-11-22 10:11:29 +01:00
Arvind Iyengar
7f5b845119
Merge pull request #2189 from aiyengar2/fix_values_yaml_redundant_keys
...
Fix patches and remove redundant container value from values.yaml
(cherry picked from commit 252143f2d7
)
2022-11-21 12:12:37 -08:00
Arvind Iyengar
2cd9429bb5
Merge pull request #2162 from aiyengar2/geet_monitoring_rebase_fixes
...
Rancher Monitoring Chart Rebase to 40.0.1
(cherry picked from commit 52fd568dae
)
2022-11-21 12:12:36 -08:00
Andreas Kupries
0b7f58204f
bumping epinio to 1.4.0 - regenerate patches, main change are bumped image tags
...
bumping minio dependency to 4.0.15
new dependent chart for epinio: dex - patching (images, selector, tolerations, helpers, psp)
2022-11-21 16:54:46 +01:00
Andreas Kupries
0d529f947e
security: bump aws cli image
2022-11-21 09:41:15 +01:00
Andreas Kupries
37e2e417e3
feat: epinio charts (main and dependent)
...
note: origin is the dev-v2.6 branch sources as of commit ddbcef3c76
note: all versions modified to be 101.0.0
note: rancher-version modified to >=2.7, < 2.8
2022-11-21 09:41:15 +01:00
Anna Blendermann
6678618e06
[v2.7.1] Update vSphere CSI and CPI charts ( #2204 )
2022-11-17 23:08:34 -05:00
Steven Crespo
dd5c905cc8
Add package longhorn-crd 1.3.2
2022-11-17 12:12:19 -08:00
Steven Crespo
2c6b5c8a32
Add package longhorn 1.3.2
2022-11-17 12:12:09 -08:00
Phan Le
1af3e02469
Release Longhorn v1.3.2 into Rancher dev-2.7: make prepare
2022-11-17 11:05:14 -08:00
Steven Crespo
7ed74a45a6
Add package longhorn-crd 1.2.6
2022-11-17 10:09:29 -08:00
Steven Crespo
d886c4c631
Add package longhorn 1.2.6
2022-11-17 10:09:16 -08:00
Ray Chang
afc0d9a5b5
Merge branch 'dev-v2.7' into dev-2.7-LH-1.2.6
2022-11-15 15:47:44 +08:00
Ray Chang
98ef72d055
make charts: release longhorn v1.2.6 into Rancher 2.7
...
Signed-off-by: Ray Chang <ray.chang@suse.com>
2022-11-15 15:43:15 +08:00
Ray Chang
5af0e7465a
make prepare/patch: release longhorn v1.2.6 into Rancher 2.7
...
Signed-off-by: Ray Chang <ray.chang@suse.com>
2022-11-15 15:30:53 +08:00
Matt Farina
2f12bb2db9
Updating fleet to v0.5.0
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
2022-11-10 14:15:18 -08:00
Max Sokolovsky
c97b2020d5
Remove rc from rancher-webhook 0.3.0-rc5
2022-11-10 13:30:06 -05:00
mitulshah-suse
2160a1d98c
Merge pull request #2201 from vardhaman22/vardhaman/non-rc-cis-chart
...
Update rancher-cis-benchmark chart to non-rc version v3.0.0
2022-11-10 10:30:04 +05:30
Eliyam Levy
23da8e7f06
Updated package and release
2022-11-09 11:51:50 -05:00
Anna Blendermann
2a68d12b8a
Unrc kev2 operators for v2.7.0 ( #2200 )
2022-11-09 09:12:01 -05:00
vardhaman
11895ff5bd
updating cis to non rc v3.0.0
2022-11-09 14:37:41 +05:30
Caleb Bron
593ee697bd
Merge pull request #2187 from selvamt94/neuvector
...
Add NeuVector chart version 2.2.4
2022-11-08 08:59:33 -07:00
selvamt94
4da0324977
Add NeuVector chart version 2.2.4
2022-10-31 19:48:20 -07:00
Steven Crespo
01991d3baa
Update ui-plugin-operator commit ref to 0.1.0
2022-10-31 12:18:06 -07:00
Kevin Joiner
bc32b9dcd0
Bump rancher-webhook version v0.3.0-rc5
2022-10-28 11:48:03 -04:00
Tim Hardeck
31430831ba
Updating to Fleet v0.5.0-rc4
2022-10-27 20:44:53 +02:00
Steffan Tucker
28a5f0ffb6
Merge pull request #2164 from steffantucker/csp-adapter-bump
...
CSP adapter bump
2022-10-24 23:34:50 -06:00
Matt Farina
756dbc4ca9
Updating fleet to 0.5.0-rc3
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
2022-10-21 13:33:14 -04:00
Hussein Galal
9d336deec8
Merge pull request #2170 from galal-hussein/fix_permission_test
...
Fix permission test
2022-10-19 21:17:25 +02:00
Steven Crespo
37974801a4
Merge pull request #2168 from PennyScissors/dev-v2.7
...
Update ui-plugin-operator commit ref
2022-10-19 09:05:19 -07:00
galal-hussein
5f2f0ba3dc
update security-scan image
2022-10-19 18:02:30 +02:00
galal-hussein
3d4a61d672
fix permissions for cis-serviceaccount
2022-10-18 22:59:53 +02:00
Steven Crespo
ea5e7c3baa
Update ui-plugin-operator commit ref
2022-10-18 13:51:55 -07:00
Chris Wayne
9e992cb314
Merge pull request #2110 from thomasferrandiz/sriov-nfd-2.7
...
[2.7.0] [sriov] Update images and chart and add node-feature-discovery as dependency
2022-10-18 11:10:40 -04:00
Steffan Tucker
68739862b8
bump rancher-csp-adapter to 2.0.0
2022-10-17 13:19:17 -06:00
galal-hussein
7641784193
Add PSP for cis-benchmark
2022-10-14 21:06:23 +02:00
Rayan Das
d6cf998f18
bump security-scan to v0.2.9-rc4
2022-10-14 09:55:16 +05:30
galal-hussein
3fc4b81e99
Add privielges to cis-operator-serviceaccount in cis-operator namespace
2022-10-14 02:05:27 +02:00
galal-hussein
9a8fbadde3
Add pre-hook for upgrade fix and add serviceaccounts rbac
2022-10-13 20:51:13 +02:00
Manuel Buil
82e8432219
Update rancher-sriov and add rancher-nfd as dependency
...
Signed-off-by: Manuel Buil <mbuil@suse.com>
release.yaml
2022-10-13 10:10:16 +02:00
Hussein Galal
57da02c31f
Merge pull request #2117 from galal-hussein/add_restricted_rbac
...
Add more restricted RBAC to cis benchmark chart
2022-10-12 23:04:05 +02:00
Prachi Damle
8da730e37f
Merge pull request #2145 from chrisho/update-harvester-charts-to-rancher-v2.7
...
Update harvester charts to Rancher v2.7
2022-10-12 11:11:24 -07:00
galal-hussein
e0c2133e61
Add RBAC roles for cis benchmark chart
2022-10-12 20:07:16 +02:00
Chris Ho
39c08c07cb
update ccm/csi to rancher v2.7
2022-10-12 08:37:27 +08:00
Kevin Joiner
6bad16bbf8
Remove depercated rancher-external-ip-webhook
2022-10-11 14:54:47 -04:00
Steven Crespo
90bad62cb8
Update ui-plugin-operator commit ref
2022-10-06 16:11:40 -07:00
Vaishnav Gaikwad
7f911bfb66
Merge pull request #2130 from doflamingo721/remove-rancher-wins-upgrader
...
Remove rancher-wins-upgrader chart from 2.7
2022-10-05 13:13:15 +05:30
Vaishnav Gaikwad
35060ad3de
Merge pull request #2119 from rayandas/remove-istio-prior-1.14.x
...
Remove Istio versions prior to 1.14.x
2022-10-05 11:22:57 +05:30
Vaishnav Gaikwad
061b962328
remove wins-upgrader chart package
2022-10-05 06:37:28 +05:30
Arvind Iyengar
3a05830b09
Merge pull request #2097 from selvamt94/neuvector
...
Add NeuVector chart version 2.2.3
2022-10-04 09:32:17 -07:00
Kevin Joiner
a4273a337b
Bump rancher-webhook version v0.3.0-rc4
2022-10-03 16:19:42 -04:00
Kevin Joiner
b4a70abcf7
Merge pull request #2121 from KevinJoiner/bump-rancher-aks-operator-1.0.7-rc2
...
Bump rancher-aks-operator v1.0.7-rc2
2022-10-03 14:36:52 -04:00
Kevin Joiner
8a8567dabb
Merge pull request #2122 from KevinJoiner/bump-rancher-eks-operator-1.1.5-rc2
...
Bump rancher-eks-operator v1.1.5-rc2
2022-10-03 14:36:20 -04:00
Kevin Joiner
094aeaf7b8
Merge pull request #2124 from KevinJoiner/bump-rancher-gke-operator-1.1.5-rc1
...
Bump rancher gke operator 1.1.5 rc1
2022-10-03 14:35:55 -04:00
Steven Crespo
fb5f6b760b
Update ui-plugin-operator commit ref
2022-09-30 13:21:14 -07:00
Rayan Das
6d913e2c41
removed istio 1.11, 1.12 and 1.13 from packages/rancher-istio/ dir
2022-09-30 15:19:53 +05:30
selvamt94
1931625d60
Add NeuVector chart version 2.2.3
2022-09-29 12:17:07 -07:00
Kevin Joiner
0c5a6f9a36
Bump webhook chart to v0.3.0-rc3
2022-09-28 19:37:20 -04:00
Kevin Joiner
92628ba685
Merge pull request #2104 from KevinJoiner/webhook-ip-2.7
...
Prepare rancher-webhook-external-ip 2.7
2022-09-28 19:33:17 -04:00
Prachi Damle
5483c5e367
Merge pull request #2115 from mitulshah-suse/update-images-in-cis-for-latest-rc
...
Update images in cis for latest rc
2022-09-28 14:00:09 -07:00
Kevin Joiner
b4db299ca2
Prepare rancher-external-ip-webhook charts for rancher 2.7.
2022-09-28 15:53:41 -04:00
Steven Crespo
92cf56fb78
Update ui-plugin-operator commit ref
2022-09-28 12:36:32 -07:00
Kevin Joiner
9497b20cd6
Bump rancher-gke-operator to v1.1.5-rc1
2022-09-28 15:16:45 -04:00
Kevin Joiner
ec11be670f
Bump rancher-eks-operator to v1.1.5-rc2
2022-09-28 14:51:40 -04:00
Kevin Joiner
7de010180c
Bump rancher-aks-operator to v1.0.7-rc2
2022-09-28 14:32:47 -04:00
Steven Crespo
8054f76631
Update ui-plugin-operator chart to rc2
2022-09-28 09:07:24 -07:00