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

fix(secret): corrects list secret command #310

Merged
merged 1 commit into from
May 20, 2024
Merged

fix(secret): corrects list secret command #310

merged 1 commit into from
May 20, 2024

Conversation

RomilShah
Copy link
Contributor

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.

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.
@RomilShah RomilShah requested review from a team as code owners May 20, 2024 12:36
Copy link

🤖 Pull Request Artifacts (#9158794819) 🎉

@pallabpain pallabpain changed the title fix(secret): corrects corresponding list functions fix(secret): corrects list secret command May 20, 2024
@pallabpain pallabpain merged commit 34b5c0b into devel May 20, 2024
6 checks passed
@ankitrgadiya ankitrgadiya deleted the fix/secret branch May 28, 2024 06:44
rr-github-ci-user pushed a commit that referenced this pull request Jun 12, 2024
# [7.5.0](v7.4.1...v7.5.0) (2024-06-12)

### Bug Fixes

* **configtree:** fix handling org-level tree revisions in statefile ([05d2a27](05d2a27))
* **configtree:** fix revision keys command to correctly show revision keys ([0ac9988](0ac9988))
* **explain:** add livenessProbe constraints in the samples ([4e34695](4e34695))
* **package:** corrects exec command parsing ([#312](#312)) ([1f0a271](1f0a271))
* **secret:** corrects corresponding list functions ([#310](#310)) ([34b5c0b](34b5c0b))

### Features

* **device:** add support for migrating device between projects ([ad70aed](ad70aed))
* **project:** adds command to update project owner ([5b4340e](5b4340e))
* **utils:** extends show_selection helper ([ce1a927](ce1a927))
@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.

4 participants