Skip to content

Releases: morningconsult/go-elasticsearch-alerts

v0.1.9

19 Jun 21:26
Compare
Choose a tag to compare

Changelog

c5b0a76 Merge pull request #25 from morningconsult/fix-docs-typo
1507485 chore(docs): Fix code for getting latest release tag
4024842 chore(docs): Fix typo in docs
c38fb4a chore(docs): Update CI badge URL
926356c chore: Bump version and update changelog [ci skip]

v0.1.8

19 Jun 20:21
Compare
Choose a tag to compare

Changelog

b7ed4af Merge pull request #24 from morningconsult/sns-alerts
c290422 chore(docs): Add documentation for the SNS output method
17b455b chore(docs): Note the 140-character limit for SMS messages
2f702d2 chore(sns): 'message' -> 'template'
4de164c chore: Bump version and update changelog [ci skip]
e1b1389 feat: Implement SNS output method

v0.1.7

11 Jun 23:28
Compare
Choose a tag to compare

Changelog

6d62f0c Merge pull request #23 from morningconsult/fix-goreleaser-yaml
96991a2 chore: Bump version and update changelog [ci skip]
045da0d fix(ci): Fix bad .goreleaser.yml

v0.1.5

11 Jun 21:31
Compare
Choose a tag to compare

Changelog

8b883c1 Merge branch 'master' of github.com:morningconsult/go-elasticsearch-alerts
e6a8809 Merge pull request #14 from morningconsult/dependabot/go_modules/github.com/hashicorp/consul-1.5.1
c0e2956 Merge pull request #16 from morningconsult/dependabot/go_modules/github.com/mitchellh/go-homedir-1.1.0
cdb645b Merge pull request #20 from morningconsult/remove-jsonutil-dep
8dac165 Merge pull request #21 from morningconsult/fix-version-bump
f8db247 chore(ci): Add missing newline
52f12d2 chore(ci): Add validation scripts
7073c62 chore(ci): Fix broken pipeline
e005261 chore(deps): bump github.com/hashicorp/consul from 1.4.0 to 1.5.1
fa8231b chore(deps): bump github.com/mitchellh/go-homedir from 1.0.0 to 1.1.0
9b5480b chore: Add golang.org/x/xerrors and enforce authentication when setting pipeline
e858a73 chore: Bump version and update changelog [ci skip]
9d429c9 chore: Bump version and update changelog [ci skip]
8a85e79 chore: Bump version and update changelog [ci skip]
d85123a chore: Fix linting issues
6e1e266 chore: Removed github.com/hashicorp/helper/jsonutil as a dependency and general housekeeping
0d89e23 ci: Fix missing secrets [ci skip]
7230495 feat: Improve pipeline
65d6363 fix(ci): Fix broken version bump logic
9e21ba4 fix(ci/pipeline.yml): Include context in test-pr
203a825 fix(ci/pipeline.yml): Minor pipeline updates

v0.1.4

13 Apr 23:31
v0.1.4
d4f26dc
Compare
Choose a tag to compare

Changelog

d4f26dc Merge pull request #13 from morningconsult/feature/template-shards-1
d423f9c ci: Clean up some pipeline stuff
7765518 ci: FIx PR context not being interpolated
f36f282 make: Missed a line break in fly check
44fbaaf templates: Reduce number of shards to 1

v0.1.2

27 Mar 01:49
eb2dfc2
Compare
Choose a tag to compare

Changelog

5b665fe Dockerfile: Update go image to 1.11.4
621c423 Merge branch 'fix-consul-client-logic' of github.com:morningconsult/go-elasticsearch-alerts into fix-consul-client-logic
f41e519 Merge branch 'master' into ci-updates
eb2dfc2 Merge pull request #11 from morningconsult/ci-updates
ce41724 Revert "ci: fixing some errors with pipeline [ci skip]"
585d1f2 chore: Add pending step before running test-pr
ef960c9 chore: Bump Goreleaser version and use new pull request Concourse resource
08a272c chore: Updated license header to 2019; command/client.go: Separated logic for creating new Consul client into its own file; .drone.yml: Deleted since no longer using drone
b615b4a chore: Updated other files to reflect migration to go modules
867db45 chore: Using go modules instead of dep
5348c56 chore: Using go modules instead of dep
9c2cebc ci/pipeline.yml: Docker image golang:1.11.4 and fix test-pull-request job
782a059 ci/pipeline.yml: Fixed test-pr job
d560b83 ci/pipeline.yml: Updated pipeline
2307e51 ci/pipeline.yml: Updated pipeline
45a5fa4 ci/pipeline: Update golang to 1.11.4
ff26368 ci/pipeline: Update golang to 1.11.4
ffa49e4 ci: Fix tag_filter to use glob [ci skip]
4185855 ci: fixing some errors with pipeline [ci skip]
f04762c vendor: now using go module

v0.1.1

10 Jan 17:56
v0.1.1
2997b4b
Compare
Choose a tag to compare

Changelog

9f02885 .drone.yml: Get code first
6e43bcf .drone.yml: Modified test command to see if make is causing problems
832b378 .drone.yml: triggering drone
ca7d0f8 Added .drone.yml
87a7e97 Added CONTRIBUTING.md and .github/. Also modified the example (no need to remove image)
e5c3bf9 CONTRIBUTING.md: links point to this repo
bcbbb46 General updates
2997b4b Merge pull request #9 from morningconsult/general-updates
98ed9a2 Modified bug report issue template for this repo
4407dfb Updated Go Docker images to golang:1.11.3
86ab09b chore: Sign drone file
8dd5769 chore: Try to trigger build using protected mode
aff0221 examples: Minor modification to script
48d32ef modified demo script

v0.0.22

11 Dec 18:13
f193147
Compare
Choose a tag to compare

Changelog

3445075 .gitignore: Ignore docs/_build
5b63955 Created more tests for Slack alert method and added more comments
803f35c Increased comment coverage
c1dd8bf Increased comment coverage
5e980b0 README.md: Add go report card badge
3aca71e README.md: Added godoc badge
9e53e59 README.md: Added godoc badge
c2552af README.md: Modified to trigger build
4facad3 README.md: Point build badge to correct pipeline
ed8a1de README.md: Pointing to correct godoc page now
030a3a5 Trigger rebuild
8453a93 chore: Further commented exported assets
e548cd7 chore: More comments and examples
760e1a0 chore: go fmt
f193147 command/alert/email/email.go: Auth is no longer mandatory; docs: Added an Overview section
5c11dbb command/alert/email: Added comments and examples
924d9c8 command/alert/email_test.go: Fixed bad example
7b28783 command/controller.go: Send a struct{}{} to StopCh rather than closing
2a667d5 docs/.nojekyll
bc04bec utils/traverse*: Added comments and examples

v0.0.21

05 Dec 23:07
Compare
Choose a tag to compare

Changelog

e15948c Merge branch 'better-slack-formatting' into 'master'
2194024 Merge branch 'master' into 'better-slack-formatting'
4220133 chore: Added more commenting to exported assets and formatting slack attachments better

v0.0.19

05 Dec 01:42
Compare
Choose a tag to compare

Changelog

c0f4d85 command/alert/slack/slack.go: Bumped text limit to 7500 characters