Skip to content

Releases: sl1pm4t/k2tf

v0.8.0

19 May 01:04
e84b58b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

29 May 22:25
b463807
Compare
Choose a tag to compare

Changelog

  • 2e6e516 Add installation option via asdf
  • d46c804 Add support for ingress_v1
  • e1de284 Merge pull request #101 from sbellone/fix/normalize-terraform-name
  • e80b5ae Merge pull request #105 from sl1pm4t/ingress_v1_support
  • b463807 Merge pull request #106 from sl1pm4t/refactor-io
  • 23da549 Merge pull request #97 from carlduevel/patch-1
  • 54b4533 Merge pull request #99 from sl1pm4t/tfk-2.7.1
  • 1237019 Refactor file IO into pkg. No functional changes.
  • 954b67a Update TFK dependency to v2.7.1
  • 3736596 fix: dots are not allowed in Terraform names

v0.6.3

25 Oct 19:35
d9c67d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

05 Oct 04:31
4f5fd47
Compare
Choose a tag to compare

What's Changed

  • Fix MatchExpression not found error by @sl1pm4t in #87
  • Fix StorageClass parameters is empty by @sl1pm4t in #88
  • Fix runAsUser=0 and empty_dir missing by @sl1pm4t in #89

Full Changelog: v0.6.1...v0.6.2

v0.6.1

05 Oct 02:58
6ef6d85
Compare
Choose a tag to compare

What's Changed

  • Fix ClusterRole aggregation_rule.cluster_role_selector] not found by @sl1pm4t in #86

Full Changelog: v0.6.0...v0.6.1

v0.6.0

04 Oct 23:36
59182ac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

30 Jul 03:22
94dacf8
Compare
Choose a tag to compare

Changelog

13765f4 Convert colons to underscores
14cf63e Fix & workaround test issues
10a5557 Fix panic process Replication Controller
04277d7 Merge pull request #68 from sl1pm4t/tfpk-1.12
7e02b5c Merge pull request #69 from sl1pm4t/issue-50
ed44b03 Merge pull request #70 from sl1pm4t/skip-crd
94dacf8 Merge pull request #71 from sl1pm4t/issue-48
7414006 Skip CRD resources when processing multiple YAMLs
d80d1a6 Update TFPK dependency to 1.12.0
c050e81 Update sha256 to match v0.4.1
a3d3471 Update version to v0.4.1

v0.4.1

29 Apr 23:58
e8c0fd7
Compare
Choose a tag to compare

Changelog

40b5f89 Add capabilities to test-fixtures
b092df1 Add homebrew formula
c374b49 Add test case for non-singularization of 'capabilities'
c4f434f Change order of keys for tests to pass
2e5c589 Fix for issue #52 and potentially #62 - skip renaming capabilities -> capability
e798926 Merge pull request #60 from sl1pm4t/tfk-v1-11-1
661e762 Merge pull request #64 from yuokada/homebrew
e8c0fd7 Merge pull request #65 from tomaspinho/master
0fac790 patch: TF K8s dep to v1.11.1

v0.4.0

14 Feb 10:10
Compare
Choose a tag to compare

Changelog

0d1012e Merge pull request #58 from sl1pm4t/dep/kubernetes-provider-v1.11.0
9bc510d build: fix release pipeline
003855f build: remove redundant (and failing) download
91f2a98 build: update goreleaser config to new schema
21fdf93 build: update makefile to go v1.13
6bd7683 build: update provider dep to v1.11.0

v0.3.0

15 Dec 20:51
362968d
Compare
Choose a tag to compare

Changelog

a2b4ec2 Add --version flag to output version and exit
84dec78 Merge pull request #47 from sl1pm4t/add-version-flag
bfc3212 Merge pull request #53 from sl1pm4t/fix-deps
362968d Merge pull request #56 from sl1pm4t/dep-tfk-1.10.0
29eb6cd build: use go 1.12 to workaround build errors
e2f08a4 feat: Update to Kubernetes provider v1.10.0
d84ff3b fix: Go 1.13 go.mod builds broken
3739f96 fix: Remove AWS dep to fix build