cdk-notifier
cdk-notifier copied to clipboard
fix(deps): update golang dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/Masterminds/sprig/v3 | v3.2.3 -> v3.3.0 |
||||
| github.com/spf13/cobra | v1.8.0 -> v1.8.1 |
||||
| github.com/spf13/viper | v1.18.2 -> v1.19.0 |
||||
| github.com/xanzy/go-gitlab | v0.105.0 -> v0.109.0 |
||||
| golang.org/x/oauth2 | v0.20.0 -> v0.23.0 |
Release Notes
Masterminds/sprig (github.com/Masterminds/sprig/v3)
v3.3.0
What's Changed
- Updating the Go versions used in testing by @mattfarina in https://github.com/Masterminds/sprig/pull/405
- Change intial to initial. by @chrishalbert in https://github.com/Masterminds/sprig/pull/391
- Updating dependencies by @mattfarina in https://github.com/Masterminds/sprig/pull/404
- correct value by @jheyduk in https://github.com/Masterminds/sprig/pull/376
- Updating location of mergo by @mattfarina in https://github.com/Masterminds/sprig/pull/406
- feature: added sha512sum function by @itzik-elayev in https://github.com/Masterminds/sprig/pull/400
- docs: Add missing link to url functions by @carlpett in https://github.com/Masterminds/sprig/pull/375
- Update doc.go by @chey in https://github.com/Masterminds/sprig/pull/369
- Update mathf.md by @zzhu41 in https://github.com/Masterminds/sprig/pull/290
- Removing duplicate documentation by @mattfarina in https://github.com/Masterminds/sprig/pull/407
- Updating the changelog for the 3.3.0 release by @mattfarina in https://github.com/Masterminds/sprig/pull/408
New Contributors
- @chrishalbert made their first contribution in https://github.com/Masterminds/sprig/pull/391
- @jheyduk made their first contribution in https://github.com/Masterminds/sprig/pull/376
- @itzik-elayev made their first contribution in https://github.com/Masterminds/sprig/pull/400
- @carlpett made their first contribution in https://github.com/Masterminds/sprig/pull/375
- @chey made their first contribution in https://github.com/Masterminds/sprig/pull/369
- @zzhu41 made their first contribution in https://github.com/Masterminds/sprig/pull/290
Full Changelog: https://github.com/Masterminds/sprig/compare/v3.2.3...v3.3.0
spf13/cobra (github.com/spf13/cobra)
v1.8.1
✨ Features
- Add env variable to suppress completion descriptions on create by @scop in https://github.com/spf13/cobra/pull/1938
🐛 Bug fixes
- Micro-optimizations by @scop in https://github.com/spf13/cobra/pull/1957
🔧 Maintenance
- build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by @dependabot in https://github.com/spf13/cobra/pull/2127
- Consistent annotation names by @nirs in https://github.com/spf13/cobra/pull/2140
- Remove fully inactivated linters by @nirs in https://github.com/spf13/cobra/pull/2148
- Address golangci-lint deprecation warnings, enable some more linters by @scop in https://github.com/spf13/cobra/pull/2152
🧪 Testing & CI/CD
- Add test for func in cobra.go by @korovindenis in https://github.com/spf13/cobra/pull/2094
- ci: test golang 1.22 by @cyrilico in https://github.com/spf13/cobra/pull/2113
- Optimized and added more linting by @scop in https://github.com/spf13/cobra/pull/2099
- build(deps): bump actions/setup-go from 4 to 5 by @dependabot in https://github.com/spf13/cobra/pull/2087
- build(deps): bump actions/labeler from 4 to 5 by @dependabot in https://github.com/spf13/cobra/pull/2086
- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in https://github.com/spf13/cobra/pull/2108
- build(deps): bump actions/cache from 3 to 4 by @dependabot in https://github.com/spf13/cobra/pull/2102
✏️ Documentation
- Fixes and docs for usage as plugin by @nirs in https://github.com/spf13/cobra/pull/2070
- flags: clarify documentation that LocalFlags related function do not modify the state by @niamster in https://github.com/spf13/cobra/pull/2064
- chore: remove repetitive words by @racerole in https://github.com/spf13/cobra/pull/2122
- Add LXC to the list of projects using Cobra @VaradBelwalkar in https://github.com/spf13/cobra/pull/2071
- Update projects_using_cobra.md by @marcuskohlberg in https://github.com/spf13/cobra/pull/2089
- [chore]: update projects using cobra by @cmwylie19 in https://github.com/spf13/cobra/pull/2093
- Add Taikun CLI to list of projects by @Smidra in https://github.com/spf13/cobra/pull/2098
- Add Incus to the list of projects using Cobra by @montag451 in https://github.com/spf13/cobra/pull/2118
New Contributors
- @VaradBelwalkar made their first contribution in https://github.com/spf13/cobra/pull/2071
- @marcuskohlberg made their first contribution in https://github.com/spf13/cobra/pull/2089
- @cmwylie19 made their first contribution in https://github.com/spf13/cobra/pull/2093
- @korovindenis made their first contribution in https://github.com/spf13/cobra/pull/2094
- @niamster made their first contribution in https://github.com/spf13/cobra/pull/2064
- @Smidra made their first contribution in https://github.com/spf13/cobra/pull/2098
- @montag451 made their first contribution in https://github.com/spf13/cobra/pull/2118
- @cyrilico made their first contribution in https://github.com/spf13/cobra/pull/2113
- @racerole made their first contribution in https://github.com/spf13/cobra/pull/2122
- @pedromotita made their first contribution in https://github.com/spf13/cobra/pull/2120
- @cubxxw made their first contribution in https://github.com/spf13/cobra/pull/2128
Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍
Full Changelog: https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1
spf13/viper (github.com/spf13/viper)
v1.19.0
What's Changed
Bug Fixes 🐛
- fix!: hide struct binding behind a feature flag by @sagikazarmark in https://github.com/spf13/viper/pull/1720
Dependency Updates ⬆️
- build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 by @dependabot in https://github.com/spf13/viper/pull/1705
- build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in https://github.com/spf13/viper/pull/1703
- build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 by @dependabot in https://github.com/spf13/viper/pull/1713
- build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 by @dependabot in https://github.com/spf13/viper/pull/1711
- build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in https://github.com/spf13/viper/pull/1722
- build(deps): bump github/codeql-action from 3.22.11 to 3.23.0 by @dependabot in https://github.com/spf13/viper/pull/1734
- build(deps): bump actions/dependency-review-action from 3.1.4 to 3.1.5 by @dependabot in https://github.com/spf13/viper/pull/1731
- build(deps): bump mheap/github-action-required-labels from 5.1.0 to 5.2.0 by @dependabot in https://github.com/spf13/viper/pull/1743
- build(deps): bump github/codeql-action from 3.23.0 to 3.23.2 by @dependabot in https://github.com/spf13/viper/pull/1742
- build(deps): bump actions/dependency-review-action from 3.1.5 to 4.0.0 by @dependabot in https://github.com/spf13/viper/pull/1739
- build(deps): bump cachix/install-nix-action from 24 to 25 by @dependabot in https://github.com/spf13/viper/pull/1737
- build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by @dependabot in https://github.com/spf13/viper/pull/1751
- build(deps): bump github/codeql-action from 3.24.0 to 3.24.1 by @dependabot in https://github.com/spf13/viper/pull/1760
- build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.0 by @dependabot in https://github.com/spf13/viper/pull/1761
- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in https://github.com/spf13/viper/pull/1757
- build(deps): bump mheap/github-action-required-labels from 5.2.0 to 5.3.0 by @dependabot in https://github.com/spf13/viper/pull/1759
- build(deps): bump github/codeql-action from 3.24.1 to 3.24.3 by @dependabot in https://github.com/spf13/viper/pull/1763
- build(deps): bump github.com/sagikazarmark/crypt from 0.17.0 to 0.18.0 by @dependabot in https://github.com/spf13/viper/pull/1774
- build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by @dependabot in https://github.com/spf13/viper/pull/1770
- build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in https://github.com/spf13/viper/pull/1776
- build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by @dependabot in https://github.com/spf13/viper/pull/1775
- build(deps): bump cachix/install-nix-action from 25 to 26 by @dependabot in https://github.com/spf13/viper/pull/1778
- build(deps): bump actions/dependency-review-action from 4.1.0 to 4.1.3 by @dependabot in https://github.com/spf13/viper/pull/1767
- build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by @dependabot in https://github.com/spf13/viper/pull/1790
- build(deps): bump mheap/github-action-required-labels from 5.3.0 to 5.4.0 by @dependabot in https://github.com/spf13/viper/pull/1789
- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in https://github.com/spf13/viper/pull/1780
- build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.4 by @dependabot in https://github.com/spf13/viper/pull/1793
- chore: upgrade crypt by @sagikazarmark in https://github.com/spf13/viper/pull/1794
- build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0 by @dependabot in https://github.com/spf13/viper/pull/1788
- build(deps): bump actions/dependency-review-action from 4.2.4 to 4.2.5 by @dependabot in https://github.com/spf13/viper/pull/1796
- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1 by @dependabot in https://github.com/spf13/viper/pull/1804
- build(deps): bump github/codeql-action from 3.24.9 to 3.25.1 by @dependabot in https://github.com/spf13/viper/pull/1806
- build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in https://github.com/spf13/viper/pull/1807
- build(deps): bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in https://github.com/spf13/viper/pull/1808
- build(deps): bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in https://github.com/spf13/viper/pull/1813
- build(deps): bump github/codeql-action from 3.25.1 to 3.25.2 by @dependabot in https://github.com/spf13/viper/pull/1811
- build(deps): bump mheap/github-action-required-labels from 5.4.0 to 5.4.1 by @dependabot in https://github.com/spf13/viper/pull/1817
- build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by @dependabot in https://github.com/spf13/viper/pull/1821
- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2 by @dependabot in https://github.com/spf13/viper/pull/1822
- build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in https://github.com/spf13/viper/pull/1824
- build(deps): bump github/codeql-action from 3.25.2 to 3.25.4 by @dependabot in https://github.com/spf13/viper/pull/1828
- build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 by @dependabot in https://github.com/spf13/viper/pull/1829
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.7 by @dependabot in https://github.com/spf13/viper/pull/1844
- build(deps): bump cachix/install-nix-action from 26 to 27 by @dependabot in https://github.com/spf13/viper/pull/1833
- build(deps): bump actions/checkout from 4.1.4 to 4.1.6 by @dependabot in https://github.com/spf13/viper/pull/1835
Other Changes
- Update links to Golang Modules documentation by @tobb10001 in https://github.com/spf13/viper/pull/1758
- chore: add Go 1.22 support by @sagikazarmark in https://github.com/spf13/viper/pull/1762
- fix #1700: update tests to use local viper instance by @smukk9 in https://github.com/spf13/viper/pull/1791
- Update references to bketelsen/crypt by @skitt in https://github.com/spf13/viper/pull/1842
New Contributors
- @tobb10001 made their first contribution in https://github.com/spf13/viper/pull/1758
- @smukk9 made their first contribution in https://github.com/spf13/viper/pull/1791
- @skitt made their first contribution in https://github.com/spf13/viper/pull/1842
Full Changelog: https://github.com/spf13/viper/compare/v1.18.1...v1.19.0
xanzy/go-gitlab (github.com/xanzy/go-gitlab)
v0.109.0
Breaking Changes
- Extend support for groups service accounts by @mXtone in https://github.com/xanzy/go-gitlab/pull/2005
What's Changed
- Add endpoint to lists invited groups of a project by @habnux in https://github.com/xanzy/go-gitlab/pull/2000
- Update jira integration pt2 by @deepflame in https://github.com/xanzy/go-gitlab/pull/1999
- chore: add ReportType to ProjectApprovalRule by @mdevilliers in https://github.com/xanzy/go-gitlab/pull/2001
- Bug: Needs to be a list of ProjectGroup by @habnux in https://github.com/xanzy/go-gitlab/pull/2003
- Fix an issue with omitempty on default_branch_protection_defaults by @RicePatrick in https://github.com/xanzy/go-gitlab/pull/2004
New Contributors
- @habnux made their first contribution in https://github.com/xanzy/go-gitlab/pull/2000
- @mXtone made their first contribution in https://github.com/xanzy/go-gitlab/pull/2005
Full Changelog: https://github.com/xanzy/go-gitlab/compare/v0.108.0...v0.109.0
v0.108.0
Breaking Changes
- Get scoped group variables by @andersparslov in https://github.com/xanzy/go-gitlab/pull/1995
- Rename GroupId to GroupID in the
MemberRoleandIterationstructs f97a106
What's Changed
- Adds
HookEventTokenhelper function for X-Gitlab-Token by @MaerF0x0 in https://github.com/xanzy/go-gitlab/pull/1976 - Add
ContainerRegistrySizefield toStatisticsstruct by @Florian3535 in https://github.com/xanzy/go-gitlab/pull/1978 - chore: add report type to MergeRequestApprovalRule by @mdevilliers in https://github.com/xanzy/go-gitlab/pull/1975
- Add field "is_auditor" in user by @thomasboni in https://github.com/xanzy/go-gitlab/pull/1981
- Fix the user tests by @svanharmelen in https://github.com/xanzy/go-gitlab/pull/1982
- Add new DCO attribute to project and group push rules by @beekeep in https://github.com/xanzy/go-gitlab/pull/1980
- Support more options for list PATs by @hjweddie in https://github.com/xanzy/go-gitlab/pull/1977
- feat: add Bitbucket Cloud and Server import endpoints by @pwlandoll in https://github.com/xanzy/go-gitlab/pull/1979
- Expose PreReceiveSecretDetectionEnabled project setting by @gravis in https://github.com/xanzy/go-gitlab/pull/1984
- Add 15 Missing GitLab Settings by @Jitsusama in https://github.com/xanzy/go-gitlab/pull/1985
- Add
prevent_merge_without_jira_issueto Edit Project API by @mtibben in https://github.com/xanzy/go-gitlab/pull/1986 - build(github): Added support for more versions of unit tests by @flc1125 in https://github.com/xanzy/go-gitlab/pull/1992
- Move PreReceiveSecretDetectionEnabled to Project by @gravis in https://github.com/xanzy/go-gitlab/pull/1989
- Add 26 Missing GitLab Settings by @Jitsusama in https://github.com/xanzy/go-gitlab/pull/1987
- Add page token to ListOption by @0xDagal in https://github.com/xanzy/go-gitlab/pull/1994
- member role model follow 17.4.0 spec by @Quanalogy in https://github.com/xanzy/go-gitlab/pull/1997
- Add more filters to List group milestones by @adamcohen2 in https://github.com/xanzy/go-gitlab/pull/1998
- Add 28 Missing GitLab Settings by @Jitsusama in https://github.com/xanzy/go-gitlab/pull/1996
- Add an exponential backoff to the retry function by @RicePatrick in https://github.com/xanzy/go-gitlab/pull/1993
New Contributors
- @MaerF0x0 made their first contribution in https://github.com/xanzy/go-gitlab/pull/1976
- @Florian3535 made their first contribution in https://github.com/xanzy/go-gitlab/pull/1978
- @mdevilliers made their first contribution in https://github.com/xanzy/go-gitlab/pull/1975
- @thomasboni made their first contribution in https://github.com/xanzy/go-gitlab/pull/1981
- @mtibben made their first contribution in https://github.com/xanzy/go-gitlab/pull/1986
- @flc1125 made their first contribution in https://github.com/xanzy/go-gitlab/pull/1992
- @0xDagal made their first contribution in https://github.com/xanzy/go-gitlab/pull/1994
- @Quanalogy made their first contribution in https://github.com/xanzy/go-gitlab/pull/1997
- @adamcohen2 made their first contribution in https://github.com/xanzy/go-gitlab/pull/1998
- @andersparslov made their first contribution in https://github.com/xanzy/go-gitlab/pull/1995
Full Changelog: https://github.com/xanzy/go-gitlab/compare/v0.107.0...v0.108.0
v0.107.0
v0.106.0
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
ℹ 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):
- 9 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/Masterminds/semver/v3 |
v3.2.0 -> v3.3.0 |
github.com/google/uuid |
v1.4.0 -> v1.6.0 |
github.com/hashicorp/go-retryablehttp |
v0.7.2 -> v0.7.7 |
github.com/pelletier/go-toml/v2 |
v2.1.0 -> v2.2.2 |
github.com/shopspring/decimal |
v1.2.0 -> v1.4.0 |
github.com/spf13/cast |
v1.6.0 -> v1.7.0 |
golang.org/x/crypto |
v0.16.0 -> v0.26.0 |
golang.org/x/sys |
v0.18.0 -> v0.23.0 |
golang.org/x/text |
v0.14.0 -> v0.17.0 |
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.