-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
04807b4
commit 1ec37a2
Showing
31 changed files
with
28 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...oned_sidebars/version-1.8.1-sidebars.json → ...oned_sidebars/version-1.8.2-sidebars.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[ | ||
"1.8.1", | ||
"1.8.2", | ||
"1.7.0", | ||
"1.6.0", | ||
"1.5.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
|
||
package version | ||
|
||
const MonitoringAsCode = "1.8.1" | ||
const MonitoringAsCode = "1.8.2" |