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 common-golang-dependencies group with 11 updates #266

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps the common-golang-dependencies group with 11 updates:

Package From To
cloud.google.com/go/storage 1.33.0 1.34.1
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.7.2 1.8.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.3.1 1.4.0
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob 1.1.0 1.2.0
github.com/prometheus/client_model 0.4.1-0.20230718164431-9a2bf3000d16 0.5.0
github.com/prometheus/common 0.44.0 0.45.0
golang.org/x/mod 0.12.0 0.14.0
golang.org/x/sync 0.4.0 0.5.0
golang.org/x/sys 0.13.0 0.14.0
golang.org/x/text 0.13.0 0.14.0
google.golang.org/api 0.149.0 0.150.0

Updates cloud.google.com/go/storage from 1.33.0 to 1.34.1

Release notes

Sourced from cloud.google.com/go/storage's releases.

storage: v1.34.1

1.34.1 (2023-11-01)

Bug Fixes

  • storage: Bump google.golang.org/api to v0.149.0 (8d2ab9f)
Commits

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.7.2 to 1.8.0

Release notes

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

sdk/azcore/v1.8.0

1.8.0 (2023-10-05)

Features Added

  • Added Claims and EnableCAE fields to policy.TokenRequestOptions.
  • ARM bearer token policy handles CAE challenges.
  • messaging/CloudEvent allows you to serialize/deserialize CloudEvents, as described in the CloudEvents 1.0 specification: link
  • Added functions FetcherForNextLink and EncodeQueryParams along with FetcherForNextLinkOptions to the runtime package to centralize creation of Pager[T].Fetcher from a next link URL.
  • Added types KeyCredential and SASCredential to the azcore package.
    • Includes their respective constructor functions.
  • Added types KeyCredentialPolicy and SASCredentialPolicy to the azcore/runtime package.
    • Includes their respective constructor functions and options types.

Breaking Changes

These changes affect only code written against beta versions of v1.8.0

  • The beta features for tracing and fakes have been omitted for this release.

Bugs Fixed

  • Fixed an issue that could cause some ARM RPs to not be automatically registered.
  • Block bearer token authentication for non TLS protected endpoints.

Other Changes

  • The following functions in the runtime package are now exposed from the policy package, and the runtime versions have been deprecated.
    • WithCaptureResponse
    • WithHTTPHeader
    • WithRetryOptions
  • Updated dependencies.

sdk/azcore/v1.8.0-beta.3

1.8.0-beta.3 (2023-09-07)

Features Added

  • Added function FetcherForNextLink and FetcherForNextLinkOptions to the runtime package to centralize creation of Pager[T].Fetcher from a next link URL.

Bugs Fixed

  • Suppress creating spans for nested SDK API calls. The HTTP span will be a child of the outer API span.

Other Changes

  • The following functions in the runtime package are now exposed from the policy package, and the runtime versions have been deprecated.
    • WithCaptureResponse
    • WithHTTPHeader
    • WithRetryOptions
Commits

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.3.1 to 1.4.0

Release notes

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

sdk/resourcemanager/storage/armstorage/v1.4.0

1.4.0 (2023-08-25)

Features Added

  • New value CorsRuleAllowedMethodsItemCONNECT, CorsRuleAllowedMethodsItemTRACE added to enum type CorsRuleAllowedMethodsItem
  • New enum type MigrationName with values MigrationNameDefault
  • New enum type MigrationStatus with values MigrationStatusComplete, MigrationStatusFailed, MigrationStatusInProgress, MigrationStatusInvalid, MigrationStatusSubmittedForConversion
  • New enum type PostFailoverRedundancy with values PostFailoverRedundancyStandardLRS, PostFailoverRedundancyStandardZRS
  • New enum type PostPlannedFailoverRedundancy with values PostPlannedFailoverRedundancyStandardGRS, PostPlannedFailoverRedundancyStandardGZRS, PostPlannedFailoverRedundancyStandardRAGRS, PostPlannedFailoverRedundancyStandardRAGZRS
  • New function *AccountsClient.BeginCustomerInitiatedMigration(context.Context, string, string, AccountMigration, *AccountsClientBeginCustomerInitiatedMigrationOptions) (*runtime.Poller[AccountsClientCustomerInitiatedMigrationResponse], error)
  • New function *AccountsClient.GetCustomerInitiatedMigration(context.Context, string, string, MigrationName, *AccountsClientGetCustomerInitiatedMigrationOptions) (AccountsClientGetCustomerInitiatedMigrationResponse, error)
  • New struct AccountMigration
  • New struct AccountMigrationProperties
  • New struct BlobInventoryCreationTime
  • New struct ErrorAdditionalInfo
  • New struct ErrorDetail
  • New struct ErrorResponseAutoGenerated
  • New field AccountMigrationInProgress, IsSKUConversionBlocked in struct AccountProperties
  • New field CreationTime in struct BlobInventoryPolicyFilter
  • New field CanPlannedFailover, PostFailoverRedundancy, PostPlannedFailoverRedundancy in struct GeoReplicationStats

sdk/azidentity/v1.4.0

1.4.0 (2023-10-10)

Bugs Fixed

  • ManagedIdentityCredential will now retry when IMDS responds 410 or 503

sdk/internal/v1.4.0

1.4.0 (2023-10-17)

Features Added

  • Add support for auto-installing the test proxy standalone tooling in the test recording package

Other Changes

  • Updated dependencies.

sdk/resourcemanager/redhatopenshift/armredhatopenshift/v1.4.0

1.4.0 (2023-10-27)

Features Added

  • New enum type PreconfiguredNSG with values PreconfiguredNSGDisabled, PreconfiguredNSGEnabled
  • New field PreconfiguredNSG in struct NetworkProfile
  • New field WorkerProfilesStatus in struct OpenShiftClusterProperties

sdk/azidentity/v1.4.0-beta.5

1.4.0-beta.5 (2023-09-12)

Features Added

... (truncated)

Commits

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/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/datadog/armdatadog/v1.2.0

1.2.0 (2023-10-27)

Features Added

  • New enum type Operation with values OperationActive, OperationAddBegin, OperationAddComplete, OperationDeleteBegin, OperationDeleteComplete
  • New enum type Status with values StatusActive, StatusDeleting, StatusFailed, StatusInProgress
  • New function *ClientFactory.NewCreationSupportedClient() *CreationSupportedClient
  • New function *ClientFactory.NewMonitoredSubscriptionsClient() *MonitoredSubscriptionsClient
  • New function NewCreationSupportedClient(string, azcore.TokenCredential, *arm.ClientOptions) (*CreationSupportedClient, error)
  • New function *CreationSupportedClient.Get(context.Context, string, *CreationSupportedClientGetOptions) (CreationSupportedClientGetResponse, error)
  • New function *CreationSupportedClient.NewListPager(string, *CreationSupportedClientListOptions) *runtime.Pager[CreationSupportedClientListResponse]
  • New function NewMonitoredSubscriptionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*MonitoredSubscriptionsClient, error)
  • New function *MonitoredSubscriptionsClient.BeginCreateorUpdate(context.Context, string, string, string, *MonitoredSubscriptionsClientBeginCreateorUpdateOptions) (*runtime.Poller[MonitoredSubscriptionsClientCreateorUpdateResponse], error)
  • New function *MonitoredSubscriptionsClient.BeginDelete(context.Context, string, string, string, *MonitoredSubscriptionsClientBeginDeleteOptions) (*runtime.Poller[MonitoredSubscriptionsClientDeleteResponse], error)
  • New function *MonitoredSubscriptionsClient.Get(context.Context, string, string, string, *MonitoredSubscriptionsClientGetOptions) (MonitoredSubscriptionsClientGetResponse, error)
  • New function *MonitoredSubscriptionsClient.NewListPager(string, string, *MonitoredSubscriptionsClientListOptions) *runtime.Pager[MonitoredSubscriptionsClientListResponse]
  • New function *MonitoredSubscriptionsClient.BeginUpdate(context.Context, string, string, string, *MonitoredSubscriptionsClientBeginUpdateOptions) (*runtime.Poller[MonitoredSubscriptionsClientUpdateResponse], error)
  • New struct CreateResourceSupportedProperties
  • New struct CreateResourceSupportedResponse
  • New struct CreateResourceSupportedResponseList
  • New struct MonitoredSubscription
  • New struct MonitoredSubscriptionProperties
  • New struct MonitoredSubscriptionPropertiesList
  • New struct SubscriptionList
  • New field Cspm in struct MonitorUpdateProperties
  • New field Automuting in struct MonitoringTagRulesProperties
  • New field Cspm in struct OrganizationProperties

sdk/resourcemanager/resourcemover/armresourcemover/v1.2.0

1.2.0 (2023-10-27)

Features Added

  • New enum type MoveType with values MoveTypeRegionToRegion, MoveTypeRegionToZone
  • New field TargetResourceGroupName in struct AvailabilitySetResourceSettings
  • New field TargetResourceGroupName in struct DiskEncryptionSetResourceSettings
  • New field TargetResourceGroupName in struct KeyVaultResourceSettings
  • New field TargetResourceGroupName in struct LoadBalancerResourceSettings

... (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/prometheus/client_model from 0.4.1-0.20230718164431-9a2bf3000d16 to 0.5.0

Release notes

Sourced from github.com/prometheus/client_model's releases.

v0.5.0 / 2023-10-03

What's Changed

New Contributors

Full Changelog: prometheus/client_model@v0.4.0...v0.5.0

Commits

Updates github.com/prometheus/common from 0.44.0 to 0.45.0

Release notes

Sourced from github.com/prometheus/common's releases.

v0.45.0

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.44.0...v0.45.0

Commits
  • c59927e Merge pull request #524 from prometheus/dependabot/go_modules/golang.org/x/ne...
  • 1f9b004 Bump golang.org/x/net from 0.15.0 to 0.17.0
  • 16f9480 Merge pull request #525 from prometheus/dependabot/go_modules/sigv4/golang.or...
  • ff99062 Bump golang.org/x/net from 0.15.0 to 0.17.0 in /sigv4
  • 7043ea0 Merge pull request #520 from prometheus/repo_sync
  • b6914dd Update common Prometheus files
  • f4e05c0 Merge pull request #519 from prometheus/dependabot/go_modules/sigv4/github.co...
  • eb60b9b Bump github.com/aws/aws-sdk-go from 1.45.18 to 1.45.19 in /sigv4
  • ac62eb7 Merge pull request #518 from prometheus/repo_sync
  • 777f9cc Update common Prometheus files
  • Additional commits viewable in compare view

Updates golang.org/x/mod from 0.12.0 to 0.14.0

Commits
  • 6e58e47 modfile: improve directory path detection and error text consistency
  • 5b69280 modfile: use new go version string format in error message
  • 273ef6c go.mod: update to go 1.18 and x/tools v0.13.0
  • See full diff in compare view

Updates golang.org/x/sync from 0.4.0 to 0.5.0

Commits

Updates golang.org/x/sys from 0.13.0 to 0.14.0

Commits
  • cb378ae syscall: call getfsstat via libc on openbsd
  • 661d749 unix: use libc stubs for OpenBSD pledge+unveil
  • 1168e25 unix/linux: update Linux kernel to v6.6
  • 249e16f unix: require minimum OpenBSD 6.4 for pledge, unveil
  • 1e63810 unix: stop counting trailing NUL for abstract addresses starting with NUL
  • 1bfbee0 all: update go directive to 1.18
  • 1d9f0b6 unix: add linux cachestat system call
  • 8ccaaf0 windows: add GetFileTime
  • 6ee6208 windows: add missing TCP and UDP socket options and control message types
  • See full diff in compare view

Updates golang.org/x/text from 0.13.0 to 0.14.0

Commits

Updates google.golang.org/api from 0.149.0 to 0.150.0

Release notes

Sourced from google.golang.org/api's releases.

v0.150.0

0.150.0 (2023-11-06)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.150.0 (2023-11-06)

Features

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 common-golang-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.33.0` | `1.34.1` |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.7.2` | `1.8.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.3.1` | `1.4.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://github.com/Azure/azure-sdk-for-go) | `1.1.0` | `1.2.0` |
| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.4.1-0.20230718164431-9a2bf3000d16` | `0.5.0` |
| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.44.0` | `0.45.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.12.0` | `0.14.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.4.0` | `0.5.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.13.0` | `0.14.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.13.0` | `0.14.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.149.0` | `0.150.0` |


Updates `cloud.google.com/go/storage` from 1.33.0 to 1.34.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.33.0...spanner/v1.34.1)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.7.2 to 1.8.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@sdk/azcore/v1.7.2...sdk/azcore/v1.8.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.3.1 to 1.4.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@sdk/azcore/v1.3.1...sdk/azcore/v1.4.0)

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/prometheus/client_model` from 0.4.1-0.20230718164431-9a2bf3000d16 to 0.5.0
- [Release notes](https://github.com/prometheus/client_model/releases)
- [Commits](https://github.com/prometheus/client_model/commits/v0.5.0)

Updates `github.com/prometheus/common` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](prometheus/common@v0.44.0...v0.45.0)

Updates `golang.org/x/mod` from 0.12.0 to 0.14.0
- [Commits](golang/mod@v0.12.0...v0.14.0)

Updates `golang.org/x/sync` from 0.4.0 to 0.5.0
- [Commits](golang/sync@v0.4.0...v0.5.0)

Updates `golang.org/x/sys` from 0.13.0 to 0.14.0
- [Commits](golang/sys@v0.13.0...v0.14.0)

Updates `golang.org/x/text` from 0.13.0 to 0.14.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.13.0...v0.14.0)

Updates `google.golang.org/api` from 0.149.0 to 0.150.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.149.0...v0.150.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-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: common-golang-dependencies
- dependency-name: github.com/prometheus/client_model
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang-dependencies
...

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 Nov 6, 2023
Copy link
Author

dependabot bot commented on behalf of github Nov 13, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 13, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/common-golang-dependencies-235be1aedb branch November 13, 2023 23:44
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