Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Bump to v1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed Aug 11, 2021
1 parent d754d83 commit dc59f28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## 1.3.0
- Fixed a bug where errors when removing a container from `dnsname` could cause CNI to fail to clean up iptables rules for the container.
- Fixed a bug where `dnsname` would never remove unused configuration files for networks that no longer had containers present.
- If errors occur when running `dnsmasq`, the full error message is now displayed for debugging.
- The version number of `dnsname` is now displayed correctly.

## 1.2.0
- DNS Search domains required to use the `dnsname` plugin are now returned in the CNI response.

Expand Down
2 changes: 1 addition & 1 deletion plugins/meta/dnsname/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "fmt"
// overwritten at build time
var gitCommit = "unknown"

const dnsnameVersion = "1.3.0-dev"
const dnsnameVersion = "1.3.0"

func getVersion() string {
return fmt.Sprintf(`CNI dnsname plugin
Expand Down

0 comments on commit dc59f28

Please sign in to comment.