Skip to content

Releases: tinkerbell/playground

Release v0.8.0

07 Nov 16:07
ce44cf3
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Release v0.7.0

26 Oct 15:55
8866fb8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

05 Oct 15:24
v0.6.0
41a7ae3
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Release v0.5.0

24 Mar 12:43
Compare
Choose a tag to compare

Release

What's Changed

  • Fix NAT and make it working for Terraform and Vagrant by @gianarb in #41
  • Fix shfmt for tinkerbell.sh file by @gianarb in #44
  • Fix vagrant config for libvirt by @detiber in #42
  • Use same IP address for both boots and nginx by @mrchrd in #43
  • Bootstrap Packer template for libvirt and Vbox by @gianarb in #48
  • Updates plan to use Metal provider, updates outputs accordingly by @jmarhee in #51
  • New tool to bump current_versions.sh automatically by @gianarb in #54
  • Removes conflicting composefile network instruction per #53 for boots… by @jmarhee in #56
  • Fix port collision between boots and nginx by @gianarb in #57
  • add current_versions.sh file to the terraform provisioner by @moadqassem in #61
  • remove the metadata filter in the sandbox by @moadqassem in #63
  • Rename _vagrant to vagrant by @gianarb in #67
  • Add support for a nat-less libvirt deployment and multiple workers by @detiber in #65
  • pin boots to TINKERBELL_HOST_IP instead of 0.0.0.0 by @detiber in #68
  • Bump tink stack to newest version by @gianarb in #66
  • Revert osie because the latest version broke tink-worker installation by @gianarb in #69
  • Install btrfs devel by @gianarb in #70

New Contributors

Full Changelog: v0.4.0...v0.5.0

Release v0.4.0

20 Jan 15:49
f07e3d8
Compare
Choose a tag to compare

HOTFIX:

  • Boots: This project as the others, provides multi arch docker images. But a few of them were not delivered in the right architecture. tinkerbell/smee#122

BREAKING CHANGES:

Release v0.3.0

11 Jan 17:16
68c3343
Compare
Choose a tag to compare

What's Changed

  • Cleanup not required cleanup sql script by @gianarb in #30
  • For Unix-style line endings for scripts, add .env to .gitignore by @qmfrederik in #29
  • Making statement on breaking changes clearer by @jgavinray in #32
  • provisioner setup changes to enable NAT for workers by @Cbkhare in #33
  • Bump tink stack 2021 01 11 by @gianarb in #34

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

24 Nov 19:13
d04bee1
Compare
Choose a tag to compare

This release fixes a problem with boots binaries not right for not x86 machines

What's Changed

  • Use variables set in current_versions.sh as part of script/release-binaries.sh by @gianarb in #24
  • bump boots to 45a64dad03795133adf7f7177677f3d58a0018e2 by @gianarb in #25
  • Unpack all image and not just the last layer by @gianarb in #27
  • Missed docker transport in release-binaries by @gianarb in #26
  • Run apt-update before installing package in the tag workflow by @gianarb in #28

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Nov 10:50
587e651
Compare
Choose a tag to compare

There are not BC breaks coming from the underline components. If you have a running sandbox and you want to update it with this version you just have to checkout v0.2.0 and a docker-compose stop, docker-compose rm, docker-compose up -d is enough.

A few things to know:

  1. We store a cached version of Osie in ./state/webdir/misc. If you do not remove that the new one won't be installed.
  2. tink-server uses migration now. In this way, we can automatically update the database schema if needed. Migration runs as part of docker-compose. So you should see a new container called tink-server-migrations in status Exit, which means that migrations ran on your system.
  3. If you are running sandbox in your own way, just a tip. generate-envrc.sh uses a new file called ./current_versions.sh. It exports a couple of variables that we use to generate our new shiny binaries as well.

Enjoy

v0.1.0

28 Oct 14:02
24f9c82
Compare
Choose a tag to compare
Single place for all the tink stack version (#15)

Tinkerbell is made of different components as we all know at this point.

Sandbox had those versions all over the places. This PR moves them as
part of the `envrc` file.

As it is today this PR requires an additional flag for the `docker-compose` command as described here #6