Skip to content

Releases: hobbyfarm/gargantua

v3.3.5

05 Dec 07:04
6739435

Choose a tag to compare

What's Changed

Full Changelog: v3.3.2...v3.3.5

v3.3.2

19 Sep 13:34
418d642

Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.3.2

v3.3.1

19 Sep 11:42
4ea997e

Choose a tag to compare

What's Changed

  • Fix permissions needed to retreive the quiz by @jggoebel in #230

Full Changelog: v3.3.0...v3.3.1

v3.3.0

12 Sep 10:31
2a8d0e4

Choose a tag to compare

What's Changed

  • Add quizzes
  • Improved courses with header image, learning path
  • Cost tracking

Full changelog

New Contributors

Full Changelog: v3.2.5...v3.3.0

v3.2.5

30 Sep 06:41
f408834

Choose a tag to compare

What's Changed

Full Changelog: v3.2.2...v3.2.5

v3.2.2

13 Sep 11:01
004f243

Choose a tag to compare

Smaller Bugfixes

What's Changed

  • Fix that scenarios without tasks could not be updated by @jggoebel in #200
  • Fix issue where only one rule is being displayed by @jggoebel in #201
  • Fix vm template client connection by @PhilipAB in #202
  • Let user delete his own account + clean up sessions and rolebindings upon deletion by @jggoebel in #191

Full Changelog: v3.2.1...v3.2.2

v3.2.1

11 Jul 10:50
602245e

Choose a tag to compare

Bugfixes for v3.2.0

  • Websocket Test Endpoint
  • Wrong reference was used when creating scenarios
  • VMSets also had a wrong reference, leading to SEs not being created
  • Moving Terraform controller to the terraform service so that VM service does not crash when terraform disabled in helm values file

What's Changed

  • Index users by lowercase email instead of case-senstive by @jggoebel in #193
  • Add websocket test endpoint by @jggoebel in #195
  • Fix 436: Unmarshaling VM Tasks based on the right variable by @jggoebel in #197
  • Use id instead of name, add id of vmset to updateVMSetCount function by @jggoebel in #199
  • Move TF Controller to TF Service by @jggoebel in #198

Full Changelog: v3.2.0...v3.2.1

v3.2.0

21 Jun 09:50
c50d1df

Choose a tag to compare

Changelog

  • Architecture changed to microservices. Endpoints stay the same so there are no breaking changes regarding all of the resources handled by hobbyfarm.
  • Multiple Bugs were fixed

Full changelog

Full Changelog: v3.1.0...v3.2.0

v3.0.1-rc0

29 Aug 21:29
bd05307

Choose a tag to compare

v3.0.1-rc0 Pre-release
Pre-release

What's New

Provisioner Labeling

In previous releases, users were able to label an environment as using an external provisioner via hobbyfarm.io/provisioner=external. However this did not leave space for defining which external provisioner was in use. This release allows for more definitions of that label value than just external.

Further, this release passes down that label to the resulting VMs allowing external provisioners to pick up those VMs and provision them.

v3.0.0

20 Jun 15:20
148a910

Choose a tag to compare

What's New

  • Introduced Settings which will enable programmatic configuration of HobbyFarm
  • Began introducing some unit testing in areas
  • Added ability to delete scenarios
  • Better garbage collection of secrets
  • Scaling of VMSets

What's Changed

New Contributors

Full Changelog: v2.0.4...v3.0.0