Skip to content

Releases: benjdewan/pachelbel

v6.0.5

11 Jan 19:18
Compare
Choose a tag to compare
Pull in an even more fault-tolerant version of gocomposeapi

v6.0.4

11 Jan 15:36
Compare
Choose a tag to compare
Add retry logic to the most error prone Compose API call

v6.0.3

10 Jan 22:12
Compare
Choose a tag to compare
Pull in a new version of gocomposeapi

It should be slightly more robust

v6.0.2

18 Sep 12:49
Compare
Choose a tag to compare
  • Do not attempt to scale a deployment when editing the comments

v6.0.1

25 May 13:51
Compare
Choose a tag to compare
  • The latest gocomposeapi code is significantly less likely to throw panics due to memory violations.

v6.0.0

14 May 12:03
Compare
Choose a tag to compare
  • If an existing deployment is far larger than the specified scaling, warn the user and do not attempt to rescale the deployment.

This is a breaking change to Pachelbel's behavior.

v5.3.0

01 May 19:01
Compare
Choose a tag to compare

Build the release image from scratch to make it smaller.

v5.2.0

30 Apr 17:45
Compare
Choose a tag to compare

Users cannot downscale a deployment below its current usage

The API call itself would fail if a user did this, but the
error is opaque. Instead we can fail while building actions
with a much cleaner error message

v5.1.0

03 Jan 15:43
Compare
Choose a tag to compare

Add 'address_translations' as an optional field of the output schema

This is a required addition to properly support scylladb (https://help.compose.com/docs/scylla-address-translation-maps)

v5.0.0

14 Dec 16:32
Compare
Choose a tag to compare

Breaking API Change:

  • Pachelbel no longer performs in-place upgrades by default. See updates to the v1_schema for more details.