diff options
| author | Eshel Yaron <me@eshelyaron.com> | 2026-04-13 19:21:26 +0200 |
|---|---|---|
| committer | Eshel Yaron <me@eshelyaron.com> | 2026-04-13 22:46:01 +0200 |
| commit | 2f231466790c5db18a6e1479e3c67945d43cbf94 (patch) | |
| tree | bac839ac7b47d1f5900d9264ea7d8352287c9a40 | |
| parent | ccafb684ee1bc2f2dde84aef89df2fb97ffe2b9b (diff) | |
; Update NEWS.org and bump version to 0.6.1externals/kubed
| -rw-r--r-- | NEWS.org | 11 | ||||
| -rw-r--r-- | kubed.el | 2 | ||||
| -rw-r--r-- | kubed.texi | 4 |
3 files changed, 14 insertions, 3 deletions
@@ -10,6 +10,17 @@ for Kubernetes. For further details, see the Kubed manual: [[https://eshelyaron.com/kubed.html][https://eshelyaron.com/kubed.html]]. +* Version 0.6.1 on 2026-04-13 + +This is a maintenance release, it includes one important bug fix: + +** Fix "Invalid format string" error in Tramp integration + +This version fixes a regression introduced in version 0.6.0, which +caused an error when starting a shell or opening Dired inside a pod. + +See bug report at https://lists.sr.ht/~eshel/kubed-devel/%3C87zf36vqaa.fsf@gmail.com%3E + * Version 0.6.0 on 2026-04-11 ** Kubed now uses the remote ~kubectl~ on remote hosts @@ -6,7 +6,7 @@ ;; Maintainer: Eshel Yaron <~eshel/kubed-devel@lists.sr.ht> ;; Keywords: tools kubernetes containers ;; URL: https://eshelyaron.com/kubed.html -;; Package-Version: 0.6.0 +;; Package-Version: 0.6.1 ;; Package-Requires: ((emacs "29.1")) ;;; Commentary: @@ -11,7 +11,7 @@ @c %**end of header @copying -This manual is for Kubed 0.6.0, a rich Emacs interface for Kubernetes. +This manual is for Kubed 0.6.1, a rich Emacs interface for Kubernetes. Copyright @copyright{} 2024-2026 Eshel Yaron. @@ -40,7 +40,7 @@ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. @node Top @top Kubed: Kubernetes, Emacs, done! -This manual is for Kubed 0.6.0, a rich Emacs interface for Kubernetes. +This manual is for Kubed 0.6.1, a rich Emacs interface for Kubernetes. @end ifnottex |
