Commit Graph

7 Commits (b3a1074d4d4e249a0a851257512020b9b38fce55)

Author SHA1 Message Date
actions b3a1074d4d Regenerate released directory
Add k3s-cis support for permissive and hardened profiles  (#1140)

* add k3s cis 1.6 profiles

* update security scans image version

* update cis-operator version
2021-04-27 01:04:23 +00:00
Donnie Adams 3936f2c091 Remove rancher-operator
rancher-opeartor is no longer neded in Rancher 2.6+, so it should be
removed.
2021-04-26 14:47:00 -07: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 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