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): update all dependencies #62

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
act patch 0.2.60 -> 0.2.70 age adoption passing confidence
argocd minor 2.10.5 -> 2.13.2 age adoption passing confidence
direnv minor 2.34.0 -> 2.35.0 age adoption passing confidence
github-cli minor 2.46.0 -> 2.63.2 age adoption passing confidence
golang minor 1.22.1 -> 1.23.4 age adoption passing confidence
helm minor 3.14.3 -> 3.16.3 age adoption passing confidence
hugo minor 0.124.1 -> 0.139.5 age adoption passing confidence
kind minor 0.22.0 -> 0.25.0 age adoption passing confidence
kubectl minor 1.29.3 -> 1.32.0 age adoption passing confidence
kustomize minor 5.3.0 -> 5.5.0 age adoption passing confidence
mkdocs (changelog) minor ==1.5.3 -> ==1.6.1 age adoption passing confidence
mkdocs-include-markdown-plugin (changelog) major ==6.0.5 -> ==7.1.2 age adoption passing confidence
mkdocs-material (changelog) patch ==9.5.15 -> ==9.5.48 age adoption passing confidence
packer minor 1.8.5 -> 1.11.2 age adoption passing confidence
pre-commit major ==3.7.0 -> ==4.0.1 age adoption passing confidence
pre-commit/pre-commit-hooks repository major v4.5.0 -> v5.0.0 age adoption passing confidence
pymdown-extensions minor ==10.7.1 -> ==10.12 age adoption passing confidence
python minor 3.12.2 -> 3.13.1 age adoption passing confidence
shfmt minor 3.8.0 -> 3.10.0 age adoption passing confidence
terraform minor 1.7.5 -> 1.10.2 age adoption passing confidence
yq minor 4.43.1 -> 4.44.6 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

nektos/act (act)

v0.2.70

Compare Source

Changelog

Other
  • 9c7f103 chore: bump VERSION to 0.2.70
  • 0e8b33b build(deps): bump megalinter/megalinter from 8.2.0 to 8.3.0 (#​2541)
  • 69ec4a5 build(deps): bump github.com/creack/pty from 1.1.23 to 1.1.24 (#​2533)
  • c90203e build(deps): bump codecov/codecov-action from 4 to 5 (#​2532)
  • e5e7bdd build(deps): bump megalinter/megalinter from 8.1.0 to 8.2.0 (#​2531)
  • ebcc0a8 build(deps): bump github.com/rhysd/actionlint from 1.7.3 to 1.7.4 (#​2527)
  • 9bd99e5 build(deps): bump github.com/adrg/xdg from 0.5.0 to 0.5.3 (#​2515)

v0.2.69

Compare Source

Changelog

New Features
Bug fixes
Other
  • 0de940b chore: bump VERSION to 0.2.69
  • e3b4e3a add test for listartifacts v4 filter (#​2507)
  • 0c09a77 build(deps): bump github.com/go-git/go-billy/v5 from 5.5.0 to 5.6.0 (#​2506)
  • 9135745 build(deps): bump github.com/opencontainers/selinux (#​2498)
  • ccd28e7 build(deps): bump megalinter/megalinter from 8.0.0 to 8.1.0 (#​2485)
  • 5031a9f build(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (#​2484)
  • bb9f36d build(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 (#​2480)
  • ad1cef0 build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.1 (#​2479)

v0.2.68

Compare Source

Changelog

New Features
  • 013c0d4 feat: generate a manual page automatically with cobra/doc (#​2352)
Other

v0.2.67

Compare Source

Changelog

Bug fixes
Other
  • f75a2d8 chore: bump VERSION to 0.2.67
  • d8b6f61 build(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 (#​2442)

v0.2.66

Compare Source

Changelog

New Features
Other
  • 38e43bd chore: bump VERSION to 0.2.66
  • c9ae534 build(deps): bump golang.org/x/term from 0.22.0 to 0.23.0 (#​2421)
  • ca292cd build(deps): bump megalinter/megalinter from 7.13.0 to 8.0.0 (#​2436)
  • f79a13e build(deps): bump dario.cat/mergo from 1.0.0 to 1.0.1 (#​2430)
  • 60a2fed fix GOOS parsing to match expected GHA RUNNER_OS values (#​2422)

v0.2.65

Compare Source

Changelog

Bug fixes
Other

v0.2.64

Compare Source

Changelog

Bug fixes
Other

v0.2.63

Compare Source

Changelog

Other

v0.2.62

Compare Source

Changelog

Bug fixes
Other

v0.2.61

Compare Source

Changelog

Bug fixes
Other
argoproj/argo-cd (argocd)

v2.13.2

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.2/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
Dependency updates

Full Changelog: argoproj/argo-cd@v2.13.1...v2.13.2

v2.13.1

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.1/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.1/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

Features
Bug fixes
Other work

Full Changelog: argoproj/argo-cd@v2.13.0...v2.13.1

v2.13.0

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.0/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.0/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

Features
Bug fixes
Documentation
Other work

Full Changelog: argoproj/argo-cd@v2.13.0-rc5...v2.13.0

v2.12.8

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.8/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.8/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
Dependency updates
Other work

Full Changelog: argoproj/argo-cd@v2.12.7...v2.12.8

v2.12.7

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.7/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.7/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

Features
Bug fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added chore Maintenance dependencies Pull requests that update a dependency file. labels Mar 31, 2024
@renovate renovate bot changed the title chore(deps): update dependency mkdocs-material to v9.5.16 chore(deps): update all dependencies Apr 3, 2024
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 0431a51 to 5b33817 Compare April 10, 2024 21:58
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from 766f7f2 to 02565f8 Compare April 20, 2024 21:55
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 1efc123 to 19ea0d0 Compare April 29, 2024 10:05
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from bc9922f to 8527a10 Compare May 1, 2024 02:22
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 99064dd to 8ad5e53 Compare November 14, 2024 17:00
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from deb8abe to a7a7728 Compare November 21, 2024 07:15
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from d1fb1d1 to 0fca91b Compare November 29, 2024 16:43
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 6edf2b7 to 0a2a922 Compare December 8, 2024 16:37
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 1954674 to 3cf879e Compare December 11, 2024 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance dependencies Pull requests that update a dependency file.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants