Skip to content
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 11 commits into from
Jun 12, 2024
Merged

🎉 release: v7.5.0 #318

merged 11 commits into from
Jun 12, 2024

Conversation

ankitrgadiya
Copy link
Member

No description provided.

ankitrgadiya and others added 10 commits May 17, 2024 14:23
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 ankitrgadiya self-assigned this Jun 7, 2024
@ankitrgadiya ankitrgadiya requested review from a team as code owners June 7, 2024 12:13
@ankitrgadiya ankitrgadiya requested review from pallabpain and smrutisenapati and removed request for a team June 7, 2024 12:13
Copy link

github-actions bot commented Jun 7, 2024

🤖 Pull Request Artifacts (#9416779895) 🎉

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.
Copy link

🤖 Pull Request Artifacts (#9459823752) 🎉

@pallabpain pallabpain merged commit 7c016fc into main Jun 12, 2024
7 checks passed
@rr-github-ci-user
Copy link
Collaborator

🎉 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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants