-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[ISSUE #19981] testing version bump #21106
Merged
maxi297
merged 19 commits into
master
from
issue-19981_avoid-race-condition-on-airbyte-cdk-release
Jan 11, 2023
Merged
[ISSUE #19981] testing version bump #21106
maxi297
merged 19 commits into
master
from
issue-19981_avoid-race-condition-on-airbyte-cdk-release
Jan 11, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
maxi297
force-pushed
the
issue-19981_avoid-race-condition-on-airbyte-cdk-release
branch
from
January 6, 2023 13:50
cdcea27
to
b768e06
Compare
maxi297
force-pushed
the
issue-19981_avoid-race-condition-on-airbyte-cdk-release
branch
from
January 6, 2023 14:27
f8b3fae
to
c008009
Compare
maxi297
force-pushed
the
issue-19981_avoid-race-condition-on-airbyte-cdk-release
branch
from
January 6, 2023 14:29
c008009
to
4ee20b0
Compare
maxi297
force-pushed
the
issue-19981_avoid-race-condition-on-airbyte-cdk-release
branch
from
January 6, 2023 15:08
30d0310
to
a0c697e
Compare
maxi297
force-pushed
the
issue-19981_avoid-race-condition-on-airbyte-cdk-release
branch
2 times, most recently
from
January 6, 2023 18:11
37e334e
to
6e723c4
Compare
maxi297
force-pushed
the
issue-19981_avoid-race-condition-on-airbyte-cdk-release
branch
4 times, most recently
from
January 6, 2023 18:28
acfba2b
to
70ea05f
Compare
girarda
reviewed
Jan 9, 2023
sherifnada
reviewed
Jan 9, 2023
sherifnada
approved these changes
Jan 10, 2023
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.
LGTM assuming suggested changes + code cleanup
brianjlai
approved these changes
Jan 10, 2023
maxi297
deleted the
issue-19981_avoid-race-condition-on-airbyte-cdk-release
branch
January 11, 2023 13:28
jbfbell
pushed a commit
that referenced
this pull request
Jan 13, 2023
* [ISSUE #19981] testing version bump * [ISSUE #19981] debugging part-to-bump * [ISSUE #19981] further debugging on part-to-bump * [ISSUE #19981] further debugging on part-to-bump yet again * [ISSUE #19981] further debugging on part-to-bump yet again and again * [ISSUE #19981] improving on first successful attempt * [ISSUE #19981] adding changelog and concurrency * [ISSUE #19981] update version in .bumpversion.cfg * [ISSUE #19981] testing Slack notification with working channel * [ISSUE #19981] documentation and clean up before PR * [ISSUE #19981] make changelog-message optional * [ISSUE #19981] align version with new release * [ISSUE #19981] code review
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
This PR addresses #19981
Since we currently release in branches, it can lead to weird race conditions. This PR will:
How
See #19981 (comment)