-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fixes: * 9ef99e8 fix: Include already read response body in optional response log (#744) * 5cf194c fix: Include last API error when failing retries (#744) * f8d307c fix: Escape all characters for JSON templating (#741) * ec92caa fix: More leniently handle Dynatrace errors that are ususally caused by newly created applications not being found yet * e11c45b fix(deploy): URL Path escape identifiers when reading Dynatrace entities by ID Documentation: * dc9818d docs: Fix MAC installation links * d1b66ba fix(docs): Configure all links as relative or absolute from content root (#738) * 4b1c504 docs: Better describe special types of configuration (#718) * 647bb7e fix(docs): Fix link to config types in add-new-api guide (#736) Misc changes: * 084ad54 refactor: Replace deprecated ioutil.ReadAll * 2946ec1 test: Extend special character config E2E test (#121, #741) * 083c46a fix(test): Add missing build tag on logging_test * bump github.com/urfave/cli/v2 dependency from 2.11.2 to 2.16.3 * cdf298c chore(deps): bump github.com/urfave/cli/v2 from 2.16.2 to 2.16.3 * 4ed67ac chore(deps): bump github.com/urfave/cli/v2 from 2.14.1 to 2.16.2 * 22da053 chore(deps): bump github.com/urfave/cli/v2 from 2.11.2 to 2.14.1 * 7a3a6e8 chore(deps): bump github.com/google/go-cmp from 0.5.8 to 0.5.9
- Loading branch information
1 parent
3dc034b
commit 79de369
Showing
31 changed files
with
43 additions
and
14 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
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.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...oned_sidebars/version-1.8.3-sidebars.json → ...oned_sidebars/version-1.8.4-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.3", | ||
"1.8.4", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
|
||
package version | ||
|
||
const MonitoringAsCode = "1.8.3" | ||
const MonitoringAsCode = "1.8.4" |