Commit Graph

1005 Commits (0c5af42322223d300869617ca0e33bd4d1b44d12)

Author SHA1 Message Date
Arvind Iyengar f83edc8ded
Merge pull request #1203 from aiyengar2/add_wait_after_crd_installation
Mimic Helm CRD install process by introducing wait for established
2021-06-02 12:05:09 -07:00
Arvind Iyengar 55184e5b6a
make charts 2021-06-01 13:58:40 -07:00
Arvind Iyengar 02ff0c9df8
Move establishing CRD logic to a helper template 2021-06-01 13:58:40 -07:00
Arvind Iyengar 5f3bbe4a36
Mimic Helm CRD install process by introducing wait
As part of the Helm CRD installation process shown [here](43853ea772/pkg/action/install.go (L160-L162)), charts that both attempt to install CRDs and then install resources (e.g. `len(totalItems) > 0`) invalidate the cache and attempt to get the CRDs again to `Give time for the CRD to be recognized.` before continuing the Helm installation.

Because Monitoring V2 currently does not observe this invalidation and wait, flakey race conditions documented in issues like https://github.com/rancher/rancher/issues/32025 and https://github.com/rancher/rancher/issues/29171 can be caused. This commit introduces that invalidation process.
2021-06-01 12:42:26 -07:00
Arvind Iyengar 5636e5c182
Merge pull request #1238 from aiyengar2/fix_2_6_workflow
Fix 2.6 Github Workflow
2021-06-01 11:00:37 -07:00
Arvind Iyengar 57532e1d3a
Merge pull request #1237 from ibuildthecloud/dev-v2.6
Fix invalid tag in system-upgrade-controller
2021-05-28 19:04:29 -07:00
Arvind Iyengar e00b834e35
Fix 2.6 Github Workflow 2021-05-28 18:56:42 -07:00
Darren Shepherd 9774446c2d Update generated assets 2021-05-28 18:51:52 -07:00
Darren Shepherd b1dcdd1a87 Fix invalid tag in system-upgrade-controller 2021-05-28 18:48:05 -07:00
Colleen Murphy 556c9b1afa
Merge pull request #1213 from cmurphy/dev-v2.6-aks-operator
Add aks-operator charts
2021-05-28 11:23:41 -07:00
Colleen Murphy 2d9c26a1a4 Add aks-operator charts 2021-05-28 10:39:52 -07:00
Colleen Murphy 2abda43f33 Add aks-operator package 2021-05-28 10:36:32 -07:00
Jiaqi Luo dac8de7d7e
Merge pull request #1214 from jiaqiluo/rancher-backup-105-rc1-dev-v2.6
[dev-v2.6] cut rancher-backup and rancher-backup-crd 1.1.100+up1.1.1
2021-05-26 09:23:33 -07:00
Donnie Adams 9f439d72ae
Merge pull request #1195 from thedadams/add-gke-operator 2021-05-26 09:06:11 -07:00
Donnie Adams b608a65c41 Add gke-operator 2021-05-26 08:43:08 -07:00
dbason 4e6c09f559
Add support for the kube audit log to v2 logging (#1223)
* Add logging for kube-audit

* Generate charts for d274040a
2021-05-25 17:23:13 -07:00
Caleb Bron 87fe2e40ad
Merge pull request #1215 from manuelbuil/sriov-logo
Add sr-iov logo
2021-05-25 16:57:21 -07:00
Jiaqi Luo ef298fe102
Merge pull request #1230 from jiaqiluo/update-monitoring-image-dev-v2.6
[dev-v2.6]update the image rancher/mirrored-library-nginx
2021-05-25 11:40:36 -07:00
Prachi Damle d016ae3c10
Merge pull request #1229 from prachidamle/cis_k8s_version_tag_26
Updating cis-operator image tag to deliver fix for k8s upgrade issue
2021-05-24 23:22:32 -07:00
Jiaqi Luo 5480033c84 update the image rancher/mirrored-library-nginx 2021-05-24 20:19:04 -07:00
Arvind Iyengar 2dadcd8671
Merge pull request #1226 from aiyengar2/fix_grafana_provisioning_2_6
[2.6] Add validation on trying to deploy Grafana PVC
2021-05-24 17:29:08 -07:00
Prachi Damle 7302e66ece Update CIS tag to include k8s version upgrade fix
No need to update packageVersion

Generated assets
2021-05-24 17:25:37 -07:00
Jiaqi Luo 84b66d8013 cut rancher-backup and rancher-backup-crd v1.1.1 2021-05-24 15:02:43 -07:00
Arvind Iyengar 75a96a7e94
Add validation on trying to deploy Grafana PVC 2021-05-24 11:35:04 -07:00
Arvind Iyengar 0bdbaf798d
Bump packageVersion 2021-05-24 11:28:48 -07:00
Arvind Iyengar 9c5c1c5ef3
Merge pull request #1224 from aiyengar2/fix_rke_2_etcd_default_2_6
[2.6] Add NoExecute toleration to rke2Etcd and remove key
2021-05-24 09:34:37 -07:00
Donnie Adams 017dbed0bf
Merge pull request #1225 from thedadams/bump-eks-down-v1.1.1
Change eks-operator version to v1.1.1
2021-05-21 17:10:16 -07:00
Donnie Adams 8d7f56d799 Change eks-operator version to v1.1.1 2021-05-21 17:06:09 -07:00
Arvind Iyengar 6239716e10
Add NoExecute toleration to rke2Etcd and remove key
(cherry picked from commit a181ea3011)
2021-05-21 16:59:15 -07:00
Nick Gerace 1c2c0689b3
Merge pull request #1217 from nickgerace/dev-v2.6-logging
Fix windows prefix path for logging
2021-05-20 03:45:15 -04:00
Nick Gerace c9bf5990b0 Fix windows prefix path for logging 2021-05-19 20:17:39 -04:00
Manuel Buil 89c8c3edce Add sr-iov logo
Signed-off-by: Manuel Buil <mbuil@suse.com>
2021-05-19 09:19:34 +02:00
Arvind Iyengar 21bd4dc65d
Merge pull request #1208 from aiyengar2/bump_2_6_staging_v0_2_0
[2.6 Staging] Migrate to v0.2.0 version of the charts scripts
2021-05-17 16:09:06 -07:00
Arvind Iyengar 29c698ddce
Run make validate once to generate charts 2021-05-17 15:42:16 -07:00
Arvind Iyengar 5fbebbfceb
Run make validate once to generate charts 2021-05-17 15:41:10 -07:00
Arvind Iyengar e2c9a0746b
Fix monitoring Chart.yaml
This is required due to the change released in v0.1.0 of the charts-build-scripts to switch the package used for YAML marshalling / unmarshalling.

Note: This does not need a packageVersion bump since it has already been bumped once for this release.
(cherry picked from commit 7ec1716f66)
2021-05-17 15:39:49 -07:00
Arvind Iyengar 8845d9ae9f
Fix istio requirement.yaml
This is required due to the change released in v0.1.0 of the charts-build-scripts to switch the package used for YAML marshalling / unmarshalling.

(cherry picked from commit 5392d84cf6)
2021-05-17 15:39:40 -07:00
Arvind Iyengar ba726cdc6c
Fix alerting-drivers Chart.yaml
This is required due to the change released in v0.1.0 of the charts-build-scripts to switch the package used for YAML marshalling / unmarshalling.

Note: This does not need a packageVersion bump since it has already been bumped once for this release.
(cherry picked from commit e5415e48de)
2021-05-17 15:39:28 -07:00
Arvind Iyengar b350bb93e0
Remove rcVersions 2021-05-17 15:39:11 -07:00
Arvind Iyengar 1107be9199
Checkout current packages from dev-v2.6-source
```bash
git fetch upstream
git checkout upstream/dev-v2.6-source -- packages; git reset HEAD; git checkout -- packages/README.md
```

This overwrites the previous changes based on stuff currently in dev-v2.6-source today.
2021-05-17 15:34:49 -07:00
Arvind Iyengar 551327b14e
Checkout current packages from dev-v2.5-source
```bash
git fetch upstream
git checkout upstream/dev-v2.5-source -- packages; git reset HEAD; git checkout -- packages/README.md
```
2021-05-17 15:30:27 -07:00
Arvind Iyengar e0424d8ac0
Regenerate template based on v0.2.0 release
```bash
make template
```
2021-05-17 15:28:30 -07:00
Arvind Iyengar 96ec508918
Update pull-scripts and version 2021-05-17 15:27:35 -07:00
Arvind Iyengar 96ce56a8dc
Drop sync with source and dropReleasedCandidates with live 2021-05-17 15:26:53 -07:00
Arvind Iyengar 1257032ffc
Drop scripts/stage-release 2021-05-17 15:26:17 -07:00
Arvind Iyengar cac0c9b13a
Drop released, charts, assets 2021-05-17 15:26:02 -07:00
actions ccad1334fa Regenerate released directory
Merge pull request #1182 from nickgerace/dev-v2.6-source-logging

Add rancher-logging to 2.6 among multiple changes
2021-05-12 17:53:08 +00:00
actions f4d8debba4 Merge pull request #1182 from nickgerace/dev-v2.6-source-logging
Add rancher-logging to 2.6 among multiple changes
2021-05-12 17:49:08 +00:00
actions b7a58bc4b3 Regenerate released directory
Merge pull request #1196 from brendarearden/istio-186-195

Add istio v1.8.6 & v1.9.5
2021-05-12 17:22:16 +00:00
actions 81c4d8e3f6 Merge pull request #1196 from brendarearden/istio-186-195
Add istio v1.8.6 & v1.9.5
2021-05-12 17:18:52 +00:00