Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package k9s for openSUSE:Factory checked in at 2021-06-02 22:10:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/k9s (Old) and /work/SRC/openSUSE:Factory/.k9s.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "k9s" Wed Jun 2 22:10:32 2021 rev:11 rq:895980 version:0.24.10 Changes: -------- --- /work/SRC/openSUSE:Factory/k9s/k9s.changes 2021-05-12 19:31:58.611098804 +0200 +++ /work/SRC/openSUSE:Factory/.k9s.new.1898/k9s.changes 2021-06-02 22:10:44.552126493 +0200 @@ -1,0 +2,7 @@ +Tue May 25 12:37:22 UTC 2021 - [email protected] + +- Update to version 0.24.10: + * Bug fixes +- Update Makefile.patch to version 0.24.10 + +------------------------------------------------------------------- Old: ---- k9s-0.24.9.tar.gz New: ---- k9s-0.24.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ k9s.spec ++++++ --- /var/tmp/diff_new_pack.KTh8NC/_old 2021-06-02 22:10:45.684126400 +0200 +++ /var/tmp/diff_new_pack.KTh8NC/_new 2021-06-02 22:10:45.684126400 +0200 @@ -17,7 +17,7 @@ Name: k9s -Version: 0.24.9 +Version: 0.24.10 Release: 0 Summary: Curses based terminal UI for Kubernetes clusters License: Apache-2.0 ++++++ Makefile.patch ++++++ --- /var/tmp/diff_new_pack.KTh8NC/_old 2021-06-02 22:10:45.708126398 +0200 +++ /var/tmp/diff_new_pack.KTh8NC/_new 2021-06-02 22:10:45.708126398 +0200 @@ -15,7 +15,7 @@ +# GIT := $(shell git rev-parse --short HEAD) SOURCE_DATE_EPOCH ?= $(shell date +%s) DATE := $(shell date -u -d @${SOURCE_DATE_EPOCH} +"%Y-%m-%dT%H:%M:%SZ") - VERSION ?= v0.24.9 + VERSION ?= v0.24.10 @@ -17,7 +17,7 @@ cover: ## Run test coverage suite @go tool cover --html=cov.out ++++++ _service ++++++ --- /var/tmp/diff_new_pack.KTh8NC/_old 2021-06-02 22:10:45.732126397 +0200 +++ /var/tmp/diff_new_pack.KTh8NC/_new 2021-06-02 22:10:45.732126397 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/derailed/k9s.git</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.24.9</param> + <param name="revision">v0.24.10</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.KTh8NC/_old 2021-06-02 22:10:45.752126396 +0200 +++ /var/tmp/diff_new_pack.KTh8NC/_new 2021-06-02 22:10:45.752126396 +0200 @@ -1,6 +1,4 @@ <servicedata> <service name="tar_scm"> - <param name="url">git://github.com/derailed/k9s.git</param> - <param name="changesrevision">303de07663dcb20899852a98d3ebf6ce2f1c7922</param></service><service name="tar_scm"> <param name="url">https://github.com/derailed/k9s.git</param> - <param name="changesrevision">313e6c9749f5ded27637a1c6a8ef086e51b9014a</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">6426ea112f0736d9b81da6dad5b6fa2cfe9b7fed</param></service></servicedata> \ No newline at end of file ++++++ k9s-0.24.9.tar.gz -> k9s-0.24.10.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/k9s-0.24.9/.goreleaser.yml new/k9s-0.24.10/.goreleaser.yml --- old/k9s-0.24.9/.goreleaser.yml 2021-05-04 07:40:40.000000000 +0200 +++ new/k9s-0.24.10/.goreleaser.yml 2021-05-20 07:54:08.000000000 +0200 @@ -24,7 +24,7 @@ ldflags: - -s -w -X github.com/derailed/k9s/cmd.version=v{{.Version}} -X github.com/derailed/k9s/cmd.commit={{.Commit}} -X github.com/derailed/k9s/cmd.date={{.Date}} archives: - - name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}" + - name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}" replacements: darwin: Darwin linux: Linux diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/k9s-0.24.9/Makefile new/k9s-0.24.10/Makefile --- old/k9s-0.24.9/Makefile 2021-05-04 07:40:40.000000000 +0200 +++ new/k9s-0.24.10/Makefile 2021-05-20 07:54:08.000000000 +0200 @@ -3,7 +3,7 @@ GIT := $(shell git rev-parse --short HEAD) SOURCE_DATE_EPOCH ?= $(shell date +%s) DATE := $(shell date -u -d @${SOURCE_DATE_EPOCH} +"%Y-%m-%dT%H:%M:%SZ") -VERSION ?= v0.24.9 +VERSION ?= v0.24.10 IMG_NAME := derailed/k9s IMAGE := ${IMG_NAME}:${VERSION} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/k9s-0.24.9/change_logs/release_v0.24.10.md new/k9s-0.24.10/change_logs/release_v0.24.10.md --- old/k9s-0.24.9/change_logs/release_v0.24.10.md 1970-01-01 01:00:00.000000000 +0100 +++ new/k9s-0.24.10/change_logs/release_v0.24.10.md 2021-05-20 07:54:08.000000000 +0200 @@ -0,0 +1,23 @@ +<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/k9s_small.png" align="right" width="200" height="auto"/> + +# Release v0.24.10 + +## Notes + +Thank you to all that contributed with flushing out issues and enhancements for K9s! I'll try to mark some of these issues as fixed. But if you don't mind grab the latest rev and see if we're happier with some of the fixes! If you've filed an issue please help me verify and close. Your support, kindness and awesome suggestions to make K9s better are as ever very much noted and appreciated! + +If you feel K9s is helping your Kubernetes journey, please consider joining our [sponsorhip program](https://github.com/sponsors/derailed) and/or make some noise on social! [@kitesurfer](https://twitter.com/kitesurfer) + +On Slack? Please join us [K9slackers](https://join.slack.com/t/k9sers/shared_invite/enQtOTA5MDEyNzI5MTU0LWQ1ZGI3MzliYzZhZWEyNzYxYzA3NjE0YTk1YmFmNzViZjIyNzhkZGI0MmJjYzhlNjdlMGJhYzE2ZGU1NjkyNTM) + +## Maintenance Release! + +--- + +## Resolved Issues + +* [Issue #1123](https://github.com/derailed/k9s/issues/1123) Cannotresponse to keyboard strike after exit pod shell in windows 10 + +--- + +<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> ?? 2020 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/k9s-0.24.9/go.mod new/k9s-0.24.10/go.mod --- old/k9s-0.24.9/go.mod 2021-05-04 07:40:40.000000000 +0200 +++ new/k9s-0.24.10/go.mod 2021-05-20 07:54:08.000000000 +0200 @@ -5,7 +5,7 @@ replace ( github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible - github.com/gdamore/tcell/v2 => github.com/derailed/tcell/v2 v2.2.1-rc.6 + github.com/gdamore/tcell/v2 => github.com/derailed/tcell/v2 v2.3.1-rc.2 ) require ( @@ -19,7 +19,7 @@ github.com/fatih/color v1.10.0 github.com/fsnotify/fsnotify v1.4.9 github.com/fvbommel/sortorder v1.0.2 - github.com/gdamore/tcell/v2 v2.2.1 + github.com/gdamore/tcell/v2 v2.3.1 github.com/ghodss/yaml v1.0.0 github.com/kylelemons/godebug v1.1.0 // indirect github.com/mattn/go-runewidth v0.0.12 @@ -28,7 +28,7 @@ github.com/openfaas/faas-provider v0.15.0 github.com/petergtz/pegomock v2.9.0+incompatible github.com/rakyll/hey v0.1.4 - github.com/rs/zerolog v1.21.0 + github.com/rs/zerolog v1.22.0 github.com/ryanuber/go-glob v1.0.0 // indirect github.com/sahilm/fuzzy v0.1.0 github.com/spf13/cobra v1.1.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/k9s-0.24.9/go.sum new/k9s-0.24.10/go.sum --- old/k9s-0.24.9/go.sum 2021-05-04 07:40:40.000000000 +0200 +++ new/k9s-0.24.10/go.sum 2021-05-20 07:54:08.000000000 +0200 @@ -191,8 +191,8 @@ github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba/go.mod h1:dV8lFg6daOBZbT6/BDGIz6Y3WFGn8juu6G+CQ6LHtl0= github.com/derailed/popeye v0.9.0 h1:0zP4BAzo94RUjrUkzgF962v0zL9B3xyopd7kU7tMxuc= github.com/derailed/popeye v0.9.0/go.mod h1:g3hudQlbEEChCA7U44fA+utTM9xQpD4pINUMQaiq5Gs= -github.com/derailed/tcell/v2 v2.2.1-rc.6 h1:4OYLuVMZKuw6j/1dTao2dPhoMAZVsb9uKG65yW749pM= -github.com/derailed/tcell/v2 v2.2.1-rc.6/go.mod h1:0qLNzFYW8f0XhbEkwYtmnT8HYs3o4kuMsdkLEUKfAX0= +github.com/derailed/tcell/v2 v2.3.1-rc.2 h1:9TmZB/IwL3MA1Jf4pC4rfMaPTcVYIN62IwE7X7A9emU= +github.com/derailed/tcell/v2 v2.3.1-rc.2/go.mod h1:wegJ+SscH+jPjEQIAV/dI/grLTRm5R4IE2M479NDSL0= github.com/derailed/tview v0.6.1 h1:dB+9bO7r6a1Yg1HE+XNJj61hioauJnGBFq2biC5bjAk= github.com/derailed/tview v0.6.1/go.mod h1:5Wjopun0Jw3zxOFtafwc/GlrkFJix1hZz1oQetWpnwE= github.com/dgrijalva/jwt-go v0.0.0-20170104182250-a601269ab70c/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= @@ -670,8 +670,8 @@ github.com/rogpeppe/go-internal v1.4.0/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/zerolog v1.18.0/go.mod h1:9nvC1axdVrAHcu/s9taAVfBuIdTZLVQmKQyvrUjF5+I= -github.com/rs/zerolog v1.21.0 h1:Q3vdXlfLNT+OftyBHsU0Y445MD+8m8axjKgf2si0QcM= -github.com/rs/zerolog v1.21.0/go.mod h1:ZPhntP/xmq1nnND05hhpAh2QMhSsA4UN3MGZ6O2J3hM= +github.com/rs/zerolog v1.22.0 h1:XrVUjV4K+izZpKXZHlPrYQiDtmdGiCylnT4i43AAWxg= +github.com/rs/zerolog v1.22.0/go.mod h1:ZPhntP/xmq1nnND05hhpAh2QMhSsA4UN3MGZ6O2J3hM= github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351 h1:HXr/qUllAWv9riaI4zh2eXWKmCSDqVS/XH1MRHLKRwk= github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351/go.mod h1:DCgfY80j8GYL7MLEfvcpSFvjD0L5yZq/aZUJmhZklyg= github.com/russross/blackfriday v1.5.2 h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/k9s-0.24.9/internal/view/exec.go new/k9s-0.24.10/internal/view/exec.go --- old/k9s-0.24.9/internal/view/exec.go 2021-05-04 07:40:40.000000000 +0200 +++ new/k9s-0.24.10/internal/view/exec.go 2021-05-20 07:54:08.000000000 +0200 @@ -103,9 +103,13 @@ sigChan := make(chan os.Signal, 1) signal.Notify(sigChan, os.Interrupt, syscall.SIGTERM) go func() { - <-sigChan - log.Debug().Msg("Command canceled with signal!") - cancel() + select { + case <-sigChan: + log.Debug().Msg("Command canceled with signal!") + cancel() + case <-ctx.Done(): + return + } }() log.Debug().Msgf("Running command> %s %s", opts.binary, strings.Join(opts.args, " ")) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/k9s-0.24.9/internal/view/help.go new/k9s-0.24.10/internal/view/help.go --- old/k9s-0.24.9/internal/view/help.go 2021-05-04 07:40:40.000000000 +0200 +++ new/k9s-0.24.10/internal/view/help.go 2021-05-20 07:54:08.000000000 +0200 @@ -100,7 +100,6 @@ } func (h *Help) build() { - log.Debug().Msgf("BUILD!!") h.Clear() sections := []string{"RESOURCE", "GENERAL", "NAVIGATION", "HELP"} ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/k9s/vendor.tar.gz /work/SRC/openSUSE:Factory/.k9s.new.1898/vendor.tar.gz differ: char 5, line 1
