Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #64 from ripienaar/060
Browse files Browse the repository at this point in the history
(misc) Release version 0.6.0
  • Loading branch information
ripienaar authored Jan 12, 2020
2 parents 13f769c + eb274a8 commit 5b821bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 78 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2020/01/12| |Release 0.6.0 |
|2019/12/31|62 |Add a generic Rego helper for OPA integration |
|2019/12/15|58 |Support remote signers like aaasvc |
|2019/09/06| |Release 0.5.0 |
|2019/08/05| |Add `pkcs11` support |
|2019/06/21| |Release 0.4.3 |
Expand All @@ -26,4 +29,4 @@
|2018/05/30| |Release 0.0.2 |
|2018/05/30|5 |Handle errors when passing options |
|2018/05/23| |Release 0.0.1 |
|2018/05/23| |Extract from the `go-choria` project |
|2018/05/23| |Extract from the `go-choria` project |
74 changes: 0 additions & 74 deletions CODE_OF_CONDUCT.md

This file was deleted.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/AlecAivazis/survey/v2 v2.0.5
github.com/choria-io/go-config v0.0.6-0.20191214141246-32872409688e
github.com/choria-io/go-config v0.0.6
github.com/choria-io/go-puppet v0.0.1
github.com/choria-io/go-srvcache v0.0.6
github.com/golang/mock v1.3.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ github.com/beorn7/perks v1.0.0 h1:HWo1m869IqiPhD389kmkxeTalrjNbbJTC8LXupb+sl0=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
github.com/choria-io/go-config v0.0.6-0.20191214141246-32872409688e h1:pHV3k6Sy0q9UDJQmukSwEdy6zivVUoHwB9rHMiBM+yA=
github.com/choria-io/go-config v0.0.6-0.20191214141246-32872409688e/go.mod h1:y2mXxXQ865arJG3WxqQZD2or9cS3wAFD5r/krm9dYN4=
github.com/choria-io/go-config v0.0.6 h1:LzeAqermFtMXNtnzP8pSrxiuBRAVHeYMsSlTAIZgM64=
github.com/choria-io/go-config v0.0.6/go.mod h1:y2mXxXQ865arJG3WxqQZD2or9cS3wAFD5r/krm9dYN4=
github.com/choria-io/go-confkey v1.3.0 h1:KlqctKfo843I2Uas2vLFOzScyjSMyKFUsSf/FdMRuQI=
github.com/choria-io/go-confkey v1.3.0/go.mod h1:ojIUK4p2mX/ZSKuSG5hgU/p7Db+EIX8il4yjQweZtiU=
github.com/choria-io/go-puppet v0.0.1 h1:vvvMwgLeZDjHXGHhMVAVC9YwMKegcywSqrmyFcnD/jk=
Expand Down

0 comments on commit 5b821bd

Please sign in to comment.