Azure / draft

A day 0 tool for getting your app on k8s fast
MIT License
492 stars 58 forks source link

Bump the go-deps group with 6 updates #313

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the go-deps group with 6 updates:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.11.1 1.12.0
github.com/fatih/color 1.16.0 1.17.0
github.com/hashicorp/go-version 1.6.0 1.7.0
github.com/instrumenta/kubeval 0.16.0 0.16.1
github.com/open-policy-agent/gatekeeper/v3 3.16.0 3.16.3
golang.org/x/mod 0.17.0 0.18.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/fatih/color from 1.16.0 to 1.17.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.17.0

What's Changed

New Contributors

Full Changelog: https://github.com/fatih/color/compare/v1.16.0...v1.17.0

Commits
  • b6598b1 Merge pull request #228 from klauspost/fix-println-issue-218
  • 00b1811 Fix multi-parameter println spacing
  • 04994a8 Merge pull request #224 from fatih/dependabot/go_modules/golang.org/x/sys-0.18.0
  • 7526cad Merge branch 'main' into dependabot/go_modules/golang.org/x/sys-0.18.0
  • 8d058ca Merge pull request #222 from fatih/ci-updates
  • 2ac809f Bump golang.org/x/sys from 0.17.0 to 0.18.0
  • 51a7bbf ci: update Go and Staticcheck versions
  • 799c49c Merge pull request #217 from fatih/dependabot/github_actions/actions/setup-go-5
  • f8e0ec9 Merge branch 'main' into dependabot/github_actions/actions/setup-go-5
  • 298abd8 Merge pull request #221 from fatih/dependabot/go_modules/golang.org/x/sys-0.17.0
  • Additional commits viewable in compare view


Updates github.com/hashicorp/go-version from 1.6.0 to 1.7.0

Release notes

Sourced from github.com/hashicorp/go-version's releases.

v1.7.0

ENHANCEMENTS:

  • Remove reflect dependency (#91)
  • Implement the database/sql.Scanner and database/sql/driver.Value interfaces for Version (#133)

INTERNAL:

  • [COMPLIANCE] Add Copyright and License Headers (#115)
  • [COMPLIANCE] Update MPL-2.0 LICENSE (#105)
  • Bump actions/cache from 3.0.11 to 3.2.5 (#116)
  • Bump actions/checkout from 3.2.0 to 3.3.0 (#111)
  • Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#112)
  • GHA Migration (#103)
  • github: Pin external GitHub Actions to hashes (#107)
  • SEC-090: Automated trusted workflow pinning (2023-04-05) (#124)
  • update readme (#104)
Changelog

Sourced from github.com/hashicorp/go-version's changelog.

1.7.0 (May 24, 2024)

ENHANCEMENTS:

  • Remove reflect dependency (#91)
  • Implement the database/sql.Scanner and database/sql/driver.Value interfaces for Version (#133)

INTERNAL:

  • [COMPLIANCE] Add Copyright and License Headers (#115)
  • [COMPLIANCE] Update MPL-2.0 LICENSE (#105)
  • Bump actions/cache from 3.0.11 to 3.2.5 (#116)
  • Bump actions/checkout from 3.2.0 to 3.3.0 (#111)
  • Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#112)
  • GHA Migration (#103)
  • github: Pin external GitHub Actions to hashes (#107)
  • SEC-090: Automated trusted workflow pinning (2023-04-05) (#124)
  • update readme (#104)
Commits
  • fcaa532 Update CHANGELOG.md
  • b85381a Update CHANGELOG.md
  • d55f214 Implement the Scan and driver.Value SQL interfaces (#133)
  • e04a866 remove reflection dependency (#91)
  • 94bab9e [COMPLIANCE] Add Copyright and License Headers (#115)
  • 73ddc63 github: Change Dependabot to only manage HashiCorp-owned Actions
  • bf1144e SEC-090: Automated trusted workflow pinning (2023-04-05) (#124)
  • 644291d Bump actions/cache from 3.0.11 to 3.2.5 (#116)
  • 8f6487b Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#112)
  • 7f856b8 Bump actions/checkout from 3.2.0 to 3.3.0 (#111)
  • Additional commits viewable in compare view


Updates github.com/instrumenta/kubeval from 0.16.0 to 0.16.1

Release notes

Sourced from github.com/instrumenta/kubeval's releases.

v0.16.1

Changelog

f99f107 Bump github.com/fatih/color from 1.7.0 to 1.10.0 4db14a9 Bump github.com/spf13/viper from 1.1.0 to 1.7.1 beb16e7 Bump github.com/stretchr/testify from 1.3.0 to 1.7.0 ad7acba Bump pyyaml from 5.1 to 5.4 efc1437 Bump sigs.k8s.io/yaml from 1.1.0 to 1.2.0 09254d0 Merge pull request #275 from instrumenta/dependabot/pip/pyyaml-5.4 114577d Merge pull request #278 from instrumenta/dependabot/go_modules/github.com/spf13/viper-1.7.1 0892549 Merge pull request #279 from instrumenta/dependabot/go_modules/github.com/stretchr/testify-1.7.0 0bd1898 Merge pull request #280 from instrumenta/dependabot/go_modules/github.com/fatih/color-1.10.0 5ef5138 Merge pull request #281 from instrumenta/dependabot/go_modules/sigs.k8s.io/yaml-1.2.0 386640a Merge pull request #282 from instrumenta/golang-1.15 c63749c Merge pull request #283 from instrumenta/issue-246 6eebd38 Merge pull request #284 from carlossg/issue-251 e6f75a2 Merge pull request #285 from carlossg/test fc15a99 chore: add dependabot config 5da28d9 chore: bump golang to 1.15 f5dba6b chore: gorelease to upstream repo 0dfbdd9 fix: List combined with other manifests 026c0d6 fix: do not fail on empty lists

Commits
  • f5dba6b chore: gorelease to upstream repo
  • e6f75a2 Merge pull request #285 from carlossg/test
  • 6eebd38 Merge pull request #284 from carlossg/issue-251
  • bb717a4 test: sync test fixtures file list
  • 0dfbdd9 fix: List combined with other manifests
  • c63749c Merge pull request #283 from instrumenta/issue-246
  • 258f4a4 docs: running acceptance tests directly
  • 026c0d6 fix: do not fail on empty lists
  • 0892549 Merge pull request #279 from instrumenta/dependabot/go_modules/github.com/str...
  • beb16e7 Bump github.com/stretchr/testify from 1.3.0 to 1.7.0
  • Additional commits viewable in compare view


Updates github.com/open-policy-agent/gatekeeper/v3 from 3.16.0 to 3.16.3

Release notes

Sourced from github.com/open-policy-agent/gatekeeper/v3's releases.

v3.16.3

Chores

v3.16.2

⚠️ Tag v3.16.1 has been erroneously published for a wrong commit and it has been deleted to avoid any confusion. Please make sure to use v3.16.2 release instead.

Chores

Commits


Updates golang.org/x/mod from 0.17.0 to 0.18.0

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
dependabot[bot] commented 2 weeks ago

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