Skip to content

Releases: WaffleHacks/wafflemaker

v0.3.3

17 May 03:51
cb9bef6
Compare
Choose a tag to compare

What's Changed

  • Allow database roles with dashes (#16)
  • Ensure containers always have unique names (#17)
  • Update Sentry to latest version

Full Changelog: v0.3.2...v0.3.3

v0.3.2

16 May 08:08
580a960
Compare
Choose a tag to compare

What's Changed

  • Better nested services
  • Changed name format to include slashes
  • Fixed some typos

Full Changelog: v0.3.1...v0.3.2

v0.3.1

16 May 05:08
4737082
Compare
Choose a tag to compare

What's Changed

  • Add path prefix routing
  • Revoke old leases on service update
  • Re-deploy service when lease renewal fails

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 May 17:15
1e70d55
Compare
Choose a tag to compare

What's Changed

  • Allow service to service networking
  • Allow specifying service domain explicitly

Full Changelog: v0.2.3...v0.3.0

v0.2.3

04 Sep 01:22
5488047
Compare
Choose a tag to compare

This release fixes some stuff on the Sentry server-side. Also, I forgot to actually bump the version last time, so that's done now.

v0.2.2

04 Sep 01:05
e6f1e9f
Compare
Choose a tag to compare

Not much in this release:

  • Added the ability to report errors and crash reports to Sentry.

v0.2.1

30 Jul 02:36
b64491c
Compare
Choose a tag to compare

A few minor bug fixes and QOL improvements:

  • logging was removed for /health as it generated too many logs too often making things hard to debug
  • fix the wrong value being used for the name of the database role

v0.2.0

30 Jul 01:25
3ef9581
Compare
Choose a tag to compare

There are a few new features added:

  • a management API with a new CLI to interface with it
  • the branch and repository must match for some state to be deployed
  • database roles can be specified in the configuration

v0.1.1

23 Jul 07:20
1d37e72
Compare
Choose a tag to compare

A few bugs were fixed and logging was made less verbose where it was unnecessary.

Bugs:

  • an attempt to inspect an image would be made before it was downloaded
  • the wrong certificate resolver was being set on containers
  • a hard shutdown would occur on a SIGTERM

v0.1.0

21 Jul 23:09
6dd2cd2
Compare
Choose a tag to compare

This is the first release of WaffleMaker. It is currently deployed and reading configuration from WaffleHacks/waffles!

A pre-built binary for linux-amd64 can be found below.