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 10 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/go-git/go-git/v5 | 5.11.0 |
5.12.0 |
| github.com/hashicorp/go-getter | 1.7.3 |
1.7.4 |
| github.com/hashicorp/go-hclog | 1.6.2 |
1.6.3 |
| github.com/hashicorp/go-retryablehttp | 0.7.5 |
0.7.6 |
| github.com/hashicorp/hcl/v2 | 2.19.1 |
2.20.1 |
| github.com/rs/zerolog | 1.31.0 |
1.32.0 |
| github.com/zclconf/go-cty | 1.14.1 |
1.14.4 |
| golang.org/x/oauth2 | 0.19.0 |
0.20.0 |
| golang.org/x/sync | 0.6.0 |
0.7.0 |
| golang.org/x/mod | 0.14.0 |
0.17.0 |
Updates github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0
Release notes
Sourced from github.com/go-git/go-git/v5's releases.
v5.12.0
What's Changed
- git: Worktree.AddWithOptions: add skipStatus option when providing a specific path by
@moranCohen26in go-git/go-git#994- git: Signer: fix usage of crypto.Signer interface by
@wlynchin go-git/go-git#1029- git: Remote, fetch, adds the prune option. by
@juliensin go-git/go-git#366- git: Add crypto.Signer option to CommitOptions. by
@wlynchin go-git/go-git#996- git: Worktree checkout tag hash id (#959) by
@aymanbagabasin go-git/go-git#966- git: Worktree, Don't panic on empty or root path when checking if it is valid by
@tim775in go-git/go-git#1042- git: Add commit validation for Reset by
@pjbgfin go-git/go-git#1048- git: worktree_commit, Fix amend commit to apply changes. Fixes #1024 by
@onee-onlyin go-git/go-git#1045- git: Implement Merge function with initial
FastForwardMergesupport by@pjbgfin go-git/go-git#1044- plumbing: object, Make first commit visible on logs filtered with filename. Fixes #191 by
@onee-onlyin go-git/go-git#1036- plumbing: no panic in printStats function. Fixes #177 by
@nodivbyzeroin go-git/go-git#971- plumbing: object, Optimize logging with file. by
@onee-onlyin go-git/go-git#1046- plumbing: object, check legitimacy in (*Tree).Encode by
@niukuoin go-git/go-git#967- plumbing: format/gitattributes, close file in ReadAttributesFile by
@prskrin go-git/go-git#1018- plumbing: check setAuth error. Fixes #185 by
@nodivbyzeroin go-git/go-git#969- plumbing: object, fix variable defaultUtf8CommitMessageEncoding name spell error by
@Jerry-yzin go-git/go-git#987- utils: merkletrie, calculate filesystem node's hash lazily. by
@candid82in go-git/go-git#825- utils: update comment in node.go's Hash() by
@codablockin go-git/go-git#992- _example: fix 404 link and added ssh-agent clone link by
@grinish21in go-git/go-git#1022- _example: checkout-branch example by
@dlambdain go-git/go-git#446- _example: example for git clone using ssh-agent by
@pjbgfin go-git/go-git#998New Contributors
@candid82made their first contribution in go-git/go-git#825@codablockmade their first contribution in go-git/go-git#992@Jerry-yzmade their first contribution in go-git/go-git#987@wlynchmade their first contribution in go-git/go-git#996@moranCohen26made their first contribution in go-git/go-git#994@grinish21made their first contribution in go-git/go-git#1022@prskrmade their first contribution in go-git/go-git#1018@dlambdamade their first contribution in go-git/go-git#446@juliensmade their first contribution in go-git/go-git#366@onee-onlymade their first contribution in go-git/go-git#1036@tim775made their first contribution in go-git/go-git#1042@niukuomade their first contribution in go-git/go-git#967@avoidalonemade their first contribution in go-git/go-git#1047Full Changelog: https://github.com/go-git/go-git/compare/v5.11.0...v5.12.0
Commits
302dddeMerge pull request #1060 from go-git/dependabot/go_modules/github.com/gliderl...6bba34dbuild: bump github.com/gliderlabs/ssh from 0.3.6 to 0.3.7feaeb36Merge pull request #937 from matejrisek/feature/rename-short-fields7959a42Merge pull request #1052 from go-git/dependabot/go_modules/github.com/skeema/...4c17ce7build: bump github.com/skeema/knownhosts from 1.2.1 to 1.2.23f77e6fMerge pull request #1048 from pjbgf/fix-reset-validation6af38e0Merge pull request #1047 from avoidalone/mastere6c3e58Merge pull request #1044 from pjbgf/ff-merge04f7b23*: fix some commentsf4f1a87Merge pull request #971 from nodivbyzero/fix-177-diff-print-file-stats- Additional commits viewable in compare view
Updates github.com/hashicorp/go-getter from 1.7.3 to 1.7.4
Release notes
Sourced from github.com/hashicorp/go-getter's releases.
v1.7.4
What's Changed
- Escape user-provided strings in
gitcommands hashicorp/go-getter#483- Fixed a bug in
.netrchandling if the file does not exist hashicorp/go-getter#433Full Changelog: https://github.com/hashicorp/go-getter/compare/v1.7.3...v1.7.4
Commits
Updates github.com/hashicorp/go-hclog from 1.6.2 to 1.6.3
Release notes
Sourced from github.com/hashicorp/go-hclog's releases.
Optional JSON escaping
What's Changed
- hclogvet: updates for go1.22 by
@shoenigin hashicorp/go-hclog#138- support configure json escape when log in json format by
@Ericwwwin hashicorp/go-hclog#141New Contributors
@Ericwwwmade their first contribution in hashicorp/go-hclog#141Full Changelog: https://github.com/hashicorp/go-hclog/compare/v1.6.2...v1.6.3
Commits
Updates github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.6
Changelog
Sourced from github.com/hashicorp/go-retryablehttp's changelog.
0.7.6 (May 9, 2024)
ENHANCEMENTS:
- client: support a
RetryPreparefunction for modifying the request before retrying (#216)- client: support HTTP-date values for
Retry-Afterheader value (#138)- client: avoid reading entire body when the body is a
*bytes.Reader(#197)BUG FIXES:
- client: fix a broken check for invalid server certificate in go 1.20+ (#210)
Commits
d969eaaMerge pull request #225 from hashicorp/manicminer-patch-22ad8ed4v0.7.64077b29Changelog for #2101643719Merge pull request #210 from tomclegg/noretry-header-certeb08cceMerge branch 'main' into noretry-header-cert4fb315eMerge pull request #224 from hashicorp/tooling/pr-actionsf67cc6edeprecations, lintinge82c700GHA workflows for unit tests834d13dupdate go versione6c9accMerge pull request #223 from hashicorp/manicminer-patch-1- Additional commits viewable in compare view
Updates github.com/hashicorp/hcl/v2 from 2.19.1 to 2.20.1
Release notes
Sourced from github.com/hashicorp/hcl/v2's releases.
v2.20.1
Bugs Fixed
- Return
ExprSyntaxErrorwhen an invalid namespaced function is encountered during parsing (#668)Internal
- Standardize on only two value dumping/diffing libraries (#669)
v2.20.0
What's Changed
- Namespaced functions by
@jbardinin hashicorp/hcl#639- fix: fix NameRange for namespaced functions by
@ansgarmin hashicorp/hcl#651- prefer iterator error over for_each by
@DanielMSchmidtin hashicorp/hcl#656- Create an error type for unknown function diags by
@jbardinin hashicorp/hcl#657- Typo fix in spec.md by
@elliotbonnevillein hashicorp/hcl#652- hclwrite: Fix formatting of namespaced functions by
@radeksimkoin hashicorp/hcl#658- Run unit tests on macOS by
@radeksimkoin hashicorp/hcl#660- Fix license headers by
@radeksimkoin hashicorp/hcl#659- Add make targets for common checks + fixes by
@radeksimkoin hashicorp/hcl#661- Use new make targets in CI by
@radeksimkoin hashicorp/hcl#663New Contributors
@ansgarmmade their first contribution in hashicorp/hcl#651@DanielMSchmidtmade their first contribution in hashicorp/hcl#656@elliotbonnevillemade their first contribution in hashicorp/hcl#652Full Changelog: https://github.com/hashicorp/hcl/compare/v2.19.1...v2.20.0
Changelog
Sourced from github.com/hashicorp/hcl/v2's changelog.
v2.20.1 (March 26, 2024)
Bugs Fixed
- Return
ExprSyntaxErrorwhen an invalid namespaced function is encountered during parsing (#668)Internal
- Standardize on only two value dumping/diffing libraries (#669)
v2.20.0 (February 29, 2024)
Enhancements
- Support for namespaced functions (#639)
Bugs Fixed
- ext/dynblock: if
iteratoris invalid return this error instead of consequential errors (#656)v2.19.0 (October 16, 2023)
Enhancements
- ext/dynblock:
dynblock.Expandnow supports an optional hook for calling applications to check and potentially veto (by returning error diagnostics) particularfor_eachvalues. The behavior is unchanged for callers that don't set the new option. (#634)Bugs Fixed
- hclsyntax: Further fixes for treatment of "marked" values in the conditional expression, and better tracking of refined values into the conditional expression results, building on the fixes from v2.18.1. (#633)
v2.18.1 (October 5, 2023)
Bugs Fixed
- hclsyntax: Conditional expressions will no longer panic when one or both of their results are "marked", as is the case for situations like how HashiCorp Terraform tracks its concept of "sensitive values". (#630)
v2.18.0 (August 30, 2023)
Enhancements
HCL now uses the tables from Unicode 15 when performing string normalization and character segmentation. HCL was previously using the Unicode 13 tables.
For calling applications where consistent Unicode support is important, consider also upgrading to Go 1.21 at the same time as adopting HCL v2.18.0 so that the standard library unicode tables (used for case folding, etc) will also be from Unicode 15.
v2.17.1 (August 30, 2023)
Enhancements
- hclsyntax: When evaluating string templates that have a long known constant prefix, HCL will truncate the known prefix to avoid creating excessively-large refinements. String prefix refinements are intended primarily for relatively-short fixed prefixes, such as
https://at the start of a URL known to use that scheme. (#617)- ext/tryfunc: The "try" and "can" functions now handle unknown values slightly more precisely, and so can return known values in more situations when given expressions referring to unknown symbols. (#622)
... (truncated)
Commits
303be61Update CHANGELOG for 2.20.12a0a3f0Standardize on only two value dumping/diffing libraries5160967Merge pull request #668 from hashicorp/add-expr-syntax-errorcc3af98fix test error message if wrong type54e4175add SrcRange to ExprSyntaxError53ee54echore: add test from #6651cbb0d4feat: return ExprSyntaxError instead of nil when expression parsing fails for...57f8bbfupdate CHANGELOG.md for v2.2021a05d5Merge pull request #663 from hashicorp/ci-workflow-updates1f6a0f7Use make targets in CI- Additional commits viewable in compare view
Updates github.com/rs/zerolog from 1.31.0 to 1.32.0
Commits
147ae65Fix prettylog piping (#644)4d78dc5Add forwarding close methods to several writer implementations (#636)c1ab4edMake Log.Fatal() call Close on the writer before os.Exit(1) (#634)417580dadd: ContextLogger Interface LogObjectMarshaler (#623)602e90aFixed failing tests (#626)a9ec232Add stacktrace to Context (#630)3e8ae07Refactor: change Hook(h Hook) to Hook(hooks ...Hook) (#629)7fa45a4fixed documentation for tracing hook (#621)93fb5cbAdd TriggerLevelWriter. (#602)83e03c7stop using deprecated io/ioutils package (#620) (#620)- Additional commits viewable in compare view
Updates github.com/stretchr/testify from 1.8.4 to 1.9.0
Release notes
Sourced from github.com/stretchr/testify's releases.
v1.9.0
What's Changed
- Fix Go modules version by
@SuperQin stretchr/testify#1394- Document that require is not safe to call in created goroutines by
@programmer04in stretchr/testify#1392- Remove myself from MAINTAINERS.md by
@mvdkleijnin stretchr/testify#1367- Correct spelling/grammar by
@echarrodin stretchr/testify#1389- docs: Update URLs in README by
@davidjbin stretchr/testify#1349- Update mockery link to Github Pages in README by
@LandonTClippin stretchr/testify#1346- docs: Fix typos in tests and comments by
@alexandearin stretchr/testify#1410- CI: tests from go1.17 by
@SuperQin stretchr/testify#1409- Fix adding ? when no values passed by
@lesichkovmin stretchr/testify#1320- codegen: use standard header for generated files by
@dolmenin stretchr/testify#1406- mock: AssertExpectations log reason only on failure by
@hikyaru-suzukiin stretchr/testify#1360- assert: fix flaky TestNeverTrue by
@dolmenin stretchr/testify#1417- README: fix typos "set up" vs "setup" by
@ossan-devin stretchr/testify#1428- mock: move regexp compilation outside of
Calledby@aud10slavein stretchr/testify#631- assert: refactor internal func getLen() by
@dolmenin stretchr/testify#1445- mock: deprecate type AnythingOfTypeArgument (#1434) by
@dolmenin stretchr/testify#1441- Remove no longer needed assert.canConvert by
@alexandearin stretchr/testify#1470- assert: ObjectsAreEqual: use time.Equal for time.Time types by
@tscalesin stretchr/testify#1464- Bump actions/checkout from 3 to 4 by
@dependabotin stretchr/testify#1466- Bump actions/setup-go from 3.2.0 to 4.1.0 by
@dependabotin stretchr/testify#1451- fix: make EventuallyWithT concurrency safe by
@czeslavoin stretchr/testify#1395- assert: fix httpCode and HTTPBody occur panic when http.Handler read Body by
@hiduin stretchr/testify#1484- assert.EqualExportedValues: fix handling of arrays by
@zrbeckerin stretchr/testify#1473- .github: use latest Go versions by
@kevinburkesegmentin stretchr/testify#1489- assert: Deprecate EqualExportedValues by
@HaraldNordgrenin stretchr/testify#1488- suite: refactor test assertions by
@alexandearin stretchr/testify#1474- suite: fix SetupSubTest and TearDownSubTest execution order by
@linusbarthin stretchr/testify#1471- docs: Fix deprecation comments for http package by
@alexandearin stretchr/testify#1335- Add map support doc comments to Subset and NotSubset by
@jedevcin stretchr/testify#1306- TestErrorIs/TestNotErrorIs: check error message contents by
@craig65535in stretchr/testify#1435- suite: fix subtest names (fix #1501) by
@dolmenin stretchr/testify#1504- assert: improve unsafe.Pointer tests by
@dolmenin stretchr/testify#1505- assert: simplify isNil implementation by
@dolmenin stretchr/testify#1506- assert.InEpsilonSlice: fix expected/actual order and other improvements by
@dolmenin stretchr/testify#1483- Fix dependency cycle with objx #1292 by
@dolmenin stretchr/testify#1453- mock: refactor TestIsArgsEqual by
@dolmenin stretchr/testify#1444- mock: optimize argument matching checks by
@dolmenin stretchr/testify#1416- assert: fix TestEventuallyTimeout by
@dolmenin stretchr/testify#1412- CI: add go 1.21 in GitHub Actions by
@dolmenin stretchr/testify#1450- suite: fix recoverAndFailOnPanic to report test failure at the right location by
@dolmenin stretchr/testify#1502- Update maintainers by
@brackendawsonin stretchr/testify#1533- assert: Fix EqualValues to handle overflow/underflow by
@arjunmahishiin stretchr/testify#1531- assert: better formatting for Len() error by
@kevinburkesegmentin stretchr/testify#1485- Ensure AssertExpectations does not fail in skipped tests by
@ianrose14in stretchr/testify#1331- suite: fix deadlock in suite.Require()/Assert() by
@arjunmahishiin stretchr/testify#1535- Revert "assert: ObjectsAreEqual: use time.Equal for time.Time type" by
@brackendawsonin stretchr/testify#1537- [chore] Add issue templates by
@arjunmahishiin stretchr/testify#1538- Update the build status badge by
@brackendawsonin stretchr/testify#1540
... (truncated)
Commits
bb548d0Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...814075fbuild(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2e045612Merge pull request #1339 from bogdandrutu/uintptr5b6926dMerge pull request #1385 from hslatman/not-implements9f97d67Merge pull request #1550 from stretchr/release-notesbcb0d3fInclude the auto-release notes in releasesfb770f8Merge pull request #1247 from ccoVeille/typos85d8bb6fix typos in comments, tests and github templatese2741faMerge pull request #1548 from arjunmahishi/msgAndArgs6e59f20http_assertions: assert that the msgAndArgs actually works in tests- Additional commits viewable in compare view
Updates github.com/zclconf/go-cty from 1.14.1 to 1.14.4
Changelog
Sourced from github.com/zclconf/go-cty's changelog.
1.14.4 (March 20, 2024)
msgpack: Now uses string encoding instead of float encoding for a whole number that is too large to fit in any of MessagePack's integer types.function/stdlib: Type conversion functions (constructed withMakeToFunc) can now convert null values of unknown type into null values of the target type, rather than returning an unknown value in that case.json: Will now correctly reject attempts to encodecty.DynamicVal, whereas before it would just produce an invalid JSON document without any error. (This is invalid because JSON encoding cannot support unknown values at all;cty.DynamicValis a special case of unknown value where even the type isn't known.)1.14.3 (February 29, 2024)
msgpack: Fixed edge-case bug that could cause loss of floating point precision when round-tripping due to incorrectly using a MessagePack integer to represent a large non-integral number. #176cty: Fixed some false-negative numeric equality test results by comparing numbers as integers when possible. #1761.14.2 (January 23, 2024)
convert: Converting from an unknown map value to an object type now correctly handles the situation where the map element type disagrees with an optional attribute of the target type, since when a map value is unknown we don't yet know which keys it has and thus cannot predict what subset of the elements will get converted as attributes in the resulting object. (#175)
Commits
74286a8v1.14.4 release4a34c33json: Refuse to encode cty.DynamicVal4b76b75stdlib: Conversion functions can accept unknown-typed nullsf41ae52msgpack: Never marshal integers as MessagePack float0e3c880functions: lookup third argument is not optionala0c3e7bPrepare for possible future 1.14.4 release304e4a8v1.14.3 release50ce6d3Update CHANGELOG.md1e9442ddon't use compact floats in msgpacka0315a5Use integer comparison for equality- Additional commits viewable in compare view
Updates golang.org/x/oauth2 from 0.19.0 to 0.20.0
Commits
84cb9f7oauth2: fix typo in comment4b7f0bdgo.mod: update cloud.google.com/go/compute/metadata dependencye11eea8microsoft: added DeviceAuthURL to AzureADEndpoint- See full diff in compare view
Updates golang.org/x/sync from 0.6.0 to 0.7.0
Commits
14be23esemaphore: cancel acquisition with a done context- See full diff in compare view
Updates github.com/sergi/go-diff from 1.3.1 to 1.3.2-0.20230802210424-5b0b94c5c0d3
Commits
- See full diff in compare view
Updates golang.org/x/mod from 0.14.0 to 0.17.0
Commits
aa51b25modfile: do not collapse if there are unattached comments within blocks87140ecsumdb/tlog: make NewTiles only generate strictly necessary tiles18d3f56modfile: fix crash on AddGoStmt in empty File766dc5dmodfile: use new go version string format in WorkFile.add errorfa1ba42sumdb: replace globsMatchPath with module.MatchPrefixPatterns- 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