Commit Graph

20 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
actions 7d61302b9f Regenerate released directory
Merge pull request #1152 from thedadams/remove-operator-source

Remove rancher-operator
2021-04-26 21:41:55 +00:00
actions 368994f68e Regenerate released directory
Merge pull request #1150 from aiyengar2/small_updates_to_monitoring_charts

Small updates for Monitoring
2021-04-26 21:10:34 +00:00
actions ed64d4bdda Regenerate released directory
Merge pull request #1151 from ibuildthecloud/dev-v2.6-source

Add system-upgrade-controller
2021-04-24 16:54:27 +00:00
actions a068d725ce Regenerate released directory
Merge pull request #1139 from jiaqiluo/rancher-sachet-enhancement

changes in rancher-sachet: add the link to the upstream example
2021-04-23 22:31:51 +00:00
actions 4596840fbd Regenerate released directory
Merge pull request #1148 from jiaqiluo/rancher-backup-104-rc4

bump rancher-backup to 1.0.4-rc4
2021-04-23 22:16:56 +00:00
actions 29bf65fac4 Regenerate released directory
Merge pull request #1147 from nickgerace/dev-v2.5-source-32264

Fix Windows optional flag for logging
2021-04-23 22:05:11 +00:00
actions e75c090812 Regenerate released directory
default to centos path (#1146)

Co-authored-by: Jacob Payne <jaocb.payne@suse.com>
2021-04-23 21:43:56 +00:00
actions c0f420211e Regenerate released directory
Merge pull request #1142 from nickgerace/dev-v2.5-source-32291

Add os field for logging Windows image
2021-04-23 20:40:28 +00:00
actions a34ab2bd51 Regenerate released directory
Merge pull request #1134 from brendarearden/istio-193

Removed istiocoredns from 1.9
2021-04-23 17:42:42 +00:00
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
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