We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd6ab0d commit a7c194cCopy full SHA for a7c194c
2 files changed
cmd/root.go
@@ -15,7 +15,7 @@ import (
15
var rootCmd = &cobra.Command{
16
Use: "inter-server-sync",
17
Short: "Uyuni Inter Server Sync tool",
18
- Version: "0.2.1",
+ Version: "0.2.2",
19
}
20
21
func Execute() {
inter-server-sync.changes
@@ -1,3 +1,6 @@
1
+-------------------------------------------------------------------
2
+Tue May 17 14:24:28 UTC 2022 - Ricardo Mateus <rmateus@suse.com>
3
+
4
- version 0.2.2
5
* Parameter --channel-with-children didn't export data(bsc#1199089)
6
* Clean rhnchannelcloned table to rebuild hierarchy (bsc#1197400)
0 commit comments