Skip to content

Release v1.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 13:42
a3d283a

The main focus of this release is that Monaco is not statically built without CGO.

List of changes

Misc changes

  • d920125 ci: Build static monaco binary
  • 414cc2d ci: Run build-release for each build
  • 7b13c4e ci: Remove no longer needed xgo github action step

🚀 Features

  • 086ebb5 Retry SLO creation on additional know error

🐛 Bug fixes

  • 1d94584 Workaround synthetic API failing if Application ID can not (yet) be found
  • e090000 filter the mime types correctly for logging (#709)
  • 7b3ad72 (download) Deleting configs with slashes in the name does no longer error. (#706)
  • c707483 (download) Downloading single config Apis now report encountered errors

🔧 Chores and Improvements

  • 71028ce (deps) bump github.com/urfave/cli/v2 from 2.11.1 to 2.11.2

📦 Other

  • 1ec37a2 Improve Delete error handling AND release bugfixes as 1.8.2 (#721)
  • fix: Continue over individual delete failures

Also improve some log messages as part of aggregated error logging.

This change brings delete in line with the general idea to continue
as far as possible also applied to deployments. In this case, failure
to delete a single defined object, does not mean that the rest can not
be deleted.

ref: #720

  • docs(release): Release Monaco in version 1.8.2

This bugfix release mostly improves resilience with extended retry logic,
and improves messages presented to the user in case of erros.

  • feat: Retry SLO creation on additional know error

  • fix: Continue over individual delete failures

  • fix: Workaround synthetic API failing if Application ID can not (yet) be found

  • fix: filter the mime types correctly for logging (#709)

  • fix(download): Deleting configs with slashes in the name does no longer error. (#706)

  • fix(download): Downloading single config Apis now report encountered errors

  • docs: Rename 1.8.0 sidebar to 1.8.1 as .0 docs where completely replaced

  • docs: Upgrade to docusaurus 2.0.1 release

  • chore(deps): bump github.com/urfave/cli/v2 from 2.11.1 to 2.11.2

  • 04807b4 Update download link to latest monaco release
  • 373b8d8 Rename 1.8.0 sidebar to 1.8.1 as .0 docs where completely replaced
  • ad702cc Upgrade to docusaurus 2.0.1 release