Skip to content

Commit

Permalink
feat: drop v2 upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
aboguszewski-sumo committed Nov 28, 2022
1 parent 4e94dcb commit 6f35d80
Show file tree
Hide file tree
Showing 59 changed files with 1 addition and 6,020 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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
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 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"
1,141 changes: 0 additions & 1,141 deletions deploy/helm/sumologic/upgrade-2.0.0.sh

This file was deleted.

Loading

0 comments on commit 6f35d80

Please sign in to comment.