Skip to content

Commit

Permalink
Merge pull request #1143 from choria-io/1140.1
Browse files Browse the repository at this point in the history
(misc) Release 0.20.2
  • Loading branch information
ripienaar authored Feb 3, 2021
2 parents 6dee4c8 + 0fd5ee4 commit e10a7c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2021/02/03| |Release 0.20.2 |
|2021/02/03|1140 |Ensure logging doesn't happen at warn level |
|2021/02/03| |Release 0.20.1 |
|2021/02/03|1140 |Ensure that only client/server connections use no SAN TLS work around, not brokers |
|2021/02/03| |Release 0.20.0 |
Expand Down
2 changes: 1 addition & 1 deletion build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

// Version the application version
var Version = "0.20.1"
var Version = "0.20.2"

// SHA is the git reference used to build this package
var SHA = "unknown"
Expand Down
2 changes: 1 addition & 1 deletion providers/security/puppetsec/puppet_security.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (s *PuppetSecurity) reinit() error {
}

if fc.BackwardCompatVerification {
s.log.Warnf("Puppet security system requesting legacy TLS support")
s.log.Debugf("Puppet security system requesting legacy TLS support")
} else {
s.log.Debugf("Puppet security system supporting only new certificates")
}
Expand Down

0 comments on commit e10a7c6

Please sign in to comment.