Skip to content

Releases: mumoshu/variant2

v0.38.0

04 Jul 22:39
1c43923
Compare
Choose a tag to compare

Changelog

1c43923 fix(TestDeps): support go v1.16 (#52)

v0.37.1

13 Feb 23:30
Compare
Choose a tag to compare

Changelog

4f4dc7a Fix panic on init failure like conflicting import

v0.37.0

05 Jan 01:04
5ca020a
Compare
Choose a tag to compare

Changelog

5ca020a Support for merging multiple config files from variable (#43)

v0.36.1

06 Dec 07:52
ac91ec8
Compare
Choose a tag to compare

Changelog

ac91ec8 Use the same version of sdk as variant for variant export (#41)

v0.36.0

29 Nov 07:59
Compare
Choose a tag to compare

Changelog

43ded37 Fix regression in the test framework
feb2a9c Initial working version of the source-controller integration
2504419 Fix failing smoke tests due to additional go-mod-replace requirement
d370874 Fix go.mod
e87c78a Fix dead-lock in checkoutSources
4ace6bf Fix .gitignore
149416c Initial iteration for source-controller integration
30ee7ff Add more context to run error (#40)

v0.35.0

29 Oct 09:09
e700bc8
Compare
Choose a tag to compare

Changelog

e700bc8 Merge pull request #35 from mumoshu/run-as-k8s-controller
378df01 Even longer timeout for golangci-lint
5f725bf Add default VARIANT_BUILD_MOD_REPLACE to make variant export go/binary successful
e130c45 Longer timeout for golangci-lint
8b76431 Fix lint errors
7c5e752 Bump golangci-lint to v1.32.0
79b1610 Add golangci-lint target files in make lint
60ef6e2 Deal with the setup-go warning
46755a2 go-mod-replace whitebox-controller dependencies
34f17a7 More refactoring
ca1e5e5 Bump controller-runtime and k8s.io dependencies
8892686 Bump to Go 1.15 mainly for build consistency
b9801fb Introduce advanced configuration for the controller
922c445 feat: Run Variant command as Kubernetes controller

v0.34.1

05 Oct 02:04
17226a2
Compare
Choose a tag to compare

Changelog

17226a2 Merge configs by overriding with empty values (#34)

v0.34.0

28 Sep 01:48
c9a9541
Compare
Choose a tag to compare

Changelog

c9a9541 Merge pull request #32 from mumoshu/embed-imports
8e9e8b6 feat: Embed cached remote imports into binary
15c9fae feat: Embed local imports into binary
604396c Merge pull request #31 from mumoshu/add-variant-dir-doc
eed652c Add documentation for VARIANT_DIR

v0.33.3

26 Sep 18:35
1cbc008
Compare
Choose a tag to compare

Changelog

1cbc008 Merge pull request #30 from mumoshu/pass-globals-to-imported-jobs
17bb516 Pass globals to imported jobs

v0.33.2

23 Sep 15:06
97a4b02
Compare
Choose a tag to compare

Changelog

97a4b02 Merge pull request #27 from mumoshu/fix-imports-not-importing-sub-jobs
41b6a1b Split build gh action job for faster completion
e0c7683 Fix dead-lock while waiting for command output while in test
88d8194 Fix failing test whose result was dependent on some container image repo contents
1dda858 Fix import/imports not importing non-top-level jobs via shebang