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

build(deps): bump github.com/1password/onepassword-sdk-go from 0.1.5 to 0.1.6 #618

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2025

Bumps github.com/1password/onepassword-sdk-go from 0.1.5 to 0.1.6.

Release notes

Sourced from github.com/1password/onepassword-sdk-go's releases.

Release 0.1.6

NEW

  • Support for item sharing: You can now create an item sharing link via the 1Password SDKs using the new client.Items.Shares API.
  • Support for item archiving: You can now move items to the archive with the SDKs, using the new client.Items.Archive(vault_uuid, item_uuid) function.

IMPROVED

  • Support for item notes: You can now read, create and edit items with a notes field, accessing it via item.Notes.
  • Support for SSH key attributes in secret references: You can now retrieve an SSH key's public key, key type and fingerprint with client.Secrets.Resolve.
  • Support for additional field types: You can now read, create and edit items with Email (email addresses) and Reference (ID references to other 1Password items) type fields.

FIXED

  • Fix item CRUD flow for the Password item category: Creating or editing a Password item no longer leads to a panic in the Go SDK.
  • Improved field matching logic for secret references: Retrieving a field from the item's default field section is now possible even if there is an identically named field in one of the item's named sections.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @yxxhero.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from mumoshu as a code owner January 10, 2025 02:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 10, 2025
Bumps [github.com/1password/onepassword-sdk-go](https://github.com/1password/onepassword-sdk-go) from 0.1.5 to 0.1.6.
- [Release notes](https://github.com/1password/onepassword-sdk-go/releases)
- [Commits](1Password/onepassword-sdk-go@v0.1.5...v0.1.6)

---
updated-dependencies:
- dependency-name: github.com/1password/onepassword-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/1password/onepassword-sdk-go-0.1.6 branch from 9ee5252 to 239200d Compare January 11, 2025 08:39
@yxxhero
Copy link
Member

yxxhero commented Jan 11, 2025

@dependabot merge

@dependabot dependabot bot merged commit 65caf28 into main Jan 11, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/1password/onepassword-sdk-go-0.1.6 branch January 11, 2025 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant