gardener / gardener-extension-provider-azure

Gardener extension controller for the Azure cloud provider (https://azure.microsoft.com).
https://gardener.cloud
Apache License 2.0
9 stars 77 forks source link

Bump the all-dependencies group across 1 directory with 19 updates #895

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 month ago

Bumps the all-dependencies group with 13 updates in the / directory:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.11.1 1.12.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 5.6.0 5.7.0
github.com/Azure/go-autorest/autorest/adal 0.9.23 0.9.24
github.com/Azure/go-autorest/autorest/azure/auth 0.5.12 0.5.13
github.com/go-logr/logr 1.4.1 1.4.2
github.com/onsi/ginkgo/v2 2.17.1 2.19.0
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring 0.73.2 0.74.0
github.com/spf13/cobra 1.8.0 1.8.1
golang.org/x/tools 0.21.1-0.20240508182429-e35e4ccd0d2d 0.22.0
k8s.io/autoscaler/vertical-pod-autoscaler 1.1.1 1.1.2
k8s.io/kubelet 0.29.4 0.30.2
sigs.k8s.io/controller-runtime 0.17.5 0.18.4
sigs.k8s.io/controller-tools 0.14.0 0.15.0

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.11.1 to 1.12.0

Release notes

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

sdk/azcore/v1.12.0

1.12.0 (2024-06-06)

Features Added

  • Added field StatusCodes to runtime.FetcherForNextLinkOptions allowing for additional HTTP status codes indicating success.
  • Added func NewUUID to the runtime package for generating UUIDs.

Bugs Fixed

  • Fixed an issue that prevented pollers using the Operation-Location strategy from unmarshaling the final result in some cases.

Other Changes

  • Updated dependencies.
Commits


Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 from 5.6.0 to 5.7.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5's releases.

sdk/resourcemanager/compute/armcompute/v5.7.0

5.7.0 (2024-04-26)

Features Added

  • New value DiffDiskPlacementNvmeDisk added to enum type DiffDiskPlacement
  • New value DiskCreateOptionTypesCopy, DiskCreateOptionTypesRestore added to enum type DiskCreateOptionTypes
  • New enum type ResourceIDOptionsForGetCapacityReservationGroups with values ResourceIDOptionsForGetCapacityReservationGroupsAll, ResourceIDOptionsForGetCapacityReservationGroupsCreatedInSubscription, ResourceIDOptionsForGetCapacityReservationGroupsSharedWithSubscription
  • New struct EventGridAndResourceGraph
  • New struct ScheduledEventsAdditionalPublishingTargets
  • New struct ScheduledEventsPolicy
  • New struct UserInitiatedReboot
  • New struct UserInitiatedRedeploy
  • New field ResourceIDsOnly in struct CapacityReservationGroupsClientListBySubscriptionOptions
  • New field SourceResource in struct DataDisk
  • New field Caching, DeleteOption, DiskEncryptionSet, WriteAcceleratorEnabled in struct DataDisksToAttach
  • New field ScheduledEventsPolicy in struct VirtualMachineProperties
  • New field ScheduledEventsPolicy in struct VirtualMachineScaleSetProperties
  • New field ForceUpdateOSDiskForEphemeral in struct VirtualMachineScaleSetReimageParameters
  • New field DiffDiskSettings in struct VirtualMachineScaleSetUpdateOSDisk
  • New field ForceUpdateOSDiskForEphemeral in struct VirtualMachineScaleSetVMReimageParameters
Commits
  • 2c1269d [Release] sdk/resourcemanager/compute/armcompute/5.7.0 (#22694)
  • 3c0b56d [Release] sdk/resourcemanager/selfhelp/armselfhelp/2.0.0-beta.4 (#22731)
  • 7206b50 [Release] sdk/resourcemanager/confidentialledger/armconfidentialledger/1.3.0-...
  • abe3252 [Release] sdk/resourcemanager/quota/armquota/1.1.0-beta.1 (#22740)
  • a53db58 [Release] sdk/resourcemanager/support/armsupport/1.3.0 (#22741)
  • a3b5f2f [Monitor Ingestion] update README (#22768)
  • 5cfcd07 Sync .github/workflows directory with azure-sdk-tools for PR 8131 (#22766)
  • c24ccb1 Increment package version after release of monitor/ingestion/azlogs (#22764)
  • 931bb09 Fix Policheck step indention (#22765)
  • 230f1e4 Deprecate go-vcr based test recording API (#22759)
  • Additional commits viewable in compare view


Updates github.com/Azure/go-autorest/autorest/adal from 0.9.23 to 0.9.24

Release notes

Sourced from github.com/Azure/go-autorest/autorest/adal's releases.

autorest/adal/v0.9.24

Deprecate the adal module.

Commits
  • f7ea664 Mark the adal module as deprecated (#731)
  • 4c0e21c Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/cli (#730)
  • e2786c1 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/auth (#729)
  • 4956109 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest (#728)
  • 4210247 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/adal (#727)
  • df94ce5 Stop retriable request from adding a non-nil Body (#726)
  • d3f8f8a chore: should use xx.String() instead of string(xx.Bytes()) (#725)
  • be633f7 io/ioutil deprecated (#724)
  • c2958ac Remove undefined behavior during return (#723)
  • See full diff in compare view


Updates github.com/Azure/go-autorest/autorest/azure/auth from 0.5.12 to 0.5.13

Release notes

Sourced from github.com/Azure/go-autorest/autorest/azure/auth's releases.

autorest/azure/auth/v0.5.13

Deprecate the auth module.

Commits
  • f7ea664 Mark the adal module as deprecated (#731)
  • 4c0e21c Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/cli (#730)
  • e2786c1 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/auth (#729)
  • 4956109 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest (#728)
  • 4210247 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/adal (#727)
  • df94ce5 Stop retriable request from adding a non-nil Body (#726)
  • d3f8f8a chore: should use xx.String() instead of string(xx.Bytes()) (#725)
  • be633f7 io/ioutil deprecated (#724)
  • c2958ac Remove undefined behavior during return (#723)
  • 553a90a fix: enable update jwt via callback for workloadidentity (#719)
  • Additional commits viewable in compare view


Updates github.com/go-logr/logr from 1.4.1 to 1.4.2

Release notes

Sourced from github.com/go-logr/logr's releases.

v1.4.2

What's Changed

Dependencies:

Full Changelog: https://github.com/go-logr/logr/compare/v1.4.1...v1.4.2

Commits
  • 1205f42 Merge pull request #295 from go-logr/dependabot/github_actions/actions/checko...
  • ccedcbd Merge pull request #294 from go-logr/dependabot/github_actions/github/codeql-...
  • bead577 build(deps): bump actions/checkout from 4.1.5 to 4.1.6
  • a492d95 build(deps): bump github/codeql-action from 3.25.4 to 3.25.5
  • 19ad07c build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3
  • 1c97a21 build(deps): bump actions/checkout from 4.1.4 to 4.1.5
  • f70c5b5 build(deps): bump github/codeql-action from 3.25.3 to 3.25.4
  • 4ade8d3 build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1
  • 88d98bd Merge pull request #289 from go-logr/dependabot/github_actions/golangci/golan...
  • 432cd86 Merge pull request #288 from go-logr/dependabot/github_actions/actions/setup-...
  • Additional commits viewable in compare view


Updates github.com/onsi/ginkgo/v2 from 2.17.1 to 2.19.0

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.19.0

2.19.0

Features

Label Sets allow for more expressive and flexible label filtering.

v2.18.0

2.18.0

Features

  • Add --slience-skips and --force-newlines [f010b65]
  • fail when no tests were run and --fail-on-empty was set [d80eebe]

Fixes

  • Fix table entry context edge case [42013d6]

Maintenance

  • Bump golang.org/x/tools from 0.20.0 to 0.21.0 (#1406) [fcf1fd7]
  • Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#1399) [8bb14fd]
  • Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1407) [04bfad7]

v2.17.3

2.17.3

Fixes

ginkgo watch now ignores hidden files [bde6e00]

v2.17.2

2.17.2

Fixes

  • fix: close files [32259c8]
  • fix github output log level for skipped specs [780e7a3]

Maintenance

  • Bump github.com/google/pprof [d91fe4e]
  • Bump github.com/go-task/slim-sprig to v3 [8cb662e]
  • Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1391) [3134422]
  • Bump github-pages from 230 to 231 in /docs (#1384) [eca81b4]
  • Bump golang.org/x/tools from 0.19.0 to 0.20.0 (#1383) [760def8]
  • Bump golang.org/x/net from 0.23.0 to 0.24.0 (#1381) [4ce33f4]
  • Fix test for gomega version bump [f2fcd97]
  • Bump github.com/onsi/gomega from 1.30.0 to 1.33.0 (#1390) [fd622d2]
  • Bump golang.org/x/tools from 0.17.0 to 0.19.0 (#1368) [5474a26]
  • Bump github-pages from 229 to 230 in /docs (#1359) [e6d1170]
  • Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 (#1374) [7f447b2]
  • Bump golang.org/x/net from 0.20.0 to 0.23.0 (#1380) [f15239a]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.19.0

Features

Label Sets allow for more expressive and flexible label filtering.

2.18.0

Features

  • Add --slience-skips and --force-newlines [f010b65]
  • fail when no tests were run and --fail-on-empty was set [d80eebe]

Fixes

  • Fix table entry context edge case [42013d6]

Maintenance

  • Bump golang.org/x/tools from 0.20.0 to 0.21.0 (#1406) [fcf1fd7]
  • Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#1399) [8bb14fd]
  • Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1407) [04bfad7]

2.17.3

Fixes

ginkgo watch now ignores hidden files [bde6e00]

2.17.2

Fixes

  • fix: close files [32259c8]
  • fix github output log level for skipped specs [780e7a3]

Maintenance

  • Bump github.com/google/pprof [d91fe4e]
  • Bump github.com/go-task/slim-sprig to v3 [8cb662e]
  • Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1391) [3134422]
  • Bump github-pages from 230 to 231 in /docs (#1384) [eca81b4]
  • Bump golang.org/x/tools from 0.19.0 to 0.20.0 (#1383) [760def8]
  • Bump golang.org/x/net from 0.23.0 to 0.24.0 (#1381) [4ce33f4]
  • Fix test for gomega version bump [f2fcd97]
  • Bump github.com/onsi/gomega from 1.30.0 to 1.33.0 (#1390) [fd622d2]
  • Bump golang.org/x/tools from 0.17.0 to 0.19.0 (#1368) [5474a26]
  • Bump github-pages from 229 to 230 in /docs (#1359) [e6d1170]
  • Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 (#1374) [7f447b2]
  • Bump golang.org/x/net from 0.20.0 to 0.23.0 (#1380) [f15239a]
Commits
  • 28fb5d6 v2.19.0
  • e31f03a fix another typo
  • 966a28c Fix typos in label sets docs
  • cd231fd Label sets allow for more expressive label filtering
  • eb27ca8 v2.18.0
  • f010b65 Add --slience-skips and --force-newlines
  • 42013d6 Fix table entry context edge case
  • 9e234ea always rebuild and run ginkgo in makefile
  • 5ce8355 add --fail-on-empty to recommended CI flags in docs
  • 3ffbf8b add makefile
  • Additional commits viewable in compare view


Updates github.com/onsi/gomega from 1.33.0 to 1.33.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.33.1

1.33.1

Fixes

  • fix confusing eventually docs [3a66379]

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.33.1

Fixes

  • fix confusing eventually docs [3a66379]

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a]
Commits


Updates github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.73.2 to 0.74.0

Release notes

Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's releases.

0.74.0 / 2024-05-17

  • [CHANGE/BUGFIX] Change the proxyConnectHeader field of the proxy configuration in the ScrapeConfig CRD from a map of strings to a map of string slices. #6541
  • [CHANGE] Automatically set the GOMAXPROCS variable according to the CPU limits of the process cgroup. #6576
  • [FEATURE] Add support for the Nomad Service Discovery to the ScrapeConfig CRD. #6485
  • [FEATURE] Add relabelings field for Alertmanager's endpoints in the Prometheus CRD. #6467
  • [FEATURE] Add alertRelabelings field for the Alertmanager's endpoints in the Prometheus CRD. #6450
  • [FEATURE] Add support for the Azure SDK authentication to the Azure Service Discovery in the ScrapeConfig CRD. #6595
  • [FEATURE] Add support for the Azure SDK authentication to the remote-write configuration in the Prometheus and PrometheusAgent CRDs. #6596
  • [ENHANCEMENT] Add Go runtime scheduler metrics to the operator. #6563
  • [ENHANCEMENT] Add go_sync_mutex_wait_total_seconds_total metric to the operator. #6581
  • [BUGFIX] Allow templated strings for the responder's type in OpsGenie configuration. #6378
  • [BUGFIX] Fix nil pointer panic in the AlertmanagerConfig Webex receiver. #6582
  • [BUGFIX] Apply TLS scrape class settings to all PodMonitor, Probe and ScrapeConfig objects. #6573
Changelog

Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's changelog.

0.74.0 / 2024-05-17

  • [CHANGE/BUGFIX] Change the proxyConnectHeader field of the proxy configuration in the ScrapeConfig CRD from a map of strings to a map of string slices. #6541
  • [CHANGE] Automatically set the GOMAXPROCS variable according to the CPU limits of the process cgroup. #6576
  • [FEATURE] Add support for the Nomad Service Discovery to the ScrapeConfig CRD. #6485
  • [FEATURE] Add relabelings field for Alertmanager's endpoints in the Prometheus CRD. #6467
  • [FEATURE] Add alertRelabelings field for the Alertmanager's endpoints in the Prometheus CRD. #6450
  • [FEATURE] Add support for the Azure SDK authentication to the Azure Service Discovery in the ScrapeConfig CRD. #6595
  • [FEATURE] Add support for the Azure SDK authentication to the remote-write configuration in the Prometheus and PrometheusAgent CRDs. #6596
  • [ENHANCEMENT] Add Go runtime scheduler metrics to the operator. #6563
  • [ENHANCEMENT] Add go_sync_mutex_wait_total_seconds_total metric to the operator. #6581
  • [BUGFIX] Allow templated strings for the responder's type in OpsGenie configuration. #6378
  • [BUGFIX] Fix nil pointer panic in the AlertmanagerConfig Webex receiver. #6582
  • [BUGFIX] Apply TLS scrape class settings to all PodMonitor, Probe and ScrapeConfig objects. #6573
Commits
  • cd506c4 Merge pull request #6602 from simonpasquier/cut-0.74.0
  • ef34de2 chore: cut v0.74.0
  • 35340a6 [WIP] Feat: Add alert_relabel_configs to the Prometheus and PrometheusAgent...
  • 49472c7 Merge pull request #6491 from prometheus-operator/feature-flags
  • 282afa4 Merge pull request #6596 from slashpai/azure-sdk-rw
  • 6b1caac Add structure for feature flags
  • a7f0d26 Update promcfg.go
  • 3bea446 feat: support SDK auth in AzureAD RemoteWrite
  • f4b82d7 Merge pull request #6595 from slashpai/azure-sd
  • d24ff5b feat: support SDK auth in AzureSD
  • Additional commits viewable in compare view


Updates github.com/spf13/cobra from 1.8.0 to 1.8.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.8.1

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

... (truncated)

Commits


Updates golang.org/x/tools from 0.21.1-0.20240508182429-e35e4ccd0d2d to 0.22.0

Commits


Updates k8s.io/api from 0.29.4 to 0.29.5

Commits


Updates k8s.io/apiextensions-apiserver from 0.29.4 to 0.29.5

Commits


Updates k8s.io/apimachinery from 0.29.4 to 0.29.5

Commits


Updates k8s.io/autoscaler/vertical-pod-autoscaler from 1.1.1 to 1.1.2

Release notes

Sourced from k8s.io/autoscaler/vertical-pod-autoscaler's releases.

vertical-pod-autoscaler-1.1.2

What's Changed

Full Changelog: https://github.com/kubernetes/autoscaler/compare/vertical-pod-autoscaler-1.1.1...vertical-pod-autoscaler-1.1.2

Commits
  • e821036 Bump CA version to 1.1.2
  • d5e094d Merge pull request #693 from MaciekPytel/cherrypick_gpuexpander_1.1
  • 930c210 Delay scale-up including GPU request
  • 37ff773 Skip iteration if pending pods are too new
  • 4e7f3a7 Ignore unfitness in price expander if using GPU
  • d559af3 Merge pull request #664 from aleksandra-malinowska/cherry-pick-update-dockerf...
  • c8dd214 Add installing libseccomp-devel to builder
  • 9fbe337 Merge pull request #654 from aleksandra-malinowska/cherry-pick-update-dockerf...
  • 3540efc Use Debian image
  • See full diff in compare view


Updates k8s.io/code-generator from 0.29.4 to 0.29.5

Commits


Updates k8s.io/component-base from 0.29.4 to 0.29.5

Commits


Updates k8s.io/kubelet from 0.29.4 to 0.30.2

Commits
  • 27f7e47 Update dependencies to v0.30.2 tag
  • 993e56f Merge remote-tracking branch 'origin/master' into release-1.30
  • 47b1534 Update x/net for CVE-2023-45288
  • cb37e84 dra api: NodeResourceModel -> ResourceModel
  • d555812 Merge pull request #123516 from pohly/dra-structured-parameters
  • 65ef77b dra kubelet: publish NodeResourceSlices
  • 93ffcc7 kubelet: support structured parameters for preparing resources
  • 1196e07 Merge pull request #123758 from liggitt/protobump
  • 64f86db Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0
  • f07662b Merge pull request #122745 from kannon92/swap-no-swap-default
  • Additional commits viewable in compare view


Updates sigs.k8s.io/controller-runtime from 0.17.5 to 0.18.4

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.18.4

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.3...v0.18.4

v0.18.3

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.2...v0.18.3

v0.18.2

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.1...v0.18.2

v0.18.1

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.0...v0.18.1

v0.18.0

:warning: Breaking Changes

  • Bump to k8s.io/* v1.30 (#2693 #2754 #2765 #2776 #2786)
  • Remove deprecated v1alpha1.ControllerManagerConfiguration (#2648)
  • admission.Decoder is now an interface (#2736)
  • Source, Event, Predicate, Handler: Add generics support (#2783 #2796)
  • client: Fix SubResourceCreateOptions signature in subresource client (#2766)

:sparkles: New Features

  • cache: Add TransformStripManagedFields transform func (#2791)
  • client: Add client.WithFieldOwner to configure client-wide FieldManager (#2771 #2777)
  • controller: Add NewQueue option (#2767)
  • manager: Export HTTP server runnable implementation (#2473)
  • metrics/server: Add ListenConfig option (#2519)

:bug: Bug Fixes

  • builder/webhook: Return error if For() is used multiple times (#2740)

... (truncated)

Commits
  • 12cc8d5 Merge pull request
    gardener-robot commented 1 month ago

    @dependabot[bot] Thank you for your contribution.

gardener-robot-ci-2 commented 1 month ago

Thank you @dependabot[bot] for your contribution. Before I can start building your PR, a member of the organization must set the required label(s) {'reviewed/ok-to-test'}. Once started, you can check the build status in the PR checks section below.

gardener-robot commented 3 weeks ago

@dependabot[bot] You need rebase this pull request with latest master branch. Please check.

dependabot[bot] commented 3 weeks ago

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