-
Notifications
You must be signed in to change notification settings - Fork 87
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
fix: pin MockPass version #6322
Closed
Closed
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
chore: Merge release into master
[master] Release 4.30.4
feat: merge release v4.31.0 into master branch
chore: [master] Merge release 4.33.0
build: [master] Release 4.34.1
build: [master] Release 4.35.1 hotfix
build: merge release v4.36.0 into master
chore: merge release v4.37.1 into master
chore: merge release v4.39.0 into master
build: merge release 4.40.0 into master
build: merge Release 4.41.0 into master
build: merge Release 4.42.0 into master
build: merge release 4.43.2 into master
build: merge Release 4.44.0 into master
build: release 4.45.1 hotfix to master
build: merge release 4.46.1 into master
build: merge release v4.47.0 into master
build: merge release 4.48.2 into master
build: merge Release 4.49.1 into master
build: merge 4.50.3 into master
build: merge Release 4.51.0 into master
chore: merge release 4.52.1 into master
chore: merge 4.53.0 into master
chore: merge 4.54.0 into master
build: merge Release 4.56.0 into master
chore: merge 4.57.0 into master
chore: merge release 4.58.2 into master
build: merge Release v5.0.4 into master
chore: merge v5.1.0 into master
chore: merge release v5.5.1 to master
build: merge Release v5.6.1 into master
chore: merge v5.7.1 into master
chore: merge v5.8.0 to master
chore: merge Release 5.9.0 back to master
chore: merge v5.10.1 into master
chore: merge v5.11.0 into master
chore: merge release v5.12.1 into master
chore: merge v5.13.1 into master
build: merge release v5.15.0 into master
build: merge release 5.18.0 into master
chore: merge v5.21.2 into master
chore: merge release v5.22.0 into master
build: merge release 5.23.0 into master
chore: merge v5.24.1 into master
chore: merge release v5.25.0 into master
chore: merge release v5.25.0 into master
chore: merge v5.28.0 into master
chore: merge release v5.29.0 to master
chore: merge release 5.38.1 into master
build: merge release 5.61.0 into master
For anyone wondering why the history is so bad, I messed up the initial rebase. |
I gave up on trying to clean up the commit history. So new PR is at #6324! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Problem
Not pinning MockPass in our docker builds could cause us problems if we are incompatible with certain MockPass versions.
Closes #6321
Solution
Pin to a certain release tag.
Breaking Changes