Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-patch group with 5 updates in the / directory:

Package From To
github.com/argoproj/argo-cd/v2 2.14.14 2.14.15
github.com/aws/aws-sdk-go-v2 1.36.4 1.36.5
github.com/aws/aws-sdk-go-v2/config 1.29.16 1.29.17
github.com/aws/aws-sdk-go-v2/service/eks 1.66.0 1.66.1
github.com/sashabaranov/go-openai 1.40.1 1.40.2

Updates github.com/argoproj/argo-cd/v2 from 2.14.14 to 2.14.15

Release notes

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

v2.14.15

Quick Start

Non-HA:

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

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.15/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

Bug fixes

  • ec5198949ef2a2ff1ea70e614dbc5fff8c73e2f8: fix(applicationset): requeue applicationste when application status changes (#23413) (@​rumstead)
  • da2ef7db670c4863a59f287f34aeeee1b3033bc1: fix(sync): auto-sync loop when FailOnSharedResource (#23357) (@​agaudreault)

Full Changelog: argoproj/argo-cd@v2.14.14...v2.14.15

Commits
  • 6c7d694 Bump version to 2.14.15 on release-2.14 branch (#23427)
  • ec51989 fix(applicationset): requeue applicationste when application status changes (...
  • da2ef7d fix(sync): auto-sync loop when FailOnSharedResource (#23357)
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.36.4 to 1.36.5

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.29.16 to 1.29.17

Commits

Updates github.com/aws/aws-sdk-go-v2/service/eks from 1.66.0 to 1.66.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.33.21 to 1.34.0

Commits

Updates github.com/aws/smithy-go from 1.22.3 to 1.22.4

Release notes

Sourced from github.com/aws/smithy-go's releases.

v1.22.4

Release (2025-06-16)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.4
    • Bug Fix: Fix CBOR serd empty check for string and enum fields
Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2025-06-16)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.4
    • Bug Fix: Fix CBOR serd empty check for string and enum fields
    • Bug Fix: Fix HTTP metrics data race.
    • Bug Fix: Replace usages of deprecated ioutil package.

Release (2025-02-17)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.3
  • Dependency Update: Bump minimum Go version to 1.22 per our language support policy.

Release (2025-01-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.2
    • Bug Fix: Fix HTTP metrics data race.
    • Bug Fix: Replace usages of deprecated ioutil package.

Release (2024-11-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.1
    • Bug Fix: Fix failure to replace URI path segments when their names overlap.

Release (2024-10-03)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.0
    • Feature: Add HTTP client metrics.

Release (2024-09-25)

... (truncated)

Commits
  • bf8427e Release 2025-06-16
  • f173ede add changelog for manual release (#585)
  • 49e32ad add empty check for string and enum serialization in cbor (#584)
  • 4114b6e set missing x-amzn-query-mode for awsQueryCompatible (#583)
  • ac97392 qt->qtype
  • 3f73d67 upgrade smithy, correct serialization of empty-prefix httpPrefixHeaders (#582)
  • a14e8e7 test protocol selection (#581)
  • a13e2d5 Move CBOR deserialization timers to AFTER calling middleware.Next (#580)
  • 4e627e9 abstract directed codegen
  • d2fdc13 Close cbor serde timers to accurately measure middleware timing (#578)
  • Additional commits viewable in compare view

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

Release notes

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

v1.40.2

What's Changed

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

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

…ates

Bumps the minor-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/argoproj/argo-cd/v2](https://github.com/argoproj/argo-cd) | `2.14.14` | `2.14.15` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.36.4` | `1.36.5` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.29.16` | `1.29.17` |
| [github.com/aws/aws-sdk-go-v2/service/eks](https://github.com/aws/aws-sdk-go-v2) | `1.66.0` | `1.66.1` |
| [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) | `1.40.1` | `1.40.2` |



Updates `github.com/argoproj/argo-cd/v2` from 2.14.14 to 2.14.15
- [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.14...v2.14.15)

Updates `github.com/aws/aws-sdk-go-v2` from 1.36.4 to 1.36.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.36.4...v1.36.5)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.29.16 to 1.29.17
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.29.16...config/v1.29.17)

Updates `github.com/aws/aws-sdk-go-v2/service/eks` from 1.66.0 to 1.66.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.66.0...service/s3/v1.66.1)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.33.21 to 1.34.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/sts/v1.33.21...v1.34.0)

Updates `github.com/aws/smithy-go` from 1.22.3 to 1.22.4
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.22.3...v1.22.4)

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

---
updated-dependencies:
- dependency-name: github.com/argoproj/argo-cd/v2
  dependency-version: 2.14.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.36.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.29.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/eks
  dependency-version: 1.66.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.22.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: github.com/sashabaranov/go-openai
  dependency-version: 1.40.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 23, 2025
Copy link

github-actions bot commented Jun 23, 2025

Temporary image deleted.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 30, 2025

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

@dependabot dependabot bot closed this Jun 30, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/minor-patch-97b980a8d0 branch June 30, 2025 18:58
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.

1 participant