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 the combined group across 1 directory with 5 updates #34

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps the combined group with 5 updates in the / directory:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.6.0 1.7.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage 1.5.0 1.6.0
github.com/Azure/azure-sdk-for-go/sdk/storage/azdatalake 1.1.2 1.2.0
github.com/aws/smithy-go 1.20.2 1.20.3
github.com/raito-io/cli 0.65.2 0.66.0

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.6.0 to 1.7.0

Release notes

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

sdk/internal/v1.7.0

1.7.0 (2024-05-01)

Features Added

  • Support for local repo override (via presence of eng/target_proxy_version.txt) of invoked test-proxy version.

  • RemoveRegisteredSanitizers selectively disables sanitizers the test proxy enables by default since version 1.0.0-dev.20240422.1

Breaking Changes

  • Deprecated the go-vcr based test recording API. Its methods now return errors or panic.
  • Changed value of recording.SanitizedValue from "sanitized" to "Sanitized" to match the test proxy

sdk/azidentity/v1.7.0

1.7.0 (2024-06-20)

Features Added

  • AzurePipelinesCredential authenticates an Azure Pipelines service connection with workload identity federation

Breaking Changes

These changes affect only code written against a beta version such as v1.7.0-beta.1

  • Removed the persistent token caching API. It will return in v1.8.0-beta.1

sdk/azidentity/v1.7.0-beta.1

1.7.0-beta.1 (2024-06-10)

Features Added

  • Restored AzurePipelinesCredential and persistent token caching API

Breaking Changes

These changes affect only code written against a beta version such as v1.6.0-beta.4

  • Values which NewAzurePipelinesCredential read from environment variables in prior versions are now parameters
  • Renamed AzurePipelinesServiceConnectionCredentialOptions to AzurePipelinesCredentialOptions

Bugs Fixed

  • Managed identity bug fixes
Commits

Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage from 1.5.0 to 1.6.0

Release notes

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

sdk/internal/v1.6.0

1.6.0 (2024-04-16)

Features Added

  • Options types for SetBodilessMatcher and SetDefaultMatcher now embed RecordingOptions
  • Added a collection of default sanitizers for test recordings

sdk/azidentity/v1.6.0

1.6.0 (2024-06-10)

Features Added

  • NewOnBehalfOfCredentialWithClientAssertions creates an on-behalf-of credential that authenticates with client assertions such as federated credentials

Breaking Changes

These changes affect only code written against a beta version such as v1.6.0-beta.4

  • Removed AzurePipelinesCredential and the persistent token caching API. They will return in v1.7.0-beta.1

Bugs Fixed

  • Managed identity bug fixes

sdk/resourcemanager/storage/armstorage/v1.6.0

1.6.0 (2024-06-28)

Features Added

  • New value AccessTierCold added to enum type AccessTier
  • New value ExpirationActionBlock added to enum type ExpirationAction
  • New value MinimumTLSVersionTLS13 added to enum type MinimumTLSVersion
  • New value ProvisioningStateCanceled, ProvisioningStateDeleting, ProvisioningStateFailed, ProvisioningStateValidateSubscriptionQuotaBegin, ProvisioningStateValidateSubscriptionQuotaEnd added to enum type ProvisioningState
  • New value PublicNetworkAccessSecuredByPerimeter added to enum type PublicNetworkAccess
  • New enum type IssueType with values IssueTypeConfigurationPropagationFailure, IssueTypeUnknown
  • New enum type ListLocalUserIncludeParam with values ListLocalUserIncludeParamNfsv3
  • New enum type NetworkSecurityPerimeterConfigurationProvisioningState with values NetworkSecurityPerimeterConfigurationProvisioningStateAccepted, NetworkSecurityPerimeterConfigurationProvisioningStateCanceled, NetworkSecurityPerimeterConfigurationProvisioningStateDeleting, NetworkSecurityPerimeterConfigurationProvisioningStateFailed, NetworkSecurityPerimeterConfigurationProvisioningStateSucceeded
  • New enum type NspAccessRuleDirection with values NspAccessRuleDirectionInbound, NspAccessRuleDirectionOutbound
  • New enum type ResourceAssociationAccessMode with values ResourceAssociationAccessModeAudit, ResourceAssociationAccessModeEnforced, ResourceAssociationAccessModeLearning
  • New enum type RunResult with values RunResultFailed, RunResultSucceeded
  • New enum type RunStatusEnum with values RunStatusEnumFinished, RunStatusEnumInProgress
  • New enum type Severity with values SeverityError, SeverityWarning
  • New enum type TriggerType with values TriggerTypeOnSchedule, TriggerTypeRunOnce
  • New function *ClientFactory.NewNetworkSecurityPerimeterConfigurationsClient() *NetworkSecurityPerimeterConfigurationsClient
  • New function *ClientFactory.NewTaskAssignmentInstancesReportClient() *TaskAssignmentInstancesReportClient
  • New function *ClientFactory.NewTaskAssignmentsClient() *TaskAssignmentsClient
  • New function *ClientFactory.NewTaskAssignmentsInstancesReportClient() *TaskAssignmentsInstancesReportClient
  • New function NewTaskAssignmentInstancesReportClient(string, azcore.TokenCredential, *arm.ClientOptions) (*TaskAssignmentInstancesReportClient, error)
  • New function *TaskAssignmentInstancesReportClient.NewListPager(string, string, string, *TaskAssignmentInstancesReportClientListOptions) *runtime.Pager[TaskAssignmentInstancesReportClientListResponse]
  • New function NewTaskAssignmentsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*TaskAssignmentsClient, error)
  • New function *TaskAssignmentsClient.BeginCreate(context.Context, string, string, string, TaskAssignment, *TaskAssignmentsClientBeginCreateOptions) (*runtime.Poller[TaskAssignmentsClientCreateResponse], error)
  • New function *TaskAssignmentsClient.BeginDelete(context.Context, string, string, string, *TaskAssignmentsClientBeginDeleteOptions) (*runtime.Poller[TaskAssignmentsClientDeleteResponse], error)

... (truncated)

Commits
  • 36f766d add sdk/resourcemanager/cosmos/armcosmos live test (#20705)
  • c005ed6 sdk/resourcemanager/network/armnetwork live test (#20331)
  • 5fa7df4 add sdk/resourcemanager/compute/armcompute live test (#20048)
  • 0d22aed add sdk/resourcemanager/eventhub/armeventhub live test (#20686)
  • 2a8d96d add sdk/resourcemanager/postgresql/armpostgresql live test (#20685)
  • b2cddab [Release] sdk/resourcemanager/paloaltonetworksngfw/armpanngfw/0.1.0 (#20437)
  • ed7f3c7 Fix azidentity troubleshooting guide link (#20736)
  • 6dfd0cb [azeventhubs] Fixing checkpoint store race condition (#20727)
  • 745d967 pass along the artifact name so we can override it later (#20732)
  • 20b4dd8 Update changelog with latest features (#20730)
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/storage/azdatalake from 1.1.2 to 1.2.0

Release notes

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

sdk/messaging/azeventhubs/v1.2.0

1.2.0 (2024-05-07)

Bugs Fixed

Processor.Run had unclear behavior for some cases:

  • Run() now returns an explicit error when called more than once on a single Processor instance or if multiple Run calls are made concurrently. (PR#22833)
  • NextProcessorClient now properly terminates (and returns nil) if called on a stopped Processor. (PR#22833)

sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/v1.2.0

1.2.0 (2024-05-24)

Features Added

  • New value ManagedClusterUpgradeTypeControlPlaneOnly added to enum type ManagedClusterUpgradeType
  • New enum type TargetType with values TargetTypeAfterStageWait, TargetTypeGroup, TargetTypeMember, TargetTypeStage
  • New function *UpdateRunsClient.BeginSkip(context.Context, string, string, string, SkipProperties, *UpdateRunsClientBeginSkipOptions) (*runtime.Poller[UpdateRunsClientSkipResponse], error)
  • New struct APIServerAccessProfile
  • New struct AgentProfile
  • New struct FleetHubProfile
  • New struct SkipProperties
  • New struct SkipTarget
  • New field HubProfile in struct FleetProperties

sdk/storage/azdatalake/v1.2.0

1.2.0 (2024-07-19)

Other Changes

  • Updated azblob version to 1.4.0
  • Updated azcore version to 1.13.0

sdk/data/azappconfig/v1.2.0-beta.1

1.2.0-beta.1 (2024-06-11)

Features Added

  • Support ETag-per-page
    • Added field MatchConditions to ListSettingsOptions which allows specifying request conditions when iterating over pages of settings.
    • Added field ETag to ListSettingsPageResponse which contains the ETag for a page of configuration settings.

Other Changes

  • Updated dependencies.

sdk/storage/azdatalake/v1.2.0-beta.1

1.2.0-beta.1 (2024-06-14)

Features Added

  • Added ACL response headers in GetBlobProperties API for Files.
  • Updated service version to 2024-05-04

... (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/aws/smithy-go from 1.20.2 to 1.20.3

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2024-06-27)

Module Highlights

  • github.com/aws/smithy-go: v1.20.3
    • Bug Fix: Fix encoding/cbor test overflow on x86.

Release (2024-03-29)

  • No change notes available for this release.

Release (2024-02-21)

Module Highlights

  • github.com/aws/smithy-go: v1.20.1
    • Bug Fix: Remove runtime dependency on go-cmp.

Release (2024-02-13)

Module Highlights

  • github.com/aws/smithy-go: v1.20.0
    • Feature: Add codegen definition for sigv4a trait.
    • Feature: Bump minimum Go version to 1.20 per our language support policy.

Release (2023-12-07)

Module Highlights

  • github.com/aws/smithy-go: v1.19.0
    • Feature: Support modeled request compression.

Release (2023-11-30)

  • No change notes available for this release.

Release (2023-11-29)

Module Highlights

  • github.com/aws/smithy-go: v1.18.0
    • Feature: Expose Options() method on generated service clients.

Release (2023-11-15)

Module Highlights

  • github.com/aws/smithy-go: v1.17.0
    • Feature: Support identity/auth components of client reference architecture.

Release (2023-10-31)

Module Highlights

  • github.com/aws/smithy-go: v1.16.0
    • Feature: LANG: Bump minimum go version to 1.19.

... (truncated)

Commits
  • 07bbd00 Release 2024-06-27 (#522)
  • dd523d1 Cast numbers in "uint oob" test error messages to avoid overflows (#514)
  • 18cc44b make godelegator extend writerdelegator<gowriter> and add writeAdditionalFile...
  • 5a2e64e add codegen support for string array and operation context params in endpoint...
  • 5ca24b4 add client opts extension point for waiters/paginators (#518)
  • e421cf2 Add context into endpoint param binding inputs (#498)
  • bced1e1 add 'sync/atomic' to the list of Go dependecies (#516)
  • 3f5ffbf add shape deserializer overrides (#512)
  • 7afc826 upgrade to smithy 1.49 (#511)
  • 86d581f fix: improve Go doc formatter (#510)
  • See full diff in compare view

Updates github.com/raito-io/cli from 0.65.2 to 0.66.0

Release notes

Sourced from github.com/raito-io/cli's releases.

v0.66.0

Changelog

  • cfdf8fa Bump docker/build-push-action from 5 to 6 in the combined group (#350)
  • 89115a9 Bump the combined group across 1 directory with 6 updates (#351)
  • bec8c19 Update usage data model to support global permissions (#352)

v0.65.6

Changelog

  • 04aa412 Upgrade goreleaser to v2 (#348)

v0.65.5-dev0

Changelog

  • b6cc071 Upgrade goreleaser to v2

v0.65.3

Changelog

  • e89f4d4 Fix/recover on panic during sync (#345)
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 combined group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.6.0` | `1.7.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage](https://github.com/Azure/azure-sdk-for-go) | `1.5.0` | `1.6.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/storage/azdatalake](https://github.com/Azure/azure-sdk-for-go) | `1.1.2` | `1.2.0` |
| [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.20.2` | `1.20.3` |
| [github.com/raito-io/cli](https://github.com/raito-io/cli) | `0.65.2` | `0.66.0` |



Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.6.0 to 1.7.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.6.0...sdk/azcore/v1.7.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage` from 1.5.0 to 1.6.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.5.0...sdk/azcore/v1.6.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/storage/azdatalake` from 1.1.2 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@sdk/azcore/v1.1.2...v1.2)

Updates `github.com/aws/smithy-go` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.20.2...v1.20.3)

Updates `github.com/raito-io/cli` from 0.65.2 to 0.66.0
- [Release notes](https://github.com/raito-io/cli/releases)
- [Changelog](https://github.com/raito-io/cli/blob/main/.goreleaser.yaml)
- [Commits](raito-io/cli@v0.65.2...v0.66.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: combined
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: combined
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/storage/azdatalake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: combined
- dependency-name: github.com/aws/smithy-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined
- dependency-name: github.com/raito-io/cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: combined
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2024

Dependabot tried to add @raito-io/back-end as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/raito-io/cli-plugin-azure/pulls/34/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the raito-io/cli-plugin-azure repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2024

The following labels could not be found: gomod.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot-go_modules-main-combined-28c7b65d31 branch July 22, 2024 09:16
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant