Sourced from github.com/hashicorp/terraform-json's releases.
v0.23.0
ENHANCEMENTS:
- Add support for ephemeral resources by
@radeksimko
in hashicorp/terraform-json#138- Add action forget by
@ilya-hontarau
in hashicorp/terraform-json#126INTERNAL:
- Add a catalog-info.yaml file for Backstage by
@imakewebthings
in hashicorp/terraform-json#137- build(deps): Bump workflows to latest trusted versions by
@hashicorp-tsccr
in hashicorp/terraform-json#132- build(deps): Bump workflows to latest trusted versions by
@hashicorp-tsccr
in hashicorp/terraform-json#134- build(deps): Bump workflows to latest trusted versions by
@hashicorp-tsccr
in hashicorp/terraform-json#136- build(deps): Bump workflows to latest trusted versions by
@hashicorp-tsccr
in hashicorp/terraform-json#139- build(deps): Bump workflows to latest trusted versions by
@hashicorp-tsccr
in hashicorp/terraform-json#140- Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 by
@dependabot
in hashicorp/terraform-json#133- Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 by
@dependabot
in hashicorp/terraform-json#135Full Changelog: https://github.com/hashicorp/terraform-json/compare/v0.22.1...v0.23.0
888d47a
build(deps): Bump workflows to latest trusted versions (#140)76bdbbf
build(deps): Bump workflows to latest trusted versions (#139)51492df
Add support for ephemeral resources (#138)3b3d508
Merge pull request #137
from imakewebthings/ct/backstage-catalog-infoc285c1a
Add a catalog-info.yaml file for Backstagedb693d5
build(deps): Bump workflows to latest trusted versions (#136)0104004
Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 (#135)bb8c49e
Add action forget (#126)7d39b02
build(deps): Bump workflows to latest trusted versions (#134)9e856e8
Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 (#133)151027e
README: don't recommend go getefd25da
go.mod: update golang.org/x dependencies8a0e65e
README: don't recommend go getfefda1a
internal/texttest: remove Run and Bench helpersa457f47
all: normalize subtest names to NFCdec0365
sumdb: make data tiles by Server compatible with sum.golang.orgc8a7319
x/mod: fix handling of vendored packages with '/vendor' in non-top-level
paths9cd0e4c
x/mod: remove vendor/modules.txt from module download22134a4
README: don't recommend go getb725e36
go.mod: update golang.org/x dependencies54df7da
README: don't recommend go getSourced from github.com/Masterminds/semver/v3's releases.
v3.3.1
What's Changed
- Fix for allowing some version that were invalid by
@mattfarina
in Masterminds/semver#253Full Changelog: https://github.com/Masterminds/semver/compare/v3.3.0...v3.3.1
1558ca3
Merge pull request #253
from mattfarina/fix-bad-versions252dd61
Fix for allowing some version that were invalidSourced from github.com/stretchr/testify's releases.
v1.10.0
What's Changed
Functional Changes
- Add PanicAssertionFunc by
@fahimbagar
in stretchr/testify#1337- assert: deprecate CompareType by
@dolmen
in stretchr/testify#1566- assert: make YAML dependency pluggable via build tags by
@dolmen
in stretchr/testify#1579- assert: new assertion NotElementsMatch by
@hendrywiranto
in stretchr/testify#1600- mock: in order mock calls by
@ReyOrtiz
in stretchr/testify#1637- Add assertion for NotErrorAs by
@palsivertsen
in stretchr/testify#1129- Record Return Arguments of a Call by
@jayd3e
in stretchr/testify#1636- assert.EqualExportedValues: accepts everything by
@redachl
in stretchr/testify#1586Fixes
- assert: make tHelper a type alias by
@dolmen
in stretchr/testify#1562- Do not get argument again unnecessarily in Arguments.Error() by
@TomWright
in stretchr/testify#820- Fix time.Time compare by
@myxo
in stretchr/testify#1582- assert.Regexp: handle []byte array properly by
@kevinburkesegment
in stretchr/testify#1587- assert: collect.FailNow() should not panic by
@marshall-lee
in stretchr/testify#1481- mock: simplify implementation of FunctionalOptions by
@dolmen
in stretchr/testify#1571- mock: caller information for unexpected method call by
@spirin
in stretchr/testify#1644- suite: fix test failures by
@stevenh
in stretchr/testify#1421- Fix issue #1662 (comparing infs should fail) by
@ybrustin
in stretchr/testify#1663- NotSame should fail if args are not pointers #1661 by
@sikehish
in stretchr/testify#1664- Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI by
@sikehish
in stretchr/testify#1667- fix: compare functional option names for indirect calls by
@arjun-1
in stretchr/testify#1626Documantation, Build & CI
- .gitignore: ignore "go test -c" binaries by
@dolmen
in stretchr/testify#1565- mock: improve doc by
@dolmen
in stretchr/testify#1570- mock: fix FunctionalOptions docs by
@snirye
in stretchr/testify#1433- README: link out to the excellent testifylint by
@brackendawson
in stretchr/testify#1568- assert: fix typo in comment by
@JohnEndson
in stretchr/testify#1580- Correct the EventuallyWithT and EventuallyWithTf example by
@JonCrowther
in stretchr/testify#1588- CI: bump softprops/action-gh-release from 1 to 2 by
@dependabot
in stretchr/testify#1575- mock: document more alternatives to deprecated AnythingOfTypeArgument by
@dolmen
in stretchr/testify#1569- assert: Correctly document EqualValues behavior by
@brackendawson
in stretchr/testify#1593- fix: grammar in godoc by
@miparnisari
in stretchr/testify#1607- .github/workflows: Run tests for Go 1.22 by
@HaraldNordgren
in stretchr/testify#1629- Document suite's lack of support for t.Parallel by
@brackendawson
in stretchr/testify#1645- assert: fix typos in comments by
@alexandear
in stretchr/testify#1650- mock: fix doc comment for NotBefore by
@alexandear
in stretchr/testify#1651- Generate better comments for require package by
@Neokil
in stretchr/testify#1610- README: replace Testify V2 notice with
@dolmen
's V2 manifesto by@hendrywiranto
in stretchr/testify#1518New Contributors
@fahimbagar
made their first contribution in stretchr/testify#1337@TomWright
made their first contribution in stretchr/testify#820@snirye
made their first contribution in stretchr/testify#1433@myxo
made their first contribution in stretchr/testify#1582@JohnEndson
made their first contribution in stretchr/testify#1580
... (truncated)
89cbdd9
Merge pull request #1626
from arjun-1/fix-functional-options-diff-indirect-calls07bac60
Merge pull request #1667
from sikehish/flaky716de8d
Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in
CI118fb83
NotSame should fail if args are not pointers #1661
(#1664)7d99b2b
attempt 205f87c0
more similarea7129e
better fmta1b9c9e
Merge pull request #1663
from ybrustin/master8302de9
Merge branch 'master' into master89352f7
Merge pull request #1518
from hendrywiranto/adjust-readme-remove-v2Sourced from github.com/databricks/databricks-sdk-go's releases.
v0.52.0
Internal Changes
- Update Jobs GetRun API to support paginated responses for jobs and ForEach tasks (#1089).
API Changes:
- Added
ServicePrincipalClientId
field for apps.App.- Added
AzureServicePrincipal
,GcpServiceAccountKey
andReadOnly
fields for catalog.CreateCredentialRequest.- Added
AzureServicePrincipal
,ReadOnly
andUsedForManagedStorage
fields for catalog.CredentialInfo.- Added
AzureServicePrincipal
andReadOnly
fields for catalog.UpdateCredentialRequest.- Added
ExternalLocationName
,ReadOnly
andUrl
fields for catalog.ValidateCredentialRequest.- Added
IsDir
field for catalog.ValidateCredentialResponse.- Changed
CreateCredential
andGenerateTemporaryServiceCredential
methods for w.Credentials workspace-level service with new required argument order.- Changed
AccessConnectorId
field for catalog.AzureManagedIdentity to be required.- Changed
AccessConnectorId
field for catalog.AzureManagedIdentity to be required.- Changed
Name
field for catalog.CreateCredentialRequest to be required.- Changed
CredentialName
field for catalog.GenerateTemporaryServiceCredentialRequest to be required.OpenAPI SHA: f2385add116e3716c8a90a0b68e204deb40f996c, Date: 2024-11-15
Sourced from github.com/databricks/databricks-sdk-go's changelog.
[Release] Release v0.52.0
Internal Changes
- Update Jobs GetRun API to support paginated responses for jobs and ForEach tasks (#1089).
API Changes:
- Added
ServicePrincipalClientId
field for apps.App.- Added
AzureServicePrincipal
,GcpServiceAccountKey
andReadOnly
fields for catalog.CreateCredentialRequest.- Added
AzureServicePrincipal
,ReadOnly
andUsedForManagedStorage
fields for catalog.CredentialInfo.- Added
AzureServicePrincipal
andReadOnly
fields for catalog.UpdateCredentialRequest.- Added
ExternalLocationName
,ReadOnly
andUrl
fields for catalog.ValidateCredentialRequest.- Added
IsDir
field for catalog.ValidateCredentialResponse.- Changed
CreateCredential
andGenerateTemporaryServiceCredential
methods for w.Credentials workspace-level service with new required argument order.- Changed
AccessConnectorId
field for catalog.AzureManagedIdentity to be required.- Changed
AccessConnectorId
field for catalog.AzureManagedIdentity to be required.- Changed
Name
field for catalog.CreateCredentialRequest to be required.- Changed
CredentialName
field for catalog.GenerateTemporaryServiceCredentialRequest to be required.OpenAPI SHA: f2385add116e3716c8a90a0b68e204deb40f996c, Date: 2024-11-15