Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #99 from ripienaar/031
Browse files Browse the repository at this point in the history
(misc) Release 0.3.1
  • Loading branch information
ripienaar committed Nov 28, 2018
2 parents 95ad300 + 6da9886 commit 3131501
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 18 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2018/11/28| |Release 0.3.1 |
|2018/11/02|97 |Fix permissions of the cache store directory |
|2018/07/02| |Release 0.3.0 |
|2018/07/02|85 |Redo the connection error handling attempt to be more robust, , requires NATS Streaming Server >= 0.10.0 |
|2018/07/02|85 |Redo the connection error handling attempt to be more robust, requires NATS Streaming Server >= 0.10.0 |
|2018/06/25| |Release 0.2.0 |
|2018/06/25|85 |Improve the robustness of connection error handling, requires NATS Streaming Server >= 0.10.0 |
|2018/05/28|88 |Support Choria SSL - including SSL enrollment, Puppet CA and manual CA support |
Expand Down
33 changes: 18 additions & 15 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ import:
version: ^1
- package: github.com/nats-io/go-nats-streaming
version: '^0.4.0'
- package: github.com/prometheus/procfs
version: 185b4288413d2a0dd0806f78c90dde719829e5ae
- package: github.com/prometheus/client_golang
version: '>= 0.9.0-pre1'
version: '0.9.0-pre1'
subpackages:
- prometheus
- prometheus/promhttp
Expand All @@ -28,10 +30,11 @@ import:
- package: github.com/fatih/color
version: ^1.5.0
- package: github.com/choria-io/go-choria
version: 684d9b00e1b5d35727bc46bffd3913b2ed45b8e6
subpackages:
- security
- package: github.com/choria-io/go-security
version: ^0.0.2
version: ^0.2.1
testImport:
- package: github.com/onsi/ginkgo
version: ^1
Expand Down

0 comments on commit 3131501

Please sign in to comment.