Azure / aks-app-routing-operator

Kubernetes operator that implements AKS Application Routing
https://learn.microsoft.com/en-us/azure/aks/app-routing
MIT License
29 stars 20 forks source link

Bump the go-deps group across 1 directory with 6 updates #224

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the go-deps group with 6 updates in the / directory:

Package From To
github.com/Azure/secrets-store-csi-driver-provider-azure 1.4.1 1.5.2
github.com/go-logr/logr 1.4.1 1.4.2
github.com/prometheus/client_golang 1.19.0 1.19.1
github.com/prometheus/common 0.51.0 0.54.0
github.com/stretchr/testify 1.8.4 1.9.0
go.uber.org/zap 1.26.0 1.27.0

Updates github.com/Azure/secrets-store-csi-driver-provider-azure from 1.4.1 to 1.5.2

Release notes

Sourced from github.com/Azure/secrets-store-csi-driver-provider-azure's releases.

v1.5.2 - 2024-04-18

Changelog

Bug Fixes 🐞

  • b4edd1b fix: Handles the case where the optional leaf SKI is missing (#1534)

Maintenance 🔧

  • e0a8f7d chore: bump golang.org/x/net from 0.17.0 to 0.24.0 (#1533)

Security Fix 🛡️

  • 9a28259 security: CVE-2024-24786: bump google.golang.org/protobuf to v1.33.0 (#1525)

v1.5.1 - 2024-01-19

Changelog

Maintenance 🔧

  • b61f3f4 chore: bump golang.org/x/crypto from 0.14.0 to 0.18.0 (#1424)

v1.5.0 - 2023-11-22

Changelog

Bug Fixes 🐞

  • ba81735 fix: updates template condition for Arc (#973)
  • 0d0675f fix: increase fluentd resource limits (#946)
  • 2b29471 fix: #948 arc missing system identity (#949)
  • 2eee8b7 fix: runs msi-adapter as privileged on openshift (#920)
  • 858b765 fix: use tenantID instead of tenantId in parameters (#898)
  • 98a796f fix: updates arc ext check (#893)
  • 21f8715 fix: Fixing chart version number in chart docs (#845)
  • 6cff99c fix: update versions installed in devcontainer (#835)

Code Refactoring 💎

  • 8a9e262 refactor: update msal-go-sdk and use NewCredFromAssertionCallback (#961)
  • 56289fa refactor: define provider interface and add mock provider for test (#947)
  • 92fa62e refactor: update validation and make it fail-fast (#917)
  • 82385a5 refactor: add functions to get parameters and add constants (#896)

Continuous Integration 💜

  • 85b6219 ci: fix az aks get-versions command failure (#1278)
  • 30f4760 ci: fix kubectl download url (#1178)
  • 96aa5fb ci: fix dependabot config (#1137)
  • fe509a9 ci: [StepSecurity] Apply security best practices (#1134)
  • af3d4bb ci: make semantic check title only
  • 43632c8 ci: enable tests with kubernetes v1.27 (#1126)
  • b62729a ci: switch to using mariner pool (#1127)
  • d9402ab ci: pin k8s-extension version to 1.3.5 (#1077)
  • 1da23ac ci: enable tests with kubernetes v1.26 (#1038)
  • 51a8347 ci: remove arc/e2e-test-aks tests from nightly run (#1023)
  • 477ef4a ci: remove kubernetes version 1.22 (EOL) (#1019)
  • 29b52ae ci: add codeql action (#971)
  • 7772b90 ci: pin aks-preview version to 0.5.87 (#954)
  • 3caf2dd ci: remove kubernetes version 1.21 (EOL) (#940)
  • 1e5b425 ci: add CODEOWNERS file (#911)

... (truncated)

Commits
  • 415feee release: update manifest and helm charts for v1.5.2 (#1538)
  • b4edd1b fix: Handles the case where the optional leaf SKI is missing (#1534)
  • e0a8f7d chore: bump golang.org/x/net from 0.17.0 to 0.24.0 (#1533)
  • 9a28259 security: CVE-2024-24786: bump google.golang.org/protobuf to v1.33.0 (#1525)
  • 8d7adb7 release: Automated cherry pick of #1425: release: update manifest and helm ch...
  • b61f3f4 chore: Automated cherry pick of #1410: chore: bump golang.org/x/crypto from 0...
  • 64bc43d release: Automated cherry pick of #1374: release: update manifest and helm ch...
  • ff3241a chore: updates amacoreagent for Arc (#1362)
  • b502857 chore: bump golang.org/x/net from 0.10.0 to 0.17.0 (#1332)
  • b2cf91c chore: bump github/codeql-action from 2.21.2 to 2.21.4 (#1282)
  • 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/prometheus/client_golang from 1.19.0 to 1.19.1

Release notes

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

v1.19.1

What's Changed

  • Security patches for golang.org/x/sys and google.golang.org/protobuf

New Contributors

Full Changelog: https://github.com/prometheus/client_golang/compare/v1.19.0...v1.19.1

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

Unreleased

Commits


Updates github.com/prometheus/common from 0.51.0 to 0.54.0

Release notes

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

v0.54.0

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.53.0...v0.54.0

v0.53.0

What's Changed

New Contributors

Full Changelog: https://github.com/prometheus/common/compare/v0.52.3...v0.53.0

v0.52.3

What's Changed

Full Changelog: https://github.com/prometheus/common/compare/v0.52.2...v0.52.3

v0.52.2

What's Changed

... (truncated)

Commits
  • 789222a Merge pull request #627 from freak12techno/add-time-template-helpers
  • b2fc541 Merge branch 'main' into add-time-template-helpers
  • 9f1953b chore: review fixes
  • 4f7cf6e Update helpers/templates/convert_to_float.go
  • b9d8f7c Update helpers/templates/humanize_duration.go
  • 80e630e Update helpers/templates/humamize_duration_test.go
  • 6846990 Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /sigv4 (#639)
  • f93a89e Bump github.com/aws/aws-sdk-go from 1.51.32 to 1.53.14 in /sigv4 (#638)
  • 3ddc148 Merge pull request #636 from prometheus/repo_sync
  • 2b9d805 Update common Prometheus files
  • Additional commits viewable in compare view


Updates github.com/stretchr/testify from 1.8.4 to 1.9.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.9.0

What's Changed

... (truncated)

Commits
  • bb548d0 Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...
  • 814075f build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2
  • e045612 Merge pull request #1339 from bogdandrutu/uintptr
  • 5b6926d Merge pull request #1385 from hslatman/not-implements
  • 9f97d67 Merge pull request #1550 from stretchr/release-notes
  • bcb0d3f Include the auto-release notes in releases
  • fb770f8 Merge pull request #1247 from ccoVeille/typos
  • 85d8bb6 fix typos in comments, tests and github templates
  • e2741fa Merge pull request #1548 from arjunmahishi/msgAndArgs
  • 6e59f20 http_assertions: assert that the msgAndArgs actually works in tests
  • Additional commits viewable in compare view


Updates go.uber.org/zap from 1.26.0 to 1.27.0

Release notes

Sourced from go.uber.org/zap's releases.

v1.27.0

Enhancements:

  • #1378[]: Add WithLazy method for SugaredLogger.
  • #1399[]: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility than NewLogger.
  • #1406[]: Add Log, Logw, Logln methods for SugaredLogger.
  • #1416[]: Add WithPanicHook option for testing panic logs.

Thanks to @​defval, @​dimmo, @​arxeiss, and @​MKrupauskas for their contributions to this release.

#1378: uber-go/zap#1378 #1399: uber-go/zap#1399 #1406: uber-go/zap#1406 #1416: uber-go/zap#1416

Changelog

Sourced from go.uber.org/zap's changelog.

1.27.0 (20 Feb 2024)

Enhancements:

  • #1378[]: Add WithLazy method for SugaredLogger.
  • #1399[]: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility than NewLogger.
  • #1406[]: Add Log, Logw, Logln methods for SugaredLogger.
  • #1416[]: Add WithPanicHook option for testing panic logs.

Thanks to @​defval, @​dimmo, @​arxeiss, and @​MKrupauskas for their contributions to this release.

#1378: uber-go/zap#1378 #1399: uber-go/zap#1399 #1406: uber-go/zap#1406 #1416: uber-go/zap#1416

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
coveralls commented 3 weeks ago

Pull Request Test Coverage Report for Build 9466548124

Details


Totals Coverage Status
Change from base Build 9466517323: 0.0%
Covered Lines: 3001
Relevant Lines: 3793

💛 - Coveralls
dependabot[bot] commented 3 weeks ago

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