这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: xchapter7x/clarity

Tags

v0.7.1-rc.3

Toggle v0.7.1-rc.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump github.com/onsi/gomega from 1.4.3 to 1.10.1 (#10)

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.4.3 to 1.10.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.4.3...v1.10.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

v0.7.1-rc.2

Toggle v0.7.1-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.7.1-rc.1

Toggle v0.7.1-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.7.1-rc.0

Toggle v0.7.1-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.7.0

Toggle v0.7.0's commit message
fixes hcl1/2 attribute compatibility

there was an issue with the cross version
compat on the attributes. this should now be
fixed supporting both versions

#1

v0.6.2-rc.13

Toggle v0.6.2-rc.13's commit message
fixes hcl1/2 attribute compatibility

there was an issue with the cross version
compat on the attributes. this should now be
fixed supporting both versions

#1

v0.6.2-rc.12

Toggle v0.6.2-rc.12's commit message
adds a fine grained attribute matcher check to test suite

this is needed b/c the different versions of hcl
create different object structures for attributes

we now convert them in the test to check for cross
version compatibility, rather than have 2 separate
tests

v0.6.2-rc.11

Toggle v0.6.2-rc.11's commit message
add hcl2 support

there is now a new option for users to select
#1

v0.6.2-rc.10

Toggle v0.6.2-rc.10's commit message
hcl2 tests toggled off

add a test suite to cover hcl2 functionality,
currently toggled off while featuer is
implemented

#1

v0.6.2-rc.9

Toggle v0.6.2-rc.9's commit message
adds toggle for hcl1/2

we can now implement a user facing toggle
as there is a mechanism by which we can
use either hcl1 or 2 on the backend

issue: #1