Skip to content

Bump the minor-patch group with 5 updates #419

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps the minor-patch group with 5 updates:

Package From To
github.com/argoproj/argo-cd/v2 2.14.12 2.14.13
github.com/argoproj/gitops-engine 0.7.1-0.20250328191959-6d3cf122b03f 0.7.1-0.20250521000818-c08b0a72c1f1
github.com/bradleyfalzon/ghinstallation/v2 2.15.0 2.16.0
github.com/sashabaranov/go-openai 1.40.0 1.40.1
google.golang.org/grpc 1.72.1 1.72.2

Updates github.com/argoproj/argo-cd/v2 from 2.14.12 to 2.14.13

Release notes

Sourced from github.com/argoproj/argo-cd/v2's releases.

v2.14.13

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.13/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.13/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

This release fixes a critical security issue: GHSA-2hj5-g64g-fp6p

Other work

  • 24d57220ca4b82a6a882174731930caae586e734: Merge commit from fork (@​crenshaw-dev)
  • d213c305e410ae4d66f14980a2fca68046d5287c: chore: bump gitops-engine ssd fix (#23072) (@​pjiang-dev)

Full Changelog: argoproj/argo-cd@v2.14.12...v2.14.13

Commits

Updates github.com/argoproj/gitops-engine from 0.7.1-0.20250328191959-6d3cf122b03f to 0.7.1-0.20250521000818-c08b0a72c1f1

Commits

Updates github.com/bradleyfalzon/ghinstallation/v2 from 2.15.0 to 2.16.0

Release notes

Sourced from github.com/bradleyfalzon/ghinstallation/v2's releases.

v2.16.0

What's Changed

Full Changelog: bradleyfalzon/ghinstallation@v2.15.0...v2.16.0

Commits
  • cf2f966 Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
  • 874b1a2 Bump actions/setup-go from 5.4.0 to 5.5.0 in the actions group
  • c8bdda0 Update to go-github v72
  • See full diff in compare view

Updates github.com/sashabaranov/go-openai from 1.40.0 to 1.40.1

Release notes

Sourced from github.com/sashabaranov/go-openai's releases.

v1.40.1

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.40.0...v1.40.1

Commits

Updates google.golang.org/grpc from 1.72.1 to 1.72.2

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.72.2

Bug Fixes

  • client: restore support for NO_PROXY environment variable when connecting to locally-resolved addresses (case 2 from gRFC A1). (#8329)
  • balancer/least_request: fix panic on resolver errors. (#8333)
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 minor-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/argoproj/argo-cd/v2](https://github.com/argoproj/argo-cd) | `2.14.12` | `2.14.13` |
| [github.com/argoproj/gitops-engine](https://github.com/argoproj/gitops-engine) | `0.7.1-0.20250328191959-6d3cf122b03f` | `0.7.1-0.20250521000818-c08b0a72c1f1` |
| [github.com/bradleyfalzon/ghinstallation/v2](https://github.com/bradleyfalzon/ghinstallation) | `2.15.0` | `2.16.0` |
| [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) | `1.40.0` | `1.40.1` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.72.1` | `1.72.2` |


Updates `github.com/argoproj/argo-cd/v2` from 2.14.12 to 2.14.13
- [Release notes](https://github.com/argoproj/argo-cd/releases)
- [Changelog](https://github.com/argoproj/argo-cd/blob/master/CHANGELOG.md)
- [Commits](argoproj/argo-cd@v2.14.12...v2.14.13)

Updates `github.com/argoproj/gitops-engine` from 0.7.1-0.20250328191959-6d3cf122b03f to 0.7.1-0.20250521000818-c08b0a72c1f1
- [Commits](https://github.com/argoproj/gitops-engine/commits)

Updates `github.com/bradleyfalzon/ghinstallation/v2` from 2.15.0 to 2.16.0
- [Release notes](https://github.com/bradleyfalzon/ghinstallation/releases)
- [Commits](bradleyfalzon/ghinstallation@v2.15.0...v2.16.0)

Updates `github.com/sashabaranov/go-openai` from 1.40.0 to 1.40.1
- [Release notes](https://github.com/sashabaranov/go-openai/releases)
- [Commits](sashabaranov/go-openai@v1.40.0...v1.40.1)

Updates `google.golang.org/grpc` from 1.72.1 to 1.72.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.72.1...v1.72.2)

---
updated-dependencies:
- dependency-name: github.com/argoproj/argo-cd/v2
  dependency-version: 2.14.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/argoproj/gitops-engine
  dependency-version: 0.7.1-0.20250521000818-c08b0a72c1f1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/bradleyfalzon/ghinstallation/v2
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: github.com/sashabaranov/go-openai
  dependency-version: 1.40.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: google.golang.org/grpc
  dependency-version: 1.72.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

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 Jun 2, 2025
Copy link

github-actions bot commented Jun 2, 2025

Temporary image deleted.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 9, 2025

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

@dependabot dependabot bot closed this Jun 9, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/minor-patch-336140bbbf branch June 9, 2025 18: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.

0 participants