Azure / orkestra

Orkestra is a cloud-native release orchestration and lifecycle management (LCM) platform for the fine-grained orchestration of inter-dependent helm charts and their dependencies
https://azure.github.io/orkestra
Other
105 stars 16 forks source link

Bump github.com/argoproj/argo-workflows/v3 from 3.0.7 to 3.0.9 #377

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/argoproj/argo-workflows/v3 from 3.0.7 to 3.0.9.

Release notes

Sourced from github.com/argoproj/argo-workflows/v3's releases.

v3.0.9

Quick Start

What's New?

Find out in our blog post

Please read the upgrading guide and CHANGELOG.

Argo CLI

Mac

Available via curl

# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.0.9/argo-darwin-amd64.gz

Unzip

gunzip argo-darwin-amd64.gz

Make binary executable

chmod +x argo-darwin-amd64

Move binary to path

mv ./argo-darwin-amd64 /usr/local/bin/argo

Test installation

argo version

Linux

Available via curl

# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.0.9/argo-linux-amd64.gz

Unzip

gunzip argo-linux-amd64.gz

Make binary executable

chmod +x argo-linux-amd64

Move binary to path

mv ./argo-linux-amd64 /usr/local/bin/argo

Test installation

</tr></table>

... (truncated)

Changelog

Sourced from github.com/argoproj/argo-workflows/v3's changelog.

v3.0.9 (2021-08-18)

  • d5fd9f14f Update manifests to v3.0.9
  • 4eb16eaa5 fix: Generate TLS Certificates on startup and only keep in memory (#6540)
  • 419b7af08 fix: Remove client private key from client auth REST config (#6506)

Contributors

  • Alex Collins
  • David Collom

v3.0.8 (2021-06-21)

Contributors

  • Alex Collins
  • Reijer Copier
  • Saravanan Balasubramanian
Commits
  • d5fd9f1 Update manifests to v3.0.9
  • 4eb16ea fix: Generate TLS Certificates on startup and only keep in memory (#6540)
  • 419b7af fix: Remove client private key from client auth REST config (#6506)
  • b142822 build: Build with v1.19.12+k3s1
  • 6d7887c Update manifests to v3.0.8
  • 4492379 fix(ui): Fix-up local storage namespaces. Fixes #6109 (#6144)
  • 87852e9 fix(controller): dehydrate workflow before deleting offloaded node status (#6...
  • d8686ee fix(executor): Fix docker not terminating. Fixes #6064 (#6083)
  • c2abdb8 fix(controller): Handling panic in leaderelection (#6072)
  • See full diff in compare view


Dependabot compatibility score

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Azure/orkestra/network/alerts).
codecov-commenter commented 3 years ago

Codecov Report

Merging #377 (b23e310) into main (0088d40) will decrease coverage by 0.50%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #377      +/-   ##
==========================================
- Coverage   32.55%   32.04%   -0.51%     
==========================================
  Files          13       13              
  Lines         596      596              
==========================================
- Hits          194      191       -3     
- Misses        396      398       +2     
- Partials        6        7       +1     
Impacted Files Coverage Δ
controllers/appgroup_controller.go 73.23% <0.00%> (-4.23%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0088d40...b23e310. Read the comment docs.

dependabot[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.