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 all group across 1 directory with 9 updates #1779

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 5 updates in the /acceptance directory:

Package From To
github.com/enterprise-contract/enterprise-contract-controller/api 0.1.48 0.1.50
github.com/gkampitakis/go-snaps 0.5.4 0.5.5
github.com/google/go-containerregistry 0.19.2 0.20.1
github.com/testcontainers/testcontainers-go 0.31.0 0.32.0
sigs.k8s.io/kustomize/api 0.17.2 0.17.3

Updates github.com/enterprise-contract/enterprise-contract-controller/api from 0.1.48 to 0.1.50

Release notes

Sourced from github.com/enterprise-contract/enterprise-contract-controller/api's releases.

API Release api/v0.1.50

What's Changed

Full Changelog: enterprise-contract/enterprise-contract-controller@api/v0.1.49...api/v0.1.50

API Release api/v0.1.49

What's Changed

Full Changelog: enterprise-contract/enterprise-contract-controller@api/v0.1.48...api/v0.1.49

Commits
  • c4e5c05 Merge pull request #369 from enterprise-contract/dependabot/github_actions/so...
  • a96b8d8 Merge pull request #368 from enterprise-contract/dependabot/github_actions/st...
  • c7f9eee Merge pull request #367 from enterprise-contract/dependabot/github_actions/gi...
  • 5ed0b88 Merge pull request #363 from enterprise-contract/dependabot/go_modules/api/k8...
  • 988f770 Bump k8s.io/apiextensions-apiserver from 0.29.6 to 0.29.7 in /api
  • aeff6c0 Bump softprops/action-gh-release from 2.0.6 to 2.0.8
  • c45b339 Bump step-security/harden-runner from 2.8.1 to 2.9.0
  • d9430ab Bump github/codeql-action from 3.25.12 to 3.25.13
  • 8a7c6e7 Merge pull request #362 from enterprise-contract/dependabot/github_actions/gi...
  • d89d6f5 Bump github/codeql-action from 3.25.11 to 3.25.12
  • Additional commits viewable in compare view

Updates github.com/gkampitakis/go-snaps from 0.5.4 to 0.5.5

Commits

Updates github.com/google/go-containerregistry from 0.19.2 to 0.20.1

Release notes

Sourced from github.com/google/go-containerregistry's releases.

v0.20.1

What's Changed

Full Changelog: google/go-containerregistry@v0.20.0...v0.20.1

v0.20.0

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.19.2...v0.20.0

Commits

Updates github.com/testcontainers/testcontainers-go from 0.31.0 to 0.32.0

Release notes

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

v0.32.0

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

... (truncated)

Commits
  • 5fb8f5c chore: use new version (v0.32.0) in modules and examples
  • 80e57e1 feat: honour go toolchain's verbose flag to print out logs (#2624)
  • 306f185 Fix issues in BuildImage() (#2626)
  • 3f73722 docs: indicate version for the Run function (#2627)
  • ee9a148 chore: remove duplicated tests for config (#2628)
  • 9cd7bcb Log retried errors (#2613)
  • d60fc7c fix: do not use deprecated method in postgres tests (#2623)
  • 8e4728b feat: prepare modules for the new API (#2610)
  • a32fe92 chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.1 (#2617)
  • 5576778 chore(deps): bump peter-evans/slash-command-dispatch from 3.0.2 to 4.0.0 (#2561)
  • Additional commits viewable in compare view

Updates k8s.io/api from 0.29.6 to 0.29.7

Commits

Updates k8s.io/apimachinery from 0.29.6 to 0.29.7

Commits

Updates k8s.io/client-go from 0.29.6 to 0.29.7

Commits

Updates sigs.k8s.io/kustomize/api from 0.17.2 to 0.17.3

Release notes

Sourced from sigs.k8s.io/kustomize/api's releases.

api/v0.17.3

chore

#5506: fix some comments #5693: fix: always show accumulation errors #5699: chore: add deprecation comment to commonLabels #5698: fix(namereference): add configuration for new admission API

Dependencies

#5734: Update kyaml to v0.17.2

Commits
  • ddeb572 Merge pull request #5735 from koba1t/pinToCmdConfig
  • 36d78f6 Update cmd/config to v0.14.2
  • 4e52632 Merge pull request #5734 from koba1t/pinToKyaml
  • 8eacab0 Update kyaml to v0.17.2
  • 1a41303 Merge pull request #5628 from antoooks/release-helper-script
  • 7cbaf78 fix:kustomize cfg grep with no arguments causes panic (#5707)
  • 735ad0b Merge pull request #5682 from kozjan/add-label-include-templates
  • c1de030 Merge pull request #5413 from crenshaw-dev/patch-1
  • 5cfd3ab Merge pull request #5725 from kubernetes-sigs/dependabot/go_modules/hack/gola...
  • dfb3064 build(deps): bump golang.org/x/image from 0.13.0 to 0.18.0 in /hack
  • Additional commits viewable in compare view

Updates sigs.k8s.io/kustomize/kyaml from 0.17.1 to 0.17.2

Release notes

Sourced from sigs.k8s.io/kustomize/kyaml's releases.

api/v0.17.2

Feature

#5294: feat: localize absolute paths #5556: feat: support labels key in transformer configuration

Bug fixes/Performance improvements

#5079: perf: improve applyOrdering by avoid call to GetByCurrentId #5500: add testcase that check yield malformed yaml errors

chore

#5625: fix: return error instead of log.Fatalf() #5651: fix: use fmt.Errorf instead of non-existing errors.New

Dependencies

#5672: chore(deps): bump dependencies of kustomize + sync go workspace #5680: chore: restore version for github.com/asaskevich/govalidator #5702: Update kyaml to v0.17.1

kyaml/v0.17.2

chore

#5413: chore(docs): fix grammar error in comment #5506: fix some comments

Commits
  • 9cc25a5 Merge pull request #5703 from koba1t/pinToCmdConfig
  • f6ad718 Update cmd/config to v0.14.1
  • da14e76 Merge pull request #5702 from koba1t/pinToKyaml
  • 7424956 Update kyaml to v0.17.1
  • e244b83 Merge pull request #5688 from emirot/refactor/indexOf
  • f983846 refactor: function in stdlib now
  • 49a645f Merge pull request #5294 from typeid/localize_absolute_paths
  • e7a1549 fix: use fmt.Errorf instead of non-existing errors.New (#5651)
  • 0d7d830 Merge pull request #5681 from emirot/remove-string-in-slice
  • e676d05 Merge pull request #5500 from charles-chenzz/kust-target-tc
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
k8s.io/api [>= 0.30.a, < 0.31]
k8s.io/client-go [>= 0.30.a, < 0.31]
k8s.io/apimachinery [>= 0.30.a, < 0.31]

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 all group with 5 updates in the /acceptance directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/enterprise-contract/enterprise-contract-controller/api](https://github.com/enterprise-contract/enterprise-contract-controller) | `0.1.48` | `0.1.50` |
| [github.com/gkampitakis/go-snaps](https://github.com/gkampitakis/go-snaps) | `0.5.4` | `0.5.5` |
| [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.19.2` | `0.20.1` |
| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.31.0` | `0.32.0` |
| [sigs.k8s.io/kustomize/api](https://github.com/kubernetes-sigs/kustomize) | `0.17.2` | `0.17.3` |



Updates `github.com/enterprise-contract/enterprise-contract-controller/api` from 0.1.48 to 0.1.50
- [Release notes](https://github.com/enterprise-contract/enterprise-contract-controller/releases)
- [Commits](enterprise-contract/enterprise-contract-controller@api/v0.1.48...api/v0.1.50)

Updates `github.com/gkampitakis/go-snaps` from 0.5.4 to 0.5.5
- [Release notes](https://github.com/gkampitakis/go-snaps/releases)
- [Commits](gkampitakis/go-snaps@v0.5.4...v0.5.5)

Updates `github.com/google/go-containerregistry` from 0.19.2 to 0.20.1
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](google/go-containerregistry@v0.19.2...v0.20.1)

Updates `github.com/testcontainers/testcontainers-go` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.31.0...v0.32.0)

Updates `k8s.io/api` from 0.29.6 to 0.29.7
- [Commits](kubernetes/api@v0.29.6...v0.29.7)

Updates `k8s.io/apimachinery` from 0.29.6 to 0.29.7
- [Commits](kubernetes/apimachinery@v0.29.6...v0.29.7)

Updates `k8s.io/client-go` from 0.29.6 to 0.29.7
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.29.6...v0.29.7)

Updates `sigs.k8s.io/kustomize/api` from 0.17.2 to 0.17.3
- [Release notes](https://github.com/kubernetes-sigs/kustomize/releases)
- [Commits](kubernetes-sigs/kustomize@api/v0.17.2...api/v0.17.3)

Updates `sigs.k8s.io/kustomize/kyaml` from 0.17.1 to 0.17.2
- [Release notes](https://github.com/kubernetes-sigs/kustomize/releases)
- [Commits](kubernetes-sigs/kustomize@api/v0.17.1...api/v0.17.2)

---
updated-dependencies:
- dependency-name: github.com/enterprise-contract/enterprise-contract-controller/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/gkampitakis/go-snaps
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/google/go-containerregistry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/testcontainers/testcontainers-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: sigs.k8s.io/kustomize/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: sigs.k8s.io/kustomize/kyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

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 Jul 23, 2024
@lcarva
Copy link
Member

lcarva commented Jul 23, 2024

This needs special attention. Many acceptance tests are failing with:

suite.go:534: unable to run GenericContainer: failed to start container: all exposed ports, 
[0.0.0.0::8080/tcp 0.0.0.0::8443/tcp], were not mapped in 5s: port 0.0.0.0::8080/tcp is not mapped yet

@zregvart
Copy link
Member

@dependabot ignore github.com/testcontainers/testcontainers-go minor version

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 24, 2024

OK, I won't notify you about version 0.32.x of github.com/testcontainers/testcontainers-go again, unless you unignore it.

@zregvart
Copy link
Member

@dependabot ignore github.com/testcontainers/testcontainers-go minor version

We need a fix or a workaround for testcontainers/testcontainers-go#2652

@zregvart
Copy link
Member

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 24, 2024

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

@dependabot dependabot bot closed this Jul 24, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/acceptance/all-a435cdb3ca branch July 24, 2024 08:47
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.

2 participants