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

Bump github.com/cyberark/conjur-api-go from 0.6.0 to 0.7.1 #6693

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2021

Bumps github.com/cyberark/conjur-api-go from 0.6.0 to 0.7.1.

Release notes

Sourced from github.com/cyberark/conjur-api-go's releases.

v0.7.1

Change log

Fixed

  • Resources method no longer sends improperly URL-encoded query strings when filtering resources with the "Search" parameter. Previously, if you used a "Search" value that included a slash "/", the client would return no results even if the server had matching resources due to an issue with the URL-encoding. cyberark/conjur-api-go#93

v0.7.0

Changed

  • Updated Go versions to 1.15

Added

  • RetrieveBatchSecretsSafe method which allows the user to specify use of the Accept: base64 header in batch retrieval requests. This allows for the retrieval of binary secrets from Conjur. cyberark/conjur-api-go#88

v0.6.1

Change log

Changed

Changelog

Sourced from github.com/cyberark/conjur-api-go's changelog.

[0.7.1] - 2021-03-01

Fixed

  • Resources method no longer sends improperly URL-encoded query strings when filtering resources with the "Search" parameter. Previously, if you used a "Search" value that included a slash "/", the client would return no results even if the server had matching resources due to an issue with the URL-encoding. cyberark/conjur-api-go#93

[0.7.0] - 2021-02-10

Changed

  • Updated Go versions to 1.15.

Added

  • RetrieveBatchSecretsSafe method, which allows the user to specify the use of the Accept: base64 header in batch retrieval requests. This allows binary secrets to be retrieved from Conjur. cyberark/conjur-api-go#88

[0.6.1] - 2020-12-02

Changed

Commits
  • 4dc11b8 Merge pull request #96 from cyberark/bump-version-0.7.1
  • 6711077 Bump version to 0.7.1
  • e369903 Merge pull request #94 from cyberark/93-fix-resources-search
  • 9edf28f Update resources logic to use the exact query
  • 75a4a16 Merge pull request #91 from cyberark/release
  • 85a19ff Update project for new release
  • 2790333 Merge pull request #89 from cyberark/update-secrets-batch-request
  • 7f64955 Update CHANGELOG
  • d389715 Updated how batch secrets are retrieved
  • 2de886c Added the Content-Type header to create secret requests
  • Additional commits viewable in compare view

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 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 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 a team as a code owner March 18, 2021 14:21
@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Mar 18, 2021
@vito vito merged commit fba1bc0 into master Mar 19, 2021
@vito vito deleted the dependabot/go_modules/github.com/cyberark/conjur-api-go-0.7.1 branch March 19, 2021 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies go Pull requests that update Go code misc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants