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

Commit

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

## 0.2
- Error messages from `gvproxy` are now returned to the caller, instead of being dropped.
- Fixed a bug where calling the plugin with no ports specified would cause an `unexpected end of JSON input` error.
- Fixed a bug where the plugin could return an error on a CNI `DEL` command, in violation of the CNI spec.
- The plugin will now print its version when called directly, without arguments.

## 0.1
- Initial release
2 changes: 1 addition & 1 deletion plugins/meta/podman-machine/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 machineVersion = "0.1.0-dev"
const machineVersion = "0.2.0"

func getVersion() string {
return fmt.Sprintf(`CNI podman-machine plugin
Expand Down

0 comments on commit 0749884

Please sign in to comment.