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 makefile #2008

Closed
wants to merge 1 commit into from
Closed

chore(deps): update makefile #2008

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change Age Adoption Passing Confidence
crate-ci/typos minor 1.23.6 -> 1.24.1 age adoption passing confidence
github.com/golangci/golangci-lint minor 1.59.1 -> 1.60.3 age adoption passing confidence
helm/helm patch 3.15.3 -> 3.15.4 age adoption passing confidence
orhun/git-cliff minor 2.4.0 -> 2.5.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

crate-ci/typos (crate-ci/typos)

v1.24.1

Compare Source

Fixes
  • Remove unverified varcon (locale data) entries

v1.24.0

Compare Source

Features
  • Update varcon (locale data) to version 2020.12.07

v1.23.7

Compare Source

Fixes
  • (config) Respect --locale / default.locale again after it was broken in 1.16.24
golangci/golangci-lint (github.com/golangci/golangci-lint)

v1.60.3

Compare Source

  1. Updated linters
  2. Misc.
    • Check that the Go version use to build is greater or equals to the Go version of the project

v1.60.2

Compare Source

  1. Updated linters
  • gofmt: update to HEAD (go1.22)
  • gofumpt: from 0.6.0 to 0.7.0
  • gosec: fix G602 analyzer
  • gosec: from 5f0084e to 81cda2f (adds G115, G405, G406, G506, G507)
  • staticcheck: from 0.5.0 to 0.5.1
  • staticcheck: propagate Go version
  • wrapcheck: from 2.8.3 to 2.9.0
  • ⚠️ exportloopref: deprecation

v1.60.1

Compare Source

  1. Updated linters
    • errorlint: from 1.5.2 to 1.6.0
    • exhaustruct: from 3.2.0 to 3.3.0 (recognize custom error values in return)
    • fatcontext: from 0.2.2 to 0.4.0 (fix false positives for context stored in structs)
    • gocognit: from 1.1.2 to 1.1.3
    • gomodguard: from 1.3.2 to 1.3.3
    • govet (printf): report non-constant format, no args
    • lll: advertise max line length instead of just reporting failure
    • revive: from 1.3.7 to 1.3.9 (new rule: comments-density)
    • sloglint: from 0.7.1 to 0.7.2
    • spancheck: from 0.6.1 to 0.6.2
    • staticcheck: from 0.4.7 to 0.5.0
    • tenv: from 1.7.1 to 1.10.0 (remove reports on fuzzing)
    • testifylint: from 1.3.1 to 1.4.3 (new options: formatter, suite-broken-parallel, suite-subtest-run)
    • tparallel: from 0.3.1 to 0.3.2
    • usestdlibvars: from 1.26.0 to 1.27.0 (fix false-positive with number used inside a mathematical operations)
    • wsl: from 4.2.1 to 4.4.1
    • ⚠️ unused: remove exported-is-used option
  2. Fixes
    • SARIF: sanitize level property
    • ⚠️ typecheck issues should never be ignored
  3. Documentation
    • Add link on linter without configuration
    • Remove 'trusted by' page
    • wsl update documentation of the configuration
  4. misc.
    • 🎉 go1.23 support

v1.60.0

Compare Source

Cancelled due to a CI problem.

helm/helm (helm/helm)

v3.15.4: Helm v3.15.4

Compare Source

Helm v3.15.4 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.15.4. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.16.0 is the next feature release and will be on September 11, 2024.

Changelog

  • Bump the k8s-io group across 1 directory with 7 updates fa9efb0 (dependabot[bot])
  • Bump github.com/docker/docker 36a21b1 (dependabot[bot])
orhun/git-cliff (orhun/git-cliff)

v2.5.0

Compare Source

⛰️ Features
  • (args) Allow GitLab groups with --gitlab-repo (#​807) - (6fbfdb5)
  • (bump) Support bumping to a specific semver type (#​744) - (9dbf47b)
  • (changelog) Support count_tags option (#​599) - (b8045e9)
  • (changelog) Skip ssh and x509 signatures in tag messages (#​748) - (ecbabbf)
  • (cli) Generate changelog from JSON context (#​784) - (3b6156d)
  • (parser) Allow whole commit context to be used in commit parsers (#​758) - (ccf2ab7)
  • (profiler) Support performance profiling via pprof (#​768) - (35dc1e4)
  • (remote) Activate integration if remote is set manually (#​782) - (4b33e7e)
🐛 Bug Fixes
  • (changelog) Allow using --bumped-version without conventional commits (#​806) - (e74080c)
  • (config) Allow using environment variables without config file present (#​783) - (2471745)
  • (fixture) Fix fetching repository for gitlab integration test - (72847c6)
  • (gitlab) URL-encode the owner in remote requests for GitLab (#​742) - (e3e7c07)
  • (template) Include for-loop arguments in template variables (#​812) - (9a6430b)
🚜 Refactor
  • (config) Make example templates more user-friendly - (6f8ea19)
  • (gitlab) Clean up url encoding for GitLab - (c791418)
  • (lib) Clean up some code (#​709) - (4b0c0eb)
📚 Documentation
  • (config) Fix typo in comment of default config file (#​776) - (e2fb043)
  • (readme) Remove underscored spaces between badges (#​809) - (1956c83)
  • (readme) Add git-changelog to similar projects section (#​774) - (c208a97)
  • (readme) Add KaiCode Open Source Festival link - (58b729c)
  • (website) Add highlights for 2.5.0 (#​815) - (49df8cb)
  • (website) Clarify authentication with GitHub token (#​787) - (85bfa95)
  • (website) Correct inverted consequences of configuration value (#​760) - (dc144dd)
  • (website) Add header to 2.4.0 blog post - (227a307)
⚡ Performance
  • (changelog) Cache commit retain checks (258 times faster generation) (#​772) - (8430c5c)
⚙️ Miscellaneous Tasks
  • (cd) Remove unnecessary git-cliff-action output file (#​738) - (9f39bcb)
  • (config) Include new contributors in repository changelog - (5474978)
  • (config) Check for null commit_id in detailed template (#​786) - (388b007)
  • (config) Fix comment for changelog header template - (35b886e)
  • (config) Update keepachangelog.toml comment (#​779) - (f9e500e)
  • (website) Remove v2 announcement - (a71649b)
  • (website) Add discord button to navbar - (565b9c8)

Configuration

📅 Schedule: Branch creation - "after 8am on Monday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 requested a review from a team as a code owner August 19, 2024 15:37
@renovate renovate bot added build dependencies Pull requests that update a dependency file labels Aug 19, 2024
@renovate renovate bot force-pushed the renovate/makefile branch 3 times, most recently from d8f7705 to 597cd8d Compare August 22, 2024 22:17
@ramizpolic ramizpolic closed this Aug 27, 2024
@ramizpolic ramizpolic deleted the renovate/makefile branch August 27, 2024 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant