Commit Graph

9 Commits (beb184400ed0eea1d4b292f7140ddb1391876e73)

Author SHA1 Message Date
actions 99131a36a4 Regenerate released directory
Merge pull request #1137 from aiyengar2/add_stage_release_2_5_2_6

Add stage-release workflow for 2.6
2021-04-22 21:11:27 +00:00
actions 3a740f93e5 Regenerate released directory
Merge pull request #1131 from aiyengar2/fix_crd_chart

Fix CRD chart regression and fix CRDs for upgrades
2021-04-21 23:27:53 +00:00
actions 6cbef79083 Regenerate released directory
Merge pull request #1126 from aiyengar2/add_stage_release_workflow

Add stage-release workflow
2021-04-21 22:27:11 +00:00
Arvind Iyengar 719bc4b524
Regenerate released/ directory from stage-release 2021-04-21 15:18:22 -07:00
Arvind Iyengar a8331b7ae6
Drop released/ directory 2021-04-21 15:16:14 -07:00
Arvind Iyengar 730d462577
make release 2021-03-04 09:48:04 -08:00
Caleb Bron 441d54c85a remove old vsphere charts 2021-03-03 21:21:51 -07:00
Arvind Iyengar ec7f69d32a
Remove rancher-tracing-1.20.001-rc00
arvindiyengar: ~/Rancher/charts/src/github.com/rancher/charts
$ ./scripts/release-asset assets/rancher-tracing/rancher-tracing-1.20.001-rc00.tgz
WARNING: "kubernetes-charts.storage.googleapis.com" is deprecated for "stable" and will be deleted Nov. 13, 2020.
WARNING: You should switch to "https://charts.helm.sh/stable" via:
WARNING: helm repo add "stable" "https://charts.helm.sh/stable" --force-update
WARNING: "kubernetes-charts.storage.googleapis.com" is deprecated for "stable" and will be deleted Nov. 13, 2020.
WARNING: You should switch to "https://charts.helm.sh/stable" via:
WARNING: helm repo add "stable" "https://charts.helm.sh/stable" --force-update

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-03-01 16:57:08 -08:00
Arvind Iyengar 2448e73314
Move released assets / charts into released dir
This commit moves all already released assets into the released directory and drops the charts associated with them.

The primary purpose of moving assets to this directory is to avoid having the scripts validate rc versions for charts that have already been released. Since our source branch already validates against the main branch, it will already ensure that we do not release a new version of the chart without updating the packageVersion.

The helm index was also regenerated so that the download URLs emitted on trying to download an old asset from the staging branch will still work.

```bash
helm repo index --merge ./released/assets/index.yaml --url released/assets released/assets
```

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-01-15 00:40:21 -08:00