newrelic / newrelic-kubernetes-operator

Operator to create New Relic configuration in Kubernetes
Apache License 2.0
43 stars 21 forks source link

chore(deps): Update module github.com/maxbrunsfeld/counterfeiter/v6 to v6.9.0 #140

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.3 -> v6.9.0 age adoption passing confidence

Release Notes

maxbrunsfeld/counterfeiter (github.com/maxbrunsfeld/counterfeiter/v6) ### [`v6.9.0`](https://redirect.github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.9.0) [Compare Source](https://redirect.github.com/maxbrunsfeld/counterfeiter/compare/v6.8.1...v6.9.0) Details: - ⬆️ dependency updates, which resulted in the minimum go version increasing to go `1.22` - πŸ“– update an outdated link to go module documentation ([#​277](https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/277) via [@​jhvhs](https://redirect.github.com/jhvhs)) - πŸ“– remove dangling backtick ([#​281](https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/281) via [@​dennisme](https://redirect.github.com/dennisme)) Detailed changes: https://github.com/maxbrunsfeld/counterfeiter/compare/v6.8.1...v6.9.0 ### [`v6.8.1`](https://redirect.github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.8.1) [Compare Source](https://redirect.github.com/maxbrunsfeld/counterfeiter/compare/v6.8.0...v6.8.1) This patch release removes the unused `appveyor.yml` file and some unused dependencies in `go.mod` resulting from a `go mod tidy` run. Read on for the contents of the `v6.8.0` release: - support generic function parameters and return types ([#​258](https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/258) via [@​Ralph7C2](https://redirect.github.com/Ralph7C2) - thanks Ralph!) - ⬆️ dependency updates - 🧹 clean up CI (removed Circle, AppVeyor, started using Windows workers on GitHub) - change go.mod to `1.20` Detailed changes: https://github.com/maxbrunsfeld/counterfeiter/compare/v6.7.0...v6.8.1 ### [`v6.8.0`](https://redirect.github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.8.0) [Compare Source](https://redirect.github.com/maxbrunsfeld/counterfeiter/compare/v6.7.0...v6.8.0) - support generic function parameters and return types ([#​258](https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/258) via [@​Ralph7C2](https://redirect.github.com/Ralph7C2) - thanks Ralph!) - ⬆️ dependency updates - 🧹 clean up CI (removed Circle, AppVeyor, started using Windows workers on GitHub) - change go.mod to `1.20` Detailed changes: https://github.com/maxbrunsfeld/counterfeiter/compare/v6.7.0...v6.8.0 ### [`v6.7.0`](https://redirect.github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.7.0) [Compare Source](https://redirect.github.com/maxbrunsfeld/counterfeiter/compare/v6.6.2...v6.7.0) - ⬆️ dependency updates - change go.mod to `1.19` - modernize github actions workflow to keep pace with new go releases Detailed changes: https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.2...v6.7.0 ### [`v6.6.2`](https://redirect.github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.6.2) [Compare Source](https://redirect.github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.6.2) - ⬆️ dependency updates Detailed changes: https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.6.2 ### [`v6.6.1`](https://redirect.github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.6.1) [Compare Source](https://redirect.github.com/maxbrunsfeld/counterfeiter/compare/v6.6.0...v6.6.1) - ⚑ fix GitHub Actions workflow: `setup-go` directive for `go 1.20` requires quotes for version `'1.20'` Detailed changes: https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.0...v6.6.1 ### [`v6.6.0`](https://redirect.github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.6.0) [Compare Source](https://redirect.github.com/maxbrunsfeld/counterfeiter/compare/v6.5.0...v6.6.0) - ⬆️ update dependencies Detailed changes: https://github.com/maxbrunsfeld/counterfeiter/compare/v6.5.0...v6.6.0 ### [`v6.5.0`](https://redirect.github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.5.0) [Compare Source](https://redirect.github.com/maxbrunsfeld/counterfeiter/compare/v6.4.1...v6.5.0) - ⬆️ update dependencies - πŸ”— adopt go1.17 version in go.mod Detailed changes: https://github.com/maxbrunsfeld/counterfeiter/compare/v6.4.1...v6.5.0 ### [`v6.4.1`](https://redirect.github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.4.1) [Compare Source](https://redirect.github.com/maxbrunsfeld/counterfeiter/compare/v6.4.0...v6.4.1) - πŸ› package mode was broken, but now it's fixed ([@​nkovacs](https://redirect.github.com/nkovacs) supplied a patch to fix [#​140](https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/140)) - πŸ› allow directories when using the `-o` output flag (fixes [#​172](https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/172), thanks [@​darwayne](https://redirect.github.com/darwayne)) Detailed changes: https://github.com/maxbrunsfeld/counterfeiter/compare/v6.4.0...v6.4.1 ### [`v6.4.0`](https://redirect.github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.4.0) [Compare Source](https://redirect.github.com/maxbrunsfeld/counterfeiter/compare/v6.3.0...v6.4.0) - πŸ› remove logic to speed up multiple invocations of `go generate` in a single package; if you need the prior behavior, please adopt `counterfeiter:generate` directives ([#​170](https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/170) via [@​rittneje](https://redirect.github.com/rittneje), fixes [#​166](https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/166)) - πŸ†• add `-q` flag to suppress status output ([#​167](https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/167) via [@​martinxsliu](https://redirect.github.com/martinxsliu)) - ⬆️ dependencies - πŸ” update CI to use `go` `1.16` Detailed changes: https://github.com/maxbrunsfeld/counterfeiter/compare/v6.3.0...v6.4.0 ### [`v6.3.0`](https://redirect.github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.3.0) [Compare Source](https://redirect.github.com/maxbrunsfeld/counterfeiter/compare/v6.2.3...v6.3.0) - πŸ†• allow adding headers to generated fakes ([#​153](https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/153) via [@​hoegaarden](https://redirect.github.com/hoegaarden)) - πŸ› ensure type info is loaded for compatibility with go 1.13+ (fixes [#​147](https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/147)) - πŸ› avoid data race (fixes [#​145](https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/145) via [#​149](https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/149) / [@​mariash](https://redirect.github.com/mariash) and [#​159](https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/159) / [@​NilsJPWerner](https://redirect.github.com/NilsJPWerner)) - 🧹remove tests for `GOPATH`, and ask people to use counterfeiter with go modules (fixes [#​161](https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/161)) - ⬆️ dependencies - πŸ” update CI to use `go` `1.15` Detailed changes: https://github.com/maxbrunsfeld/counterfeiter/compare/v6.2.3...v6.3.0

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.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



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

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

renovate[bot] commented 4 months ago

β„Ή Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
go 1.13 -> 1.23.1