We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2184e commit 997cb17Copy full SHA for 997cb17
2 files changed
cmd/root.go
@@ -17,14 +17,14 @@ import (
17
var rootCmd = &cobra.Command{
18
Use: "inter-server-sync",
19
Short: "Uyuni Inter Server Sync tool",
20
- Version: "0.2.7",
+ Version: "0.2.8",
21
}
22
23
func Execute() {
24
cobra.CheckErr(rootCmd.Execute())
25
26
27
-//var cfgFile string
+// var cfgFile string
28
var logLevel string
29
var serverConfig string
30
var cpuProfile string
inter-server-sync.changes
@@ -1,3 +1,7 @@
1
+-------------------------------------------------------------------
2
+Wed May 24 10:07:35 UTC 2023 - Cédric Bosdonnat <cbosdonnat@suse.com>
3
+
4
+- version 0.2.8
5
* Correctly detect product name and product version number
6
* Import image channel data only when related software channel is
7
available (bsc#1211330)
0 commit comments