Skip to content

Releases: resinstack/terraform-provider-linuxkit

v0.0.8

15 Oct 18:44
Compare
Choose a tag to compare

Changelog

  • 6f3c4e1 go: update linuxkit to 1.0.0
  • 168aaff main: Make debug print debug logs
  • ecc2415 examples: Add dockerd example
  • f7fa6a5 .goreleaser: Build for darwin/arm64 as well
  • 03be136 linuxkit: Fix handling of CWD

v0.0.7

11 Feb 20:38
Compare
Choose a tag to compare

Changelog

  • cf380b9 linuxkit/data_source_image: Support passing devices to tasks

v0.0.6

17 Jan 01:40
Compare
Choose a tag to compare

Changelog

  • b498362 linuxkit/common.go: Remove unrelated comment
  • d5f1e85 README: update with current information
  • 5cb5fa4 linuxkit: Condense image resources.
  • e6a9463 linuxkit: Factor out common image tasks to one implementation.
  • e2766e5 build: use moby.BuildOpts
  • 57708f8 Add binds.add resource

v0.0.5

11 Jan 05:04
Compare
Choose a tag to compare

Changelog

  • 1b38a5e examples/ssh: Sync version
  • 4d7d949 config: Support architecture attribute
  • 113cc2e Update to latest LinuxKit

v0.0.4

25 Jan 04:15
Compare
Choose a tag to compare

Changelog

148cdc7 linuxkit: Fix types in linuxkit_image
beb0076 Fix debugging namespace

v0.0.3

09 Jan 21:46
Compare
Choose a tag to compare

Changelog

fb9af96 linuxkit: Fix issue with initrd build

v0.0.2

06 Jan 07:21
Compare
Choose a tag to compare

Changelog

9dd5aa1 Add docs in registry format
459f173 docs: Remove legacy format docs
655a4b4 docs: Format for registry
988f3d2 examples/sshd: use a supported image type
47e78a3 linuxkit: Remove qcow2-bios which is no longer supported
5b790a2 linuxkit: Fix v2 SDK in kernel+initrd
606b80c linuxkit: Fix raw-bios type
ce4badb linuxkit: upgrade terraform-plugin-sdk to v2
5a8abc3 Make plugin debuggable

v0.0.1

29 Dec 09:43
Compare
Choose a tag to compare

Changelog

38f450d .goreleaser: Only build for linux x86_64
c475643 root: Add CI for terraform-provider-registry
7697ccd root: Remove dangling build control files
bae1436 linuxkit: break up provider.go
9a9aa13 linuxkit: gofmt
740beb7 linuxkit: address staticcheck concerns
5d1bab5 linuxkit: remove unused functions
89b1b76 linuxkit: lowercase all error strings
16ed5df linuxkit: data_metadata => data_source_metadata.go
529292d linuxkit: Don't always pull, don't decompress kernel
a7e2878 linuxkit: update to 0.8
17d79d8 examples/sshd: update example for terraform 0.13
845d08f Merge implementations and modernize
ea94832 LICENSE: unify copyrights in american english
ccca778 Merge github.com:skybet/terraform-provider-linuxkit into master
9d9b6de Add README.md
f76c96d bugfix: initialize files map in cache
66ee6b2 Update package names
b942b0e Add LICENCE file
bb961e0 README wording change
5f82ac4 Minor readme fix
45486a4 Add readme
da238b3 Set theme jekyll-theme-slate
3c90643 Adding initial docs
9142d5c Travis release WIP
1e136e7 Remove redundent flags from makefile
f457349 Check in vendor directory (makes bazel easier)
38c31d3 Fix example and validation
2464d93 Support more ways of providing config to build resource
b3b284b Initial CI work
b17ce6f Initial commit

v0.1.0-alpha1

01 Apr 05:53
Compare
Choose a tag to compare

Changelog

efefd75 Add release workflow
1f8044b Add goreleaser.yml
8c7252e Initial Commit