Commit Graph

767 Commits (099f3504e0d4b4b7fd784cfc6f52fcc56912a86d)

Author SHA1 Message Date
actions ff6dcbf909 Merge pull request #963 from nickgerace/dev-v2.5-source-alt-logging
[Logging v2] Default to the global mountPath for logging vendors
2021-02-03 04:24:14 +00:00
actions dd5d4ce883 Merge pull request #958 from brendarearden/istio_kiali_updates
Increase Istio and Kiali version
2021-02-02 01:12:20 +00:00
aiyengar2 d29c3e81f5
Merge pull request #965 from aiyengar2/bump_staging_scripts_version
Bump scripts version to v0.0.3
2021-02-01 14:54:05 -08:00
actions 7c179ca58c Merge pull request #967 from thedadams/rancher-operator-0.1.3-rc3
Update rancher-operator to v0.1.3-rc3
2021-02-01 21:54:38 +00:00
actions 0949cebf7c Merge pull request #955 from aiyengar2/minor_monitoring_fixes
Minor fixes for Monitoring v2
2021-02-01 21:51:22 +00:00
Arvind Iyengar 76e4e417b0
Bump scripts version to v0.0.3 2021-02-01 13:15:16 -08:00
actions 36dab15ca2 Merge pull request #960 from nickgerace/dev-v2.5-source-alt-charts
[Logging v2] Split psp settings for logging
2021-01-30 00:20:46 +00:00
actions 0499eab4ff Merge pull request #961 from thedadams/operator-drop-rc1
Remove rc1 from chart version
2021-01-28 03:59:05 +00:00
actions a8c37db784 Merge pull request #959 from thedadams/rancher-operator-0.1.3-rc1
Update rancher-operator to v0.1.3-rc1
2021-01-26 21:47:14 +00:00
actions 526c35149d Merge pull request #950 from brendarearden/jaeger_url_fix_istio
Add context path for jaeger, added grafana urls
2021-01-26 21:09:23 +00:00
actions e2444402ac Merge pull request #951 from bashofmann/rancher-logging-psp-source-alt
Add PodSecurityPolicies for rancher-logging
2021-01-26 19:26:43 +00:00
actions 24a2195480 Merge pull request #956 from nickgerace/dev-v2.5-source-alt-logging
Update logging chart to upstream 3.9.0
2021-01-26 15:03:23 +00:00
actions 8c804b55d3 Merge pull request #952 from aiyengar2/istio_updates
Use generated-changes/dependencies for Istio
2021-01-22 20:05:43 +00:00
aiyengar2 808e1f51d3
Merge pull request #953 from aiyengar2/bump_script_version_dev-v2.5
Bump scripts to v0.0.2
2021-01-22 12:04:16 -08:00
Arvind Iyengar 0b7d079041
Use rancher/charts-build-scripts 2021-01-22 08:58:52 -08:00
Arvind Iyengar c09c1a252a
Bump scripts to v0.0.2 2021-01-22 08:49:54 -08:00
actions 47c60dc4cb Merge pull request #949 from nickgerace/dev-v2.5-source-alt-30329
[Logging v2] Expose fluentbit mountPath for Docker root dir
2021-01-19 22:55:25 +00:00
actions 08990cc6b5 Merge pull request #946 from aiyengar2/dev-v2.5-source-alt
Ensure we check into staging before sync
2021-01-16 02:08:30 +00:00
aiyengar2 84d794ab71
Merge pull request #943 from aiyengar2/dev-v2.5-alt
Revert moving push workflow
2021-01-15 16:34:44 -08:00
Arvind Iyengar be22071a80
Revert moving push workflow
There doesn't seem to be a clear way to track the push workflow execution with this approach.

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-01-15 16:33:45 -08:00
aiyengar2 8294d2f902
Merge pull request #942 from aiyengar2/dev-v2.5-alt
Move push workflow to staging branch
2021-01-15 16:27:08 -08:00
Arvind Iyengar 1669a45dba
Move push workflow to staging branch
Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-01-15 16:08:12 -08:00
aiyengar2 bee593c8f8
Merge pull request #939 from aiyengar2/dev-v2.5-alt
Create dev-v2.5-alt branch
2021-01-15 15:28:48 -08:00
Arvind Iyengar deef8b5572
Synchronize with alt branch
Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-01-15 15:18:01 -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
Arvind Iyengar 9fcd34bd54
Migrate to the new docs and scripts
This commit just adds new files for the new scripts and modifies the README.md.

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-01-14 23:01:26 -08:00
Arvind Iyengar a7fe27e3f7
Remove sha256sum/ from staging
We no longer store the sha256sums in a directory that is committed to the branch.

Instead, sha256sums are calculated dynamically as part of the make validate / make sync process.

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-01-14 22:35:54 -08:00
Arvind Iyengar fd55955526
Remove packages/istio from the staging branch
This commit removes packages/istio from the staging branch.

This has been a long-standing pending maintenance task and should not have any impact on the staging branch.

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-01-14 22:35:01 -08:00
actions 7a05185008 Generated changes 2021-01-14 19:06:49 +00:00
actions 54a94ad7c6 Generated changes 2021-01-14 16:54:59 +00:00
actions 8c064fe807 Generated changes 2021-01-12 18:42:45 +00:00
actions 474cd12d31 Generated changes 2021-01-12 16:21:48 +00:00
actions a26a4deda4 Generated changes 2021-01-11 21:13:06 +00:00
actions 68aa22e2a5 Generated changes 2021-01-05 21:38:26 +00:00
actions e41bb71646 Generated changes 2021-01-05 19:01:19 +00:00
actions b383d423fc Generated changes 2021-01-05 00:30:31 +00:00
actions d4f61a2bea Generated changes 2021-01-04 20:28:11 +00:00
actions df9224966c Generated changes 2020-12-31 02:02:37 +00:00
actions e563bb14c5 Generated changes 2020-12-23 20:09:04 +00:00
actions 6be23e91e6 Generated changes 2020-12-23 18:26:25 +00:00
Caleb Bron dc6b3cb262
Merge pull request #906 from brendarearden/remove_unused_version
Removing istio versions that are not needed for prod
2020-12-23 10:47:47 -07:00
Brenda Rearden b85317b1a8 Removing istio versions that are not needed for prod 2020-12-23 09:37:00 -07:00
Caleb Bron 9208a6f501
Merge pull request #909 from cbron/remove-longhorn-index
remove longhorn version that doesn't exist from index
2020-12-22 19:14:17 -07:00
Caleb Bron cc2076404a remove longhorn version that doesn't exist from index 2020-12-22 19:13:38 -07:00
actions 8ca9904e5f Generated changes 2020-12-22 22:05:21 +00:00
Caleb Bron 2d6b266b9b
Merge pull request #905 from cbron/remove-longhorn-1.1.000
remove longhorn assets
2020-12-22 15:04:43 -07:00
Caleb Bron 5a68345f96 remove longhorn assets 2020-12-22 14:59:39 -07:00
actions d5cc3ea34d Generated changes 2020-12-22 17:59:44 +00:00
Caleb Bron 6e02d83579
Merge pull request #901 from thedadams/add-linux-annotation-2.5
Add "catalog.cattle.io/os: linux" annotations
2020-12-22 10:59:06 -07:00
Donnie Adams e62048823b Add "catalog.cattle.io/os: linux" annotations 2020-12-22 09:31:16 -07:00