-
Notifications
You must be signed in to change notification settings - Fork 0
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
🎉 release: v7.5.0 #318
Merged
Merged
🎉 release: v7.5.0 #318
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
Due to a recent refactor in the v2 client library, the list secrets function now returns the entire secret objects instead of just reading the metadata in the previous implementation. This changed object altogther and the way other sections of code fetched the secret name. This commit addresses the issue by correcting the list_secrets function.
This commit updates the show_selection helper in selector.py to accept additional arguments and extend its capabilities to show better selection prompts to the user. This change specifically adds two arguments, show_keys and highlight_item. If show_keys is set to true then for dict type inputs, the keys will be presented to the user in the prompt. If highlighter_item is passed in the args, then item matching the value will be displayed in bold and italics.
Currently, there's no way to update an existing project's creator/owner. This makes it difficult to transfer ownership when the owner leaves the organization or we decide to transfer ownership to restrict access. This commit implements a command to change a project's owner. Usage: rio project update-owner [OPTIONS] PROJECT_NAME Update the owner of the project. Options: --user-email TEXT Email of the new owner --help Show this message and exit. Wrike Ticket: https://www.wrike.com/open.htm?id=1360965277
The setup.py file doesn't specify the minimum Python version requirement. This leads to installation on unsupported Python versions. We had dropped support for Python 3.7 and lower months ago, however it is still possible to install it on system with lower Python versions.
ankitrgadiya
requested review from
pallabpain and
smrutisenapati
and removed request for
a team
June 7, 2024 12:13
🤖 Pull Request Artifacts (#9416779895) 🎉 |
pallabpain
approved these changes
Jun 7, 2024
While fixing a regression, the guid functor for secret was updated to return a name. This led to a regression in the apply command where secrets created along with other packages weren't being resolved correctly. This commit fixes that.
🤖 Pull Request Artifacts (#9459823752) 🎉 |
amitsingh21
approved these changes
Jun 12, 2024
🎉 This PR is included in version 7.5.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
No description provided.