-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from incident-io/no-glibc
Release v1.0.2
- Loading branch information
Showing
3 changed files
with
13 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
## 1.0.2 | ||
|
||
- Executable is no longer linked to glibc, so will run in any environment. | ||
|
||
## 1.0.1 | ||
|
||
- Adds the ability to set additional metadata, such as a team when invoking the command. E.g. `--metadata='{"team":"myteam"}'` | ||
- Allows the plugin to capture contact and contact group names from alerts, which may be useful in capturing the owning team of an alert. | ||
|
||
## 1.0.0 | ||
|
||
- Initial release | ||
- Initial release |
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 |
---|---|---|
|
@@ -29,4 +29,4 @@ release: clean | |
|
||
# Clean up build artifacts | ||
clean: | ||
rm -f $(BINARY) $(BINARY)-* | ||
rm -f $(BINARY) $(BINARY)-* |
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