Releases: nikhilsbhat/terraform-provider-k3d
Releases · nikhilsbhat/terraform-provider-k3d
v0.0.2
v0.0.1
Changelog
- 1df7dd5 Add data_source for fetching kube config & refactored
- bcb2dcf Add data_source for listing clusters
- 558a00c Add data_source for listing nodes
- a11ad07 Add data_source to list registry
- 78fac1d Add docs for exported fields
- 96890af Add document on available resources
- 624c176 Add document on provider and data_source
- 926402a Add examples for the working resources
- a4520b0 Add first working code
- 16f604c Add first working load image resource
- 2cf9d37 Add functional resource to start/stop k3d node
- 2ca03da Add initial support to create clusters
- b237c6f Add resource to connect registry to cluster
- 738226b Add resource to create nodes
- 87eaa49 Add resource to create registry
- bb84bcd Add resource to start/stop cluster
- 9114df7 Add support for cluster creation
- 3f23b49 Add support for clusters as array while loading images to
- fe98d82 Fix doc theme
- e41b4c9 Fix error handling in node create & update examples
- a3ecef0 Fix golangci lint issues
- 425ea0d Fix node creation with memory
- 4fdb6b9 Fix test cases
- 5435b11 Initial refactor to make code more testable
- 730290e Migrate get clutser to newer way
- b02c2a6 Migrate image to newer approach
- 93d027c Migrate kubeconfig and cluster_action to newer appraoch
- 97051a2 Migrate to k3d version v5
- bed5c83 Refactor Docs (#1)
- 21b9e44 Refactor and initial support for starting/stopping node
- 7fc2dbd Refactor code to make it compatible with terraform scaffolding framework to ease the doc generation
- 6802f86 Refactor doc with a different theme
- e387d4c Refactor node to make it more testable
- 105e1e2 Refactor registry and majority of nodes to make it more testable
- 054279f Refactor registry components to make it simple
- 3847ec1 Refactored resource load_images
- 121348a Remove redundant doc
- d36e9f7 Rename go mod to k3d from rancherk3d
- 832b8da Run fmt on the code
- 37133ed Set theme jekyll-theme-slate
- 03d8636 Update code as per feedback of golangci-lint
- 2f957fc Update dependencies to solve go4.org/unsafe/assume-no-moving-gc issue
- 442a32e Update doc config
- 8472296 Update document markdowns
- c54edaf Update documentation, examples. Fix templates used for tfplugindocs
- 463d90f Use GetClusters over GetCluster in pkg/registry and refactor accordingly
- be5721c WIP - Add initial support for cluster create