Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove migration scripts for versions #2654

Merged
merged 2 commits into from
Nov 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ 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]
- feat: drop migration script for v2 [#2654]

### Fixed

Expand Down Expand Up @@ -85,6 +87,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
8 changes: 0 additions & 8 deletions ci/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +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)

popd || exit 1

echo "DONE"
518 changes: 0 additions & 518 deletions deploy/helm/sumologic/upgrade-1.0.0.sh

This file was deleted.

1,141 changes: 0 additions & 1,141 deletions deploy/helm/sumologic/upgrade-2.0.0.sh

This file was deleted.

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

This file was deleted.