Commit Graph

11 Commits (2166209d7ab61967c764fe0ef3d9e2f4228be60d)

Author SHA1 Message Date
actions 2eb6a7aa63 Regenerate released directory
Merge pull request #1141 from StrongMonkey/update-fleet-v0.3.5-rc6

Update fleet to v0.3.5-rc6
2021-04-22 22:26:01 +00:00
actions c2a885db7a Regenerate released directory
Merge pull request #1133 from nickgerace/dev-v2.5-source-windows

Add option to disable Windows logging for Windows clusters
2021-04-22 22:03:06 +00:00
actions e9c30ddf0d 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:37:51 +00:00
actions aec5790e37 Regenerate released directory
Merge pull request #1138 from aiyengar2/add_stage_release_2_6

[2.6] Add stage-release workflow
2021-04-22 21:11:55 +00:00
Arvind Iyengar 61bf890b2c
Drop released/ directory 2021-04-21 15:24:23 -07:00
Arvind Iyengar 20fb8f030f
Revert "Remove all charts and assets"
This reverts commit fdddd045cf.
2021-03-30 19:05:35 -07:00
Arvind Iyengar fdddd045cf
Remove all charts and assets 2021-03-30 16:39: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