Commit Graph

466 Commits (246328ce62d77d2ba78d2186af3b906e43566de2)

Author SHA1 Message Date
actions 246328ce62 Set min version rke2 and update security-scans version (#1122)
* set minKubernetesVersion to 1.20.5

* update security scans version

* increment releaseCandidateVersion
2021-04-15 21:24:08 +00:00
actions 01f9633315 Merge pull request #1120 from nickgerace/dev-v2.5-source-crd
Match backup crd version to primary chart with 1.0.4-rc3
2021-04-15 17:26:23 +00:00
actions d81cfffbb8 Merge pull request #1085 from jiaqiluo/rancher-alerting-drivers 2021-04-15 00:36:32 +00:00
actions dbb28034e0 Avoid Grafana conflict by switching Rancher prefix (#1116)
Switches the prefix used for Rancher default dashboards as opposed to Grafana default dashboard to avoid conflicts with dashboards like rancher-monitoring-etcd.
2021-04-14 00:45:29 +00:00
actions 3cd885c1ea Minor updates around windows-exporter and wins upgrades (#1115)
* Add script to check wins version before running wins

* Copy binary on every container restart

* Update chart annotations

* Change instance to host_ip:port

* Bump releasedCandidateVersion
2021-04-14 00:36:30 +00:00
actions 771a8d4616 Merge pull request #1113 from thedadams/bump-rancher-webhook-31974
Bump rancher-webhook to v0.1.0-rc1
2021-04-12 19:25:21 +00:00
actions 80b8a038fb Merge pull request #1104 from nickgerace/dev-v2.5-source-windows-fix
Add RKE node logs for Windows logging
2021-04-12 18:41:37 +00:00
actions 15ed03b5d0 Merge pull request #1105 from MonzElmasry/fix_chart_version
fix rancher-cis-benchmark chart version
2021-04-12 17:32:42 +00:00
actions 835b5c1631 Merge pull request #1110 from brendarearden/kiali-updates-1320
Kiali v1.32.0
2021-04-12 16:14:27 +00:00
actions 3563f13cf7 Merge pull request #1111 from StrongMonkey/update-fleet-operator
Rancher-operator v0.1.4-rc3, fleet v0.3.5-rc4
2021-04-10 01:22:20 +00:00
actions 15b752dc59 Merge pull request #1099 from brendarearden/istio-192
Add Istio 192 & 184
2021-04-09 23:52:21 +00:00
actions 184e77b22e Use global.cattle.windows.enabled for windowsExporter and deprecate windowsExporter.enabled (#1109)
* Use global.cattle.windows.enabled for windowsExporter

* Bump releaseCandidateVersion
2021-04-09 23:38:34 +00:00
actions 5d57fde7b8 Change adapter repo and remove from top-level values.yaml (#1096)
* Change adapter repo and remove from top-level values.yaml

* Bump releasedCandidateVersion

* Bump prometheus-adapter rcVersion as well
2021-04-09 23:21:13 +00:00
Caleb Bron 4f70a859db
Merge pull request #1106 from MonzElmasry/delete--cis-1.0.402
delete rancher-cis-benchmark 1.0.402 and clean index.yaml
2021-04-09 15:30:04 -07:00
actions 0187df85c6 Fix CRD chart (#1093)
* Always delete hook resources

* Delete existing CRDs before applying the manifest

* Bump releaseCandidateVersion
2021-04-09 19:01:47 +00:00
actions bf8de0249e Update external URLs if cattle values are provided (#1097) 2021-04-09 18:57:13 +00:00
actions ba20815bfb Merge pull request #1108 from thedadams/rancher-operator-0.1.4-rc2
Bump rancher-operator to v0.1.4-rc2
2021-04-09 17:59:11 +00:00
MonzElmasry 3fb5a784be delete rancher-cis-benchmark 1.0.402 and clean index.yaml 2021-04-09 01:34:00 +02:00
actions a85fa88c2b Merge pull request #1071 from brendarearden/add-psp
Add PodSecurityPolicies for rancher-istio,rancher-tracing and kiali
2021-04-08 21:20:13 +00:00
actions d1cfb512b9 Merge pull request #1040 from MonzElmasry/rke2_cis_1.6
add rke2 cis 1.6 profile and benchmark
2021-04-08 18:17:21 +00:00
actions bb1c86bf1a Add Cluster Overview dashboards (#1086)
* Add dashboards for Rancher Cluster Overview

* Add base copy of rancher-default-home.json

* Update home dashboard
2021-04-08 17:35:35 +00:00
actions d217a3f790 Merge pull request #1095 from nickgerace/dev-v2.5-source-fleet
Update fleet charts to v0.3.5-rc3
2021-04-07 21:48:51 +00:00
actions f3153f7714 Rebase Monitoring to 14.5.0 and update all dependencies (#1072)
* Switch rancher-monitoring to Git-based package

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>

* Move Monitoring dependencies to separate packages

* Switch rancher-grafana to Git-based and add annotations

* Switch rancher-kube-state-metrics to Git-based and add annotations

* Switch rancher-prometheus-adapter to Git-based and add annotations

* Switch rancher-node-exporter to Git-based and add annotations

* Rebase to kube-prometheus-stack-10.0.0

* Update rancher-monitoring to new base kube-prometheus-stack-10.0.0

* Rebase to kube-prometheus-stack-11.0.0

* Update rancher-monitoring to new base kube-prometheus-stack-11.0.0

* Rebase to kube-prometheus-stack-12.0.0

* Update rancher-monitoring to new base kube-prometheus-stack-12.0.0

* Rebase to kube-prometheus-stack-13.0.0

* Update rancher-monitoring to new base kube-prometheus-stack-13.0.0

* Rebase to kube-prometheus-stack-14.0.0

* Update rancher-monitoring to new base kube-prometheus-stack-14.0.0

* Rebase to kube-prometheus-stack-14.5.0

* Update rancher-monitoring to new base kube-prometheus-stack-14.5.0

* fixup rancher-monitoring

* Switch nginx port for Prometheus to 8081

This is necessary since prometheusConfigReloaderImage now takes port 8080 in the Prometheus pod due to a change introduced in Prometheus Operator v0.43.0 in dcf34c55bc.

This value is hard-coded in the operator in bcf61aacda/pkg/operator/statefulset.go (L25).

* Rebase to grafana-5.7.7

* Update rancher-grafana to new base grafana-5.7.7

* Rebase to grafana-6.0.0

* Update rancher-grafana to new base grafana-6.0.0

* Rebase to grafana-6.6.4

* Update rancher-grafana to new base grafana-6.6.4

* fixup rancher-grafana

* Add linux annotations to image-renderer

* Use default grafana serviceAccount if unavailable for image-renderer

* Rebase to kube-state-metrics-helm-chart-2.13.1

* Update rancher-kube-state-metrics to new base kube-state-metrics-helm-chart-2.13.1

* fixup kube-state-metrics

* Rebase to prometheus-node-exporter-1.16.2

* Update rancher-node-exporter to new base prometheus-node-exporter-1.16.2

* fixup node-exporter

* Rebase to prometheus-adapter-2.12.1

* Update rancher-prometheus-adapter to new base prometheus-adapter-2.12.1

* fixup prometheus-adapter

* Update CRD chart version

* Add original chart before all commits were made

* Add chart after all commits were made

* Delete charts

* Patch the chart version to 1 and reset packageVersion to 00

* Patch CRD chart version
2021-04-07 19:45:48 +00:00
actions 6b58d1d4f9 Merge pull request #1087 from thedadams/fix-rancher-operator-0.4.1-rc1
Put '-rc1' back in values.yaml
2021-04-07 00:44:11 +00:00
actions a6da5aa88f Merge pull request #1084 from prachidamle/bump_cis
Update cis-operator image tag and appVersion
2021-04-06 22:40:51 +00:00
actions 9142607d40 Merge pull request #1083 from thedadams/rancher-operator-0.1.4-rc1
Bump rancher-operator to v0.1.4-rc1
2021-04-06 20:03:07 +00:00
actions 70d7c8cc6f Merge pull request #1082 from jiaqiluo/rancher-backup-restore-operator
bump rancher-backup-restore-operator to 1.0.4-rc3
2021-04-06 18:12:23 +00:00
actions c4c06ed70e Merge pull request #1081 from nickgerace/dev-v2.5-source-fleet
Update fleet charts to v0.3.5-rc2
2021-04-06 01:27:24 +00:00
actions 837f61141b Merge pull request #1080 from nickgerace/dev-v2.5-source-make-vincent-happy
Use global.cattle instead of global for windows logging
2021-04-06 01:21:46 +00:00
actions df94823392 Merge pull request #1078 from nickgerace/dev-v2.5-source
Fix missing windows enabled value in logging
2021-04-05 22:44:50 +00:00
actions 39d7942267 Merge pull request #1076 from nickgerace/dev-v2.5-source-logging-v2-windows
Update logging to 3.9.4 and add Windows support
2021-04-05 21:37:26 +00:00
actions d60dc15267 Bump CRD chart version of cis-benchmark (#1077) 2021-04-05 19:37:05 +00:00
actions 58f9d8b7c8 added missing mounts for journal logs for rke2 (#1049)
* added missing mounts for journal logs for rke2

* rancher logging rc3

Co-authored-by: Jacob Payne <jaocb.payne@suse.com>
2021-04-02 17:23:23 +00:00
actions 3f3a2fe5b0 Merge pull request #1046 from dbason/fluentd-liveness-source
Add liveness probe to fluentd
2021-04-01 20:22:18 +00:00
actions 48c695f55c Remove PrometheusRule imported from V1 monitoring (#1070) 2021-04-01 17:13:59 +00:00
actions dd3b6c4810 Change rancher-windows-exporter job label to windows-exporter (#1061)
* Change job label to windows-exporter

* Bump releaseCandidateVersion for monitoring
2021-04-01 00:24:29 +00:00
actions 29beac9ba9 Merge pull request #1059 from aiyengar2/add_hidden_to_windows_exporter
Hide windows-exporter
2021-03-29 19:11:34 +00:00
actions 52e8a15f32 Support Grafana dashboards in multiple namespaces across cluster (#1010)
* Support multiple Grafana dashboard namespaces

* Bump releaseCandidateVersion

* fixup
2021-03-29 18:50:17 +00:00
actions 2420e45272 Merge pull request #1021 from nickgerace/dev-v2.5-source-backup
Pull in rancher-backup charts from their repository
2021-03-19 21:11:36 +00:00
actions bd13d6257f Bump kubectl and agent versions across feature charts (#1041)
* Bump rancher/kubectl and rancher/agent images

* Bump package.yaml for modified charts
2021-03-19 19:06:10 +00:00
actions 184ab063a9 Merge pull request #1044 from nickgerace/dev-v2.5-source-fleet
Update fleet charts to v0.3.5-rc1
2021-03-18 19:39:39 +00:00
actions 9114480996 Merge pull request #988 from cmurphy/logging-selinux-dev-v2.5-source
[2.5.8] Add global seLinux toggle to rancher-logging
2021-03-15 19:33:51 +00:00
actions 4436bbb6e4 Add rancher-windows-exporter (#997)
* Add rancher-windows-exporter

* Add windows exporter to monitoring

* Bump releaseCandidateVersion

* Remove linux-only annotation

* Disable windowsExporter by default
2021-03-15 17:53:22 +00:00
actions 32c8d93425 Merge pull request #1033 from aiyengar2/fork_rancher_wins_upgrader
Fork rancher-wins-upgrader
2021-03-15 17:15:15 +00:00
actions 03ca8d87c0 drop intermediate log file for rke and rke2 (#1032)
Co-authored-by: Jacob Payne <jaocb.payne@suse.com>
2021-03-12 17:14:01 +00:00
actions d48a825cd9 Merge pull request #1008 from aiyengar2/add_monitoring_roles
Create default ClusterRole for accessing Monitoring UIs
2021-03-11 19:24:37 +00:00
actions 15747aaf4e Merge pull request #994 from aiyengar2/add_windows_support_v2
Add windows nodeSelectors and tolerations to rancher-monitoring
2021-03-11 07:21:44 +00:00
actions 4c9323d827 Merge pull request #1029 from aiyengar2/ingress_nginx_metrics
Support NGINX Ingress Metrics
2021-03-09 18:31:06 +00:00
actions c6e8a33ce0 Merge pull request #998 from aiyengar2/add_windows_tolerations_pushprox
Add windows nodeSelector and tolerations to rancher-pushprox
2021-03-04 22:24:38 +00:00
Arvind Iyengar 730d462577
make release 2021-03-04 09:48:04 -08:00