Release v1.8.1
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
- 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