zscaler / terraform-provider-zia

:cloud: Terraform Provider for Zscaler Internet Access :cloud:
MIT License
37 stars 5 forks source link

build(deps): bump github.com/zscaler/zscaler-sdk-go/v2 from 2.61.7 to 2.71.0 #364

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/zscaler/zscaler-sdk-go/v2 from 2.61.7 to 2.71.0.

Release notes

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

v2.71.0

2.71.0 (August 11, 2024)

Notes

  • Golang: v1.22

ZIA Additions

VPN Credentials and Location Management

  • Added POST /locations/bulkDelete Bulk delete locations up to a maximum of 100 locations per request. The response returns the location IDs that were successfully deleted. [PR #270](zscaler/zscaler-sdk-go#270)

  • Added POST /vpnCredentials/bulkDelete Bulk delete vpn credentails up to a maximum of 100 vpn credentials per request. The response returns the vpn credential IDs that were successfully deleted. [PR #270](zscaler/zscaler-sdk-go#270)

Cloud App Control Policies

  • Added GET /webApplicationRules/ruleTypeMapping to return backend keys that match the application type string.

Bug Fixes

[PR #270](zscaler/zscaler-sdk-go#270) - Fixed ports attribute from string to slice of string in locationmanagement.

v2.70.0

2.70.0 (July 24, 2024)

Notes

  • Golang: v1.22

ZIA Additions

Cloud App Control Rules

DLP Dictionary

  • Added GET /dlpDictionaries/{dictId}/predefinedIdentifiers to Retrieves the list of identifiers that are available for selection in the specified hierarchical DLP dictionary.[PR #270](zscaler/zscaler-sdk-go#270)
  • Added new attribute dlpdictionary attributes:
    • confidenceLevelForPredefinedDict: String - The DLP confidence threshold for predefined dictionaries
    • dictionaryCloningEnabled: Bool - A Boolean constant that indicates that the cloning option is supported for the DLP dictionary using the true value.
    • customPhraseSupported: Bool - A Boolean constant that indicates that custom phrases are supported for the DLP dictionary using the true value.
    • proximityLengthEnabled: Bool - A Boolean constant that indicates whether the proximity length option is supported for a DLP dictionary or not.

URL Categories

  • Added POST /urlLookup to Retrieve Zscaler's default classification for a given set of URLs (e.g., ['abc.com', 'xyz.com']).[PR #270](zscaler/zscaler-sdk-go#270)
  • Added GET /urlCategories/urlQuota to Gets information on the number of unique URLs that are currently provisioned for your organization as well as how many URLs you can add before reaching that number.[PR #270](zscaler/zscaler-sdk-go#270)
  • Added GET /urlCategories/lite to Gets a lightweight key-value list of all or custom URL categories.[PR #270](zscaler/zscaler-sdk-go#270)
  • Added GET /urlCategories/review/domains to find matching entries present in existing custom URL categories.[PR #270](zscaler/zscaler-sdk-go#270)
  • Added GET /urlCategories/review/domains Adds the list of matching URLs fetched by POST /urlCategories/review/domains to the specified custom URL categories. A maximum of 100 URL categories can be updated at once using this request.[PR #270](zscaler/zscaler-sdk-go#270)

... (truncated)

Changelog

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

2.71.0 (August 11, 2024)

Notes

  • Golang: v1.22

ZIA Additions

VPN Credentials and Location Management

  • Added POST /locations/bulkDelete Bulk delete locations up to a maximum of 100 locations per request. The response returns the location IDs that were successfully deleted. [PR #270](zscaler/zscaler-sdk-go#270)

  • Added POST /vpnCredentials/bulkDelete Bulk delete vpn credentails up to a maximum of 100 vpn credentials per request. The response returns the vpn credential IDs that were successfully deleted. [PR #270](zscaler/zscaler-sdk-go#270)

Cloud App Control Policies

  • Added GET /webApplicationRules/ruleTypeMapping to return backend keys that match the application type string.

Bug Fixes

[PR #270](zscaler/zscaler-sdk-go#270) - Fixed ports attribute from string to slice of string in locationmanagement.

2.70.0 (July 23, 2024)

Notes

  • Golang: v1.22

ZIA Additions

Cloud App Control Rules

DLP Dictionary

  • Added GET /dlpDictionaries/{dictId}/predefinedIdentifiers to Retrieves the list of identifiers that are available for selection in the specified hierarchical DLP dictionary.[PR #270](zscaler/zscaler-sdk-go#270)
  • Added new attribute dlpdictionary attributes:
    • confidenceLevelForPredefinedDict: String - The DLP confidence threshold for predefined dictionaries
    • dictionaryCloningEnabled: Bool - A Boolean constant that indicates that the cloning option is supported for the DLP dictionary using the true value.
    • customPhraseSupported: Bool - A Boolean constant that indicates that custom phrases are supported for the DLP dictionary using the true value.
    • proximityLengthEnabled: Bool - A Boolean constant that indicates whether the proximity length option is supported for a DLP dictionary or not.

URL Categories

  • Added POST /urlLookup to Retrieve Zscaler's default classification for a given set of URLs (e.g., ['abc.com', 'xyz.com']).[PR #270](zscaler/zscaler-sdk-go#270)
  • Added GET /urlCategories/urlQuota to Gets information on the number of unique URLs that are currently provisioned for your organization as well as how many URLs you can add before reaching that number.[PR #270](zscaler/zscaler-sdk-go#270)
  • Added GET /urlCategories/lite to Gets a lightweight key-value list of all or custom URL categories.[PR #270](zscaler/zscaler-sdk-go#270)
  • Added GET /urlCategories/review/domains to find matching entries present in existing custom URL categories.[PR #270](zscaler/zscaler-sdk-go#270)
  • Added GET /urlCategories/review/domains Adds the list of matching URLs fetched by POST /urlCategories/review/domains to the specified custom URL categories. A maximum of 100 URL categories can be updated at once using this request.[PR #270](zscaler/zscaler-sdk-go#270)
  • Added new attribute urlCategories2 to urlfilteringrules package. See Zscaler Release Notes

... (truncated)

Commits
  • edcf91d feat: Added Location, VPN credential bulk delete and rule type mapping (#272)
  • 77f1f97 build(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 (#271)
  • eb7dfdd fix: Re-enabled QA1/QA2 workflows
  • cdc5659 feat: Added new ZIA Cloud App Control Rule and URL Domain Review Endpoints (#...
  • a796d8f fix: Fixed zpa_inspection_profile missing overrideAction attribute
  • 2d69fb6 fix: Fixed zpa_inspection_profile missing overrideAction attribute
  • 3232e1c Fix: Fixed ZPA App Protection resources (#269)
  • 1f6846d fix: Fixed Cloud Browser Isolation Search Mechanism
  • 751004b fix: Fixed Cloud Browser Isolation Search Mechanism (#268)
  • 497e0d6 fix: Fixed Cloud Browser Isolation Search Mechanism (#267)
  • See full diff 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 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[bot] commented 2 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.