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/zscaler/zscaler-sdk-go/v2 from 2.5.23 to 2.6.0 #348

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps github.com/zscaler/zscaler-sdk-go/v2 from 2.5.23 to 2.6.0.

Release notes

Sourced from github.com/zscaler/zscaler-sdk-go/v2's releases.

v2.6.0

2.6.0 (June 7, 2024)

Notes

  • Golang: v1.21

Fixes

  • [PR #256](zscaler/zscaler-sdk-go#256) - Refactored applicationsegment package by splitting the following endpoints into its own packages:

    • POST - application/{applicationId}/move - Moves application from a parent tenant to a microtenant. An application segment can only be moved from a parent to a microtenant
    • PUT - application/{applicationId}/share - Share the Application Segment between microtenants. An application can only be shared between microtenants. To learn more about microtenants see: About Microtenants
  • [PR #256](zscaler/zscaler-sdk-go#256) - Added support to Service Edge Scheduler to configure a ServiceEdge schedule frequency to delete inactive private brokers with configured frequency.

    • GET - serviceEdgeSchedule - Get a Configured ServiceEdge schedule frequency.
    • POST - serviceEdgeSchedule - Configure a ServiceEdge schedule frequency to delete the in active private broker with configured frequency.
    • PUT - serviceEdgeSchedule/{id} - Modifies a ServiceEdge schedule frequency to delete the in active private broker with configured frequency.
  • [PR #256](zscaler/zscaler-sdk-go#256) - Added support customer controller endpoint authDomains to retrieve authentication domains for the specified customer.

Changelog

Sourced from github.com/zscaler/zscaler-sdk-go/v2's changelog.

2.6.0 (June 6, 2024)

Notes

  • Golang: v1.21

Fixes

  • [PR #256](zscaler/zscaler-sdk-go#256) - Refactored applicationsegment package by splitting the following endpoints into its own packages:

    • POST - application/{applicationId}/move - Moves application from a parent tenant to a microtenant. An application segment can only be moved from a parent to a microtenant
    • PUT - application/{applicationId}/share - Share the Application Segment between microtenants. An application can only be shared between microtenants. To learn more about microtenants see: About Microtenants
  • [PR #256](zscaler/zscaler-sdk-go#256) - Added support to Service Edge Scheduler to configure a ServiceEdge schedule frequency to delete inactive private brokers with configured frequency.

    • GET - serviceEdgeSchedule - Get a Configured ServiceEdge schedule frequency.
    • POST - serviceEdgeSchedule - Configure a ServiceEdge schedule frequency to delete the in active private broker with configured frequency.
    • PUT - serviceEdgeSchedule/{id} - Modifies a ServiceEdge schedule frequency to delete the in active private broker with configured frequency.
  • [PR #256](zscaler/zscaler-sdk-go#256) - Added support customer controller endpoint authDomains to retrieve authentication domains for the specified customer.

2.5.22 (May 31, 2024)

Notes

  • Golang: v1.21

Fixes

  "id" : "api.concurrent.access.error",
  "reason" : "Unable to modify the resource due to concurrent change requests. Try again"

2.5.21 (May 22, 2024)

Notes

  • Golang: v1.21

Fixes

  • [PR #251](zscaler/zscaler-sdk-go#251) - Fixed attribute subRules within the ZIA package to support array[object]. The attribute is now in its dedicated Struct.

2.5.2 (May 16, 2024)

Notes

  • Golang: v1.21

Enhancements

... (truncated)

Commits
  • ec4afdd fix: Upgraded goreleaser to v6 due to breaking change
  • 88b7b3a fix: Upgraded goreleaser to v6 due to breaking change
  • bad1cc0 fix: Upgraded goreleaser to v6 due to breaking change
  • b9f8fdd fix: Upgraded goreleaser to v6 due to breaking change
  • 5033a91 fix: Upgraded goreleaser to v6 due to breaking change
  • 3ad790e fix: Upgraded goreleaser to v6 due to breaking change
  • 6566669 fix: Upgraded goreleaser to v6 due to breaking change
  • 0c7cb58 feat: Added microtenant support to new application segment endpoints (#256)
  • 488342c gh: Re-enabled ZPA QA workflow tests
  • 2c85685 gh: Re-enabled ZPA QA workflow tests
  • 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 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)

Bumps [github.com/zscaler/zscaler-sdk-go/v2](https://github.com/zscaler/zscaler-sdk-go) from 2.5.23 to 2.6.0.
- [Release notes](https://github.com/zscaler/zscaler-sdk-go/releases)
- [Changelog](https://github.com/zscaler/zscaler-sdk-go/blob/master/CHANGELOG.md)
- [Commits](zscaler/zscaler-sdk-go@v2.5.23...v2.6.0)

---
updated-dependencies:
- dependency-name: github.com/zscaler/zscaler-sdk-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2024

Superseded by #351.

@dependabot dependabot bot closed this Jun 17, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/zscaler/zscaler-sdk-go/v2-2.6.0 branch June 17, 2024 07:37
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.

0 participants