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

chore(deps): bump the go-minor group with 2 updates #176

Merged
merged 4 commits into from
Sep 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2023

Bumps the go-minor group with 2 updates: golang.org/x/oauth2 and github.com/argoproj/argo-cd/v2.

Updates golang.org/x/oauth2 from 0.4.0 to 0.12.0

Commits
  • 0708528 go.mod: update golang.org/x dependencies
  • a835fc4 oauth2: move global auth style cache to be per-Config
  • 2e4a4e2 go.mod: update golang.org/x dependencies
  • ac6658e all: update go version to 1.18
  • ec5679f go.mod: update golang.org/x dependencies
  • 989acb1 all: update dependencies to their latest versions
  • 2323c81 go.mod: update golang.org/x dependencies
  • 839de22 google: don't check for IsNotExist for well-known file
  • 0690208 go.mod: update golang.org/x dependencies
  • 451d5d6 internal: remove repeated definite articles
  • Additional commits viewable in compare view

Updates github.com/argoproj/argo-cd/v2 from 2.6.15 to 2.8.4

Release notes

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

v2.8.4

Quick Start

Non-HA:

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

HA:

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

What's Changed

Full Changelog: argoproj/argo-cd@v2.8.3...v2.8.4

v2.8.3

Quick Start

Non-HA:

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

... (truncated)

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 go-minor group with 2 updates: [golang.org/x/oauth2](https://github.com/golang/oauth2) and [github.com/argoproj/argo-cd/v2](https://github.com/argoproj/argo-cd).


Updates `golang.org/x/oauth2` from 0.4.0 to 0.12.0
- [Commits](golang/oauth2@v0.4.0...v0.12.0)

Updates `github.com/argoproj/argo-cd/v2` from 2.6.15 to 2.8.4
- [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.6.15...v2.8.4)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
- dependency-name: github.com/argoproj/argo-cd/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 27, 2023
@netlify
Copy link

netlify bot commented Sep 27, 2023

Deploy Preview for docs-bookkeeper-akuity-io ready!

Name Link
🔨 Latest commit 261a256
🔍 Latest deploy log https://app.netlify.com/sites/docs-bookkeeper-akuity-io/deploys/6514c0dc3f1fab0008659f5c
😎 Deploy Preview https://deploy-preview-176.bookkeeper.akuity.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (4ad4569) 37.33% compared to head (261a256) 37.33%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #176   +/-   ##
=======================================
  Coverage   37.33%   37.33%           
=======================================
  Files          19       19           
  Lines        1149     1149           
=======================================
  Hits          429      429           
  Misses        703      703           
  Partials       17       17           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@krancour krancour self-assigned this Sep 27, 2023
@krancour krancour merged commit 6ad8a44 into main Sep 28, 2023
12 checks passed
@krancour krancour deleted the dependabot/go_modules/go-minor-9e9d451c82 branch September 28, 2023 04:31
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 kind/chore priority/normal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants