mach-composer-cli
mach-composer-cli copied to clipboard
chore(deps): bump the go group across 1 directory with 12 updates
Bumps the go group with 11 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/adrg/xdg | 0.4.0 |
0.5.0 |
| github.com/elliotchance/pie/v2 | 2.8.0 |
2.8.1 |
| github.com/hashicorp/go-getter | 1.7.4 |
1.7.5 |
| github.com/hashicorp/go-retryablehttp | 0.7.6 |
0.7.7 |
| github.com/hashicorp/hcl/v2 | 2.20.1 |
2.21.0 |
| github.com/rs/zerolog | 1.32.0 |
1.33.0 |
| github.com/spf13/cobra | 1.8.0 |
1.8.1 |
| github.com/spf13/viper | 1.18.2 |
1.19.0 |
| golang.org/x/oauth2 | 0.20.0 |
0.21.0 |
| github.com/mach-composer/mach-composer-plugin-sdk/v2 | 2.0.0 |
2.0.1 |
| golang.org/x/mod | 0.17.0 |
0.19.0 |
Updates github.com/adrg/xdg from 0.4.0 to 0.5.0
Release notes
Sourced from github.com/adrg/xdg's releases.
v0.5.0
Changelog
user-dirs.dirsconfig file is now parsed on Unix-like operating systems (except for macOS and Plan 9). See XDG user directories README section for more details.- Updated
golang.org/x/sysdependency to the latest version.Internal
- Moved all path related functionality in internal
pathutilpackage.- Added internal
userdirspackage:
- Moved
xdg.UserDirectoriestouserdirs.Directories.- Added parsing functions for
user-dirs.dirsconfig file.- Improved package testing.
Commits
1356827Change definition of userdirs.ParseConfigFile and userdirs.ParseConfigd48cee0Merge pull request #86 from adrg/dependabot/go_modules/golang.org/x/sys-0.22.0c53b5d9Add Codecov token in Github actions tests workflowfe619a1Merge pull request #87 from adrg/parse-user-dirsed625eeMinor README.md updateac2d468Improve user directories README.md section27a1554Move UserDirectories struct in userdirs packagee72f914Update XDG user directories README.md sectione9e51acRemove xdgPath and xdgPaths functions28fbf4cReplace xdgPath and xdgPaths calls with pathutil equivalents- Additional commits viewable in compare view
Updates github.com/elliotchance/pie/v2 from 2.8.0 to 2.8.1
Commits
3595f52Renamed Lenght to Length everywhere 🗿 (#201)6766a26fix: markdown link (#199)- See full diff in compare view
Updates github.com/hashicorp/go-getter from 1.7.4 to 1.7.5
Release notes
Sourced from github.com/hashicorp/go-getter's releases.
v1.7.5
What's Changed
- Prevent Git Config Alteration on Git Update by
@dduzgun-securityin hashicorp/go-getter#497New Contributors
@dduzgun-securitymade their first contribution in hashicorp/go-getter#497Full Changelog: https://github.com/hashicorp/go-getter/compare/v1.7.4...v1.7.5
Commits
5a63fd9Merge pull request #497 from hashicorp/fix-git-update5b7ec5ffetch tags on update and fix tests9906874recreate git config during update to prevent config alteration- See full diff in compare view
Updates github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7
Changelog
Sourced from github.com/hashicorp/go-retryablehttp's changelog.
0.7.7 (May 30, 2024)
BUG FIXES:
- client: avoid potentially leaking URL-embedded basic authentication credentials in logs (#158)
Commits
1542b31v0.7.7defb9f4v0.7.7a99f07bMerge pull request #158 from dany74q/danny/redacted-url-in-logs8a28c57Merge branch 'main' into danny/redacted-url-in-logs86e852dMerge pull request #227 from hashicorp/dependabot/github_actions/actions/chec...47fe99eBump actions/checkout from 4.1.5 to 4.1.6490fc06Merge pull request #226 from testwill/ioutilf3e9417chore: remove refs to deprecated io/ioutil- See full diff in compare view
Updates github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0
Release notes
Sourced from github.com/hashicorp/hcl/v2's releases.
v2.21.0
Enhancements
- Introduce
ParseTraversalPartial, which allows traversals that include the splat ([*]) index operator. (#673)- ext/dynblock: Now accepts marked values in
for_each, and will transfer those marks (as much as technically possible) to values in the generated blocks. (#679)Bugs Fixed
- Expression evaluation will no longer panic if the splat operator is applied to an unknown value that has cty marks. (#678)
Changelog
Sourced from github.com/hashicorp/hcl/v2's changelog.
v2.21.0 (June 19, 2024)
Enhancements
- Introduce
ParseTraversalPartial, which allows traversals that include the splat ([*]) index operator. (#673)- ext/dynblock: Now accepts marked values in
for_each, and will transfer those marks (as much as technically possible) to values in the generated blocks. (#679)Bugs Fixed
- Expression evaluation will no longer panic if the splat operator is applied to an unknown value that has cty marks. (#678)
Commits
360ae57prepare for v2.21.0 releasef7e093agithub: Pin action refs to latest trusted by TSCCR (#683)212a40eUpdate CHANGELOG.md318bbfehcldec: Allow body-derived values to be marked9a64c17dynblock: Preserve marks from for_each expression into resultbc75765hclsyntax: Don't panic if splat operand is unknown and markedbf54697github: Set up Dependabot to manage HashiCorp-owned Actions versioning4521ae9github: Pin action refs to latest trusted by TSCCR (#677)1c5ae8fUpdate CHANGELOG.mdf7cd61aAdd additional function for parsing traversals with [*] keys (#673)- See full diff in compare view
Updates github.com/rs/zerolog from 1.32.0 to 1.33.0
Commits
c78e50eAdd fields order (#550)8582bedfix: useTimestampFuncin busrt sampler (#671) (#672)7d9db06Allow setting floating point precision in JSON. (#663)e5aa7e3Revert #6620efa414Fix panic caused by an extra malformedlevelfield (#665)eb081e1chore: fix some typos in comments (#667)2d899f0set debug log color (#662)74cf37aAdd EmptyFields method to remove all the fileds from logger (#575)e5edd4bRefactor: make code in comment valid and runable (#654)582007fAdd a time.Location to ConsoleWriter. (This allows UTC timestamps.) (#531)- Additional commits viewable in compare view
Updates github.com/spf13/cobra from 1.8.0 to 1.8.1
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.8.1
✨ Features
- Add env variable to suppress completion descriptions on create by
@scopin spf13/cobra#1938🐛 Bug fixes
- Micro-optimizations by
@scopin spf13/cobra#1957🔧 Maintenance
- build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by
@dependabotin spf13/cobra#2127- Consistent annotation names by
@nirsin spf13/cobra#2140- Remove fully inactivated linters by
@nirsin spf13/cobra#2148- Address golangci-lint deprecation warnings, enable some more linters by
@scopin spf13/cobra#2152🧪 Testing & CI/CD
- Add test for func in cobra.go by
@korovindenisin spf13/cobra#2094- ci: test golang 1.22 by
@cyrilicoin spf13/cobra#2113- Optimized and added more linting by
@scopin spf13/cobra#2099- build(deps): bump actions/setup-go from 4 to 5 by
@dependabotin spf13/cobra#2087- build(deps): bump actions/labeler from 4 to 5 by
@dependabotin spf13/cobra#2086- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by
@dependabotin spf13/cobra#2108- build(deps): bump actions/cache from 3 to 4 by
@dependabotin spf13/cobra#2102✏️ Documentation
- Fixes and docs for usage as plugin by
@nirsin spf13/cobra#2070- flags: clarify documentation that LocalFlags related function do not modify the state by
@niamsterin spf13/cobra#2064- chore: remove repetitive words by
@racerolein spf13/cobra#2122- Add LXC to the list of projects using Cobra
@VaradBelwalkarin spf13/cobra#2071- Update projects_using_cobra.md by
@marcuskohlbergin spf13/cobra#2089- [chore]: update projects using cobra by
@cmwylie19in spf13/cobra#2093- Add Taikun CLI to list of projects by
@Smidrain spf13/cobra#2098- Add Incus to the list of projects using Cobra by
@montag451in spf13/cobra#2118
... (truncated)
Commits
e94f6d0Address golangci-lint deprecation warnings, enable some more linters (#2152)8003b74Remove fully inactivated linters (#2148)5c2c1d6Consistent annotation names (#2140)5a1aceabuild(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 (#2127)0fc86c2docs: update user guide (#2128)6b5f577More linting (#2099)bd914e5fix: remove deprecated io/ioutils package (#2120)1f80fa2chore: remove repetitive words (#2122)c69ae4cci: test golang 1.22 (#2113)a30cee5build(deps): bump actions/cache from 3 to 4 (#2102)- Additional commits viewable in compare view
Updates github.com/spf13/viper from 1.18.2 to 1.19.0
Release notes
Sourced from github.com/spf13/viper's releases.
v1.19.0
What's Changed
Bug Fixes 🐛
- fix!: hide struct binding behind a feature flag by
@sagikazarmarkin spf13/viper#1720Dependency Updates ⬆️
- build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 by
@dependabotin spf13/viper#1705- build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 by
@dependabotin spf13/viper#1703- build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 by
@dependabotin spf13/viper#1713- build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 by
@dependabotin spf13/viper#1711- build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by
@dependabotin spf13/viper#1722- build(deps): bump github/codeql-action from 3.22.11 to 3.23.0 by
@dependabotin spf13/viper#1734- build(deps): bump actions/dependency-review-action from 3.1.4 to 3.1.5 by
@dependabotin spf13/viper#1731- build(deps): bump mheap/github-action-required-labels from 5.1.0 to 5.2.0 by
@dependabotin spf13/viper#1743- build(deps): bump github/codeql-action from 3.23.0 to 3.23.2 by
@dependabotin spf13/viper#1742- build(deps): bump actions/dependency-review-action from 3.1.5 to 4.0.0 by
@dependabotin spf13/viper#1739- build(deps): bump cachix/install-nix-action from 24 to 25 by
@dependabotin spf13/viper#1737- build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by
@dependabotin spf13/viper#1751- build(deps): bump github/codeql-action from 3.24.0 to 3.24.1 by
@dependabotin spf13/viper#1760- build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.0 by
@dependabotin spf13/viper#1761- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by
@dependabotin spf13/viper#1757- build(deps): bump mheap/github-action-required-labels from 5.2.0 to 5.3.0 by
@dependabotin spf13/viper#1759- build(deps): bump github/codeql-action from 3.24.1 to 3.24.3 by
@dependabotin spf13/viper#1763- build(deps): bump github.com/sagikazarmark/crypt from 0.17.0 to 0.18.0 by
@dependabotin spf13/viper#1774- build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by
@dependabotin spf13/viper#1770- build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by
@dependabotin spf13/viper#1776- build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by
@dependabotin spf13/viper#1775- build(deps): bump cachix/install-nix-action from 25 to 26 by
@dependabotin spf13/viper#1778- build(deps): bump actions/dependency-review-action from 4.1.0 to 4.1.3 by
@dependabotin spf13/viper#1767- build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by
@dependabotin spf13/viper#1790- build(deps): bump mheap/github-action-required-labels from 5.3.0 to 5.4.0 by
@dependabotin spf13/viper#1789- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by
@dependabotin spf13/viper#1780- build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.4 by
@dependabotin spf13/viper#1793- chore: upgrade crypt by
@sagikazarmarkin spf13/viper#1794- build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0 by
@dependabotin spf13/viper#1788- build(deps): bump actions/dependency-review-action from 4.2.4 to 4.2.5 by
@dependabotin spf13/viper#1796- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1 by
@dependabotin spf13/viper#1804- build(deps): bump github/codeql-action from 3.24.9 to 3.25.1 by
@dependabotin spf13/viper#1806- build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by
@dependabotin spf13/viper#1807- build(deps): bump actions/checkout from 4.1.2 to 4.1.3 by
@dependabotin spf13/viper#1808- build(deps): bump actions/checkout from 4.1.3 to 4.1.4 by
@dependabotin spf13/viper#1813- build(deps): bump github/codeql-action from 3.25.1 to 3.25.2 by
@dependabotin spf13/viper#1811- build(deps): bump mheap/github-action-required-labels from 5.4.0 to 5.4.1 by
@dependabotin spf13/viper#1817- build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by
@dependabotin spf13/viper#1821- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2 by
@dependabotin spf13/viper#1822- build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by
@dependabotin spf13/viper#1824- build(deps): bump github/codeql-action from 3.25.2 to 3.25.4 by
@dependabotin spf13/viper#1828- build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 by
@dependabotin spf13/viper#1829- build(deps): bump github/codeql-action from 3.25.4 to 3.25.7 by
@dependabotin spf13/viper#1844
... (truncated)
Commits
b9733f0build(deps): bump actions/checkout from 4.1.4 to 4.1.66ecc5c8build(deps): bump cachix/install-nix-action from 26 to 27248c6fdbuild(deps): bump github/codeql-action from 3.25.4 to 3.25.7abea773Update references to bketelsen/cryptf17acb4build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.18e285a5build(deps): bump github/codeql-action from 3.25.2 to 3.25.44017620build(deps): bump actions/setup-go from 5.0.0 to 5.0.1b67e814build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.24a182c7build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.245a0e12build(deps): bump mheap/github-action-required-labels- Additional commits viewable in compare view
Updates golang.org/x/oauth2 from 0.20.0 to 0.21.0
Commits
5fd4241google: update compute token refresh- See full diff in compare view
Updates github.com/google/uuid from 1.5.0 to 1.6.0
Release notes
Sourced from github.com/google/uuid's releases.
v1.6.0
1.6.0 (2024-01-16)
Features
Bug Fixes
Commits
0f11ee6chore(master): release 1.6.0 (#151)16939dachore(tests): add strict monotonicity test case for uuid v7. (#154)016b199fix: fix typo in version 7 uuid documentation (#153)1d8b6eaci: set token permissions to github workflows (#143)a2b2b32fix: Monotonicity in UUIDv7 (#150)c58770efeat: add Max UUID constant (#149)- See full diff in compare view
Updates github.com/mach-composer/mach-composer-plugin-sdk/v2 from 2.0.0 to 2.0.1
Changelog
Sourced from github.com/mach-composer/mach-composer-plugin-sdk/v2's changelog.
v2.0.1 - 2024-05-17
Dependency
- chore(deps): bump github/codeql-action from 2 to 3 in the github-actions group across 1 directory
- chore(deps): bump github.com/hashicorp/go-plugin from 1.6.0 to 1.6.1 in the go group
Commits
0a0f7fcMerge pull request #14 from mach-composer/release/v2.0.1ea3a14bRelease v2.0.14eb1571Merge pull request #15 from mach-composer/dependabot/go_modules/go-8aa7a72b71b144d85chore(deps): add changelog for dependabot updates8a11fbfchore(deps): bump github.com/hashicorp/go-plugin in the go group4a31eb7Create Dependency-20240510-142032.yamlf4598f2Merge pull request #13 from mach-composer/dependabot/github_actions/github-ac...09e6121Merge pull request #11 from mach-composer/dependabot/go_modules/go-8442f99f563fb67c2chore(deps): bump github/codeql-actionaa8bea7chore(deps): bump the go group with 3 updates- Additional commits viewable in compare view
Updates golang.org/x/mod from 0.17.0 to 0.19.0
Commits
d58be1csumdb/tlog: set the hash of the empty tree according to RFC 6962232e49fRevert "module: add COM0 and LPT0 to badWindowsNames"c0bdc7bmodfile: add API for godebug lines6686f41module: add COM0 and LPT0 to badWindowsNames- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions