Skip to content

Releases: sl1pm4t/k2tf

v0.2.8

01 Oct 19:21
953008a
Compare
Choose a tag to compare

Changelog

953008a Merge pull request #41 from easyops-cn/master
1e939e1 fix(service_externalIPs): fix service externalIPs not handled.

v0.2.7

19 Sep 22:01
5eaee4c
Compare
Choose a tag to compare

Changelog

7910220 Fix: network policy ports not handled
5eaee4c Merge pull request #40 from sl1pm4t/network-policy-ports

v0.2.6

17 Sep 21:36
06b268d
Compare
Choose a tag to compare

Changelog

d6aab3f Add support for APIService
ff89891 Merge pull request #36 from pdecat/api_service
06b268d Merge pull request #38 from sl1pm4t/networkPolicyPanic
4728ab1 fix: panic while converting networkPolicy
5e405cc go mod edit -replace=git.apache.org/thrift.git=github.com/apache/[email protected]

v0.2.5

31 Jul 03:33
120e22f
Compare
Choose a tag to compare

Changelog

a26ed1b Merge pull request #31 from sl1pm4t/tfk1.8.1
0c3b2a9 Merge pull request #32 from tmatias/add-missing-msg-on-fatal-logs
120e22f Merge pull request #33 from sl1pm4t/fix-tf12-map-syntax
b7b03c0 Update TFK dep to v1.8.1
c459a26 add Msg to Fatal logs (or it won't exit)
62922b4 fix: TF0.12 more picky about map syntax
75962d1 go mod tidy

v0.2.4

09 Jul 21:07
481f60e
Compare
Choose a tag to compare

Changelog

31d7540 Add exception for imagePullSecrets
735f9a4 Fix handling of required attributes
c0f3e7b Fix(name mapper): don't convert "tls" to singular
c069cb2 Merge pull request #22 from sl1pm4t/fix-ingress-tls
f2ab849 Merge pull request #26 from sl1pm4t/tfk_1.8.0
481f60e Merge pull request #27 from sl1pm4t/issue23
a6cc40b Update TFK dep to v1.8.0

v0.2.3

10 Jun 20:24
f033808
Compare
Choose a tag to compare

Changelog

f7f93ca Fix input unit test
f033808 Merge pull request #20 from sl1pm4t/namespace-spec-warning
7d8fee8 Suppress namespace.spec unsupported warning

v0.2.2

22 May 23:17
a8c59da
Compare
Choose a tag to compare

Changelog

a8c59da Merge pull request #18 from sl1pm4t/tfk-v1.7.0
b29c138 Update Kubernetes provider dep to v1.7.0

v0.2.1

12 May 22:50
41d4800
Compare
Choose a tag to compare

Changelog

b42807c Merge pull request #16 from sl1pm4t/skip-unsupported-resources
41d4800 Merge pull request #17 from sl1pm4t/map-key-w-dot
0c6c1e9 Wrap map keys in quotes if key contains dot ’.’
1a75af1 fix(converter): skip unsupported API objects

v0.2.0

28 Apr 07:05
Compare
Choose a tag to compare

Changelog

5d8d075 Add unit test for Endpoints object (#12)
4524c10 CI Improvements (#15)
54931d2 CI: remove branch condition for release step
c90396a Fix CI release conditionals
ed2757f Format HCL on output. (#14)
179ca16 Split input/output out of main.go (#13)
7756510 Update go.sum
b462b45 Update terraform kubernetes provider dependency to 1.6.2 and adapt code (#11)

v0.1.6

25 Apr 22:32
Compare
Choose a tag to compare

Changelog

e9246cc Fix exception for kubernetes_cluster_role's non_resource_urls rule field (no trailing dot in path)
ada9ec8 Fix: reading multiple yaml from nested dir (#10)
6ac9f9d In clobber mode, truncate existing file on open
2f8df3f Merge pull request #6 from pdecat/fix-non_resource_urls-exception
ff8457c Simplify hcl_writer tests using .golden files