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 the go-deps group with 2 updates #200

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2023

Bumps the go-deps group with 2 updates: github.com/Azure/azure-sdk-for-go/sdk/storage/azblob and github.com/google/go-cmp.

Updates github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.1.0 to 1.2.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/storage/azblob's releases.

sdk/resourcemanager/maintenance/armmaintenance/v1.2.0

1.2.0 (2023-08-25)

Features Added

  • New value MaintenanceScopeResource added to enum type MaintenanceScope
  • New enum type RebootOptions with values RebootOptionsAlways, RebootOptionsIfRequired, RebootOptionsNever
  • New enum type TagOperators with values TagOperatorsAll, TagOperatorsAny
  • New function *ClientFactory.NewConfigurationAssignmentsForResourceGroupClient() *ConfigurationAssignmentsForResourceGroupClient
  • New function *ClientFactory.NewConfigurationAssignmentsForSubscriptionsClient() *ConfigurationAssignmentsForSubscriptionsClient
  • New function *ClientFactory.NewConfigurationAssignmentsWithinSubscriptionClient() *ConfigurationAssignmentsWithinSubscriptionClient
  • New function *ConfigurationAssignmentsClient.Get(context.Context, string, string, string, string, string, *ConfigurationAssignmentsClientGetOptions) (ConfigurationAssignmentsClientGetResponse, error)
  • New function *ConfigurationAssignmentsClient.GetParent(context.Context, string, string, string, string, string, string, string, *ConfigurationAssignmentsClientGetParentOptions) (ConfigurationAssignmentsClientGetParentResponse, error)
  • New function NewConfigurationAssignmentsForResourceGroupClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ConfigurationAssignmentsForResourceGroupClient, error)
  • New function *ConfigurationAssignmentsForResourceGroupClient.CreateOrUpdate(context.Context, string, string, ConfigurationAssignment, *ConfigurationAssignmentsForResourceGroupClientCreateOrUpdateOptions) (ConfigurationAssignmentsForResourceGroupClientCreateOrUpdateResponse, error)
  • New function *ConfigurationAssignmentsForResourceGroupClient.Delete(context.Context, string, string, *ConfigurationAssignmentsForResourceGroupClientDeleteOptions) (ConfigurationAssignmentsForResourceGroupClientDeleteResponse, error)
  • New function *ConfigurationAssignmentsForResourceGroupClient.Get(context.Context, string, string, *ConfigurationAssignmentsForResourceGroupClientGetOptions) (ConfigurationAssignmentsForResourceGroupClientGetResponse, error)
  • New function *ConfigurationAssignmentsForResourceGroupClient.Update(context.Context, string, string, ConfigurationAssignment, *ConfigurationAssignmentsForResourceGroupClientUpdateOptions) (ConfigurationAssignmentsForResourceGroupClientUpdateResponse, error)
  • New function NewConfigurationAssignmentsForSubscriptionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ConfigurationAssignmentsForSubscriptionsClient, error)
  • New function *ConfigurationAssignmentsForSubscriptionsClient.CreateOrUpdate(context.Context, string, ConfigurationAssignment, *ConfigurationAssignmentsForSubscriptionsClientCreateOrUpdateOptions) (ConfigurationAssignmentsForSubscriptionsClientCreateOrUpdateResponse, error)
  • New function *ConfigurationAssignmentsForSubscriptionsClient.Delete(context.Context, string, *ConfigurationAssignmentsForSubscriptionsClientDeleteOptions) (ConfigurationAssignmentsForSubscriptionsClientDeleteResponse, error)
  • New function *ConfigurationAssignmentsForSubscriptionsClient.Get(context.Context, string, *ConfigurationAssignmentsForSubscriptionsClientGetOptions) (ConfigurationAssignmentsForSubscriptionsClientGetResponse, error)
  • New function *ConfigurationAssignmentsForSubscriptionsClient.Update(context.Context, string, ConfigurationAssignment, *ConfigurationAssignmentsForSubscriptionsClientUpdateOptions) (ConfigurationAssignmentsForSubscriptionsClientUpdateResponse, error)
  • New function NewConfigurationAssignmentsWithinSubscriptionClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ConfigurationAssignmentsWithinSubscriptionClient, error)
  • New function *ConfigurationAssignmentsWithinSubscriptionClient.NewListPager(*ConfigurationAssignmentsWithinSubscriptionClientListOptions) *runtime.Pager[ConfigurationAssignmentsWithinSubscriptionClientListResponse]
  • New struct ConfigurationAssignmentFilterProperties
  • New struct InputLinuxParameters
  • New struct InputPatchConfiguration
  • New struct InputWindowsParameters
  • New struct TagSettingsProperties
  • New field Filter in struct ConfigurationAssignmentProperties
  • New field InstallPatches in struct ConfigurationProperties

sdk/resourcemanager/iothub/armiothub/v1.2.0

1.2.0 (2023-09-22)

Features Added

  • New struct RoutingCosmosDBSQLAPIProperties
  • New field CosmosDBSQLContainers in struct RoutingEndpoints

sdk/storage/azblob/v1.2.0

1.2.0 (2023-10-11)

Bugs Fixed

  • Fixed null pointer exception when SetImmutabilityPolicyOptions is passed as nil.

sdk/resourcemanager/marketplaceordering/armmarketplaceordering/v1.2.0-beta.3

1.2.0-beta.3 (2023-10-09)

Other Changes

... (truncated)

Commits
  • 0fbd371 Merge pull request #33 from jen20/virtual-network-client
  • c95e423 Add a client for Virtual Network management
  • af6985d Merge pull request #35 from ahmetalpbalkan/CreateBlockBlob
  • c99fb1d make block.Size int64, add CreateBlockBlob
  • 9abf8bf Merge pull request #28 from jen20/private-error-messages
  • c1f7c85 Merge pull request #24 from jf/codetweaks
  • 0d03132 Merge pull request #19 from jf/master
  • 24f03c1 Merge pull request #32 from jf/clean-currentTimeRfc1123Formatted
  • 30c4704 util.go: remove unused dateLayout from currentTimeRfc1123Formatted()
  • acc54a2 Merge pull request #29 from jen20/location-concatenation
  • Additional commits viewable in compare view

Updates github.com/google/go-cmp from 0.5.9 to 0.6.0

Release notes

Sourced from github.com/google/go-cmp's releases.

v0.6.0

New API:

  • (#340) Add cmpopts.EquateComparable

Documentation changes:

  • (#337) Use of hotlinking of Go identifiers

Build changes:

  • (#325) Remove purego fallbacks

Testing changes:

  • (#322) Run tests for Go 1.20 version
  • (#332) Pin GitHub action versions
  • (#327) set workflow permission to read-only
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-deps group with 2 updates: [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://github.com/Azure/azure-sdk-for-go) and [github.com/google/go-cmp](https://github.com/google/go-cmp).


Updates `github.com/Azure/azure-sdk-for-go/sdk/storage/azblob` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@v1.1...v1.2)

Updates `github.com/google/go-cmp` from 0.5.9 to 0.6.0
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](google/go-cmp@v0.5.9...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/google/go-cmp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

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 Oct 12, 2023
@github-actions github-actions bot enabled auto-merge October 12, 2023 04:46
@github-actions github-actions bot added this pull request to the merge queue Oct 12, 2023
@achilleas-k achilleas-k removed this pull request from the merge queue due to a manual request Oct 12, 2023
@achilleas-k achilleas-k added this pull request to the merge queue Oct 12, 2023
Merged via the queue into main with commit 3ec33db Oct 12, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-77bf53550c branch October 12, 2023 08:35
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