-
Notifications
You must be signed in to change notification settings - Fork 8
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
423 remove service discovery #425
Conversation
15886a3
to
de72001
Compare
DRAFT_RELEASE_NOTES.md
Outdated
@@ -101,4 +101,5 @@ If you added any custom configurations to the `sparkoperator` service account pe | |||
|
|||
# What's Changed | |||
- `pyproject.toml` files updated to allow for Python version `>=3.8`. | |||
- All SageMaker modules and corresponding references were removed in commit bdcbb409. | |||
- All SageMaker modules and corresponding references were removed in commit 8ce3f39. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- All SageMaker modules and corresponding references were removed in commit 8ce3f39. | |
- All SageMaker modules and corresponding references were removed in commit 8ce393f. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
DRAFT_RELEASE_NOTES.md
Outdated
@@ -101,4 +101,5 @@ If you added any custom configurations to the `sparkoperator` service account pe | |||
|
|||
# What's Changed | |||
- `pyproject.toml` files updated to allow for Python version `>=3.8`. | |||
- All SageMaker modules and corresponding references were removed in commit bdcbb409. | |||
- All SageMaker modules and corresponding references were removed in commit 8ce3f39. | |||
- The Service Discovery module and corresponding references were removed in commit 4a1d7abf. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You currently have 2 commits, so this is probably gonna change if you squash them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately I need to have two commits to do this. When you squash them, git changes the commit hash.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh that makes sense, can't predict the squash commit hash
de72001
to
890e16f
Compare
PR to remove the Service Discovery module. This also adds to the Draft Release Notes that the module has been removed as well as fix a commit hash reference to the removal of Sagemaker.