Skip to content

Commit

Permalink
feat: drop v1 upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
aboguszewski-sumo committed Nov 28, 2022
1 parent 9800482 commit 4e94dcb
Show file tree
Hide file tree
Showing 59 changed files with 2 additions and 2,075 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- feat: add parameter to configure additional Prometheus remote writes [#2611]
- docs: rename user-provided config from values.yaml to user-values.yaml [#2619]
- feat: update opentelemetry-operator chart and fix progagators list in instrumentation resource [#2628]
- feat: drop migration script for v1 [#2654]

### Fixed

Expand Down Expand Up @@ -85,6 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2626]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2626
[#2622]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2622
[#2643]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2643
[#2654]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2654
[Unreleased]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.17.0...main
[telegraf_operator_comapare_1.3.5_and_1.3.10]: https://github.com/influxdata/helm-charts/compare/telegraf-operator-1.3.5...telegraf-operator-1.3.10
[cert-manager-1.4]: https://github.com/cert-manager/cert-manager/releases/tag/v1.4.0
Expand Down
4 changes: 0 additions & 4 deletions ci/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ pushd "${ROOT_DIR}" || exit 1
echo "Test helm templates generation"
"${TESTS_DIR}/run.sh" || (echo "Failed testing templates" && exit 1)

# Test upgrade script
echo "Test upgrade script..."
"${TESTS_DIR}/upgrade_script/run.sh" || (echo "Failed testing upgrade script" && exit 1)

# Test upgrade v2 script
echo "Test upgrade v2 script..."
"${TESTS_DIR}/upgrade_v2_script/run.sh" || (echo "Failed testing upgrade v2 script" && exit 1)
Expand Down
518 changes: 0 additions & 518 deletions deploy/helm/sumologic/upgrade-1.0.0.sh

This file was deleted.

293 changes: 0 additions & 293 deletions docs/v1-migration-doc.md

This file was deleted.

55 changes: 0 additions & 55 deletions tests/helm/upgrade_script/run.sh

This file was deleted.

3 changes: 0 additions & 3 deletions tests/helm/upgrade_script/static/basic.input.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions tests/helm/upgrade_script/static/basic.log

This file was deleted.

3 changes: 0 additions & 3 deletions tests/helm/upgrade_script/static/basic.output.yaml

This file was deleted.

Loading

0 comments on commit 4e94dcb

Please sign in to comment.