branch: externals/kubed
commit e8a6f9b0dc25d44f3783036962d6c08eacbdbd23
Author: Eshel Yaron <m...@eshelyaron.com>
Commit: Eshel Yaron <m...@eshelyaron.com>

    ; Update NEWS.org and bump version to 0.5.0
---
 NEWS.org   | 16 ++++++++++++++++
 kubed.el   |  2 +-
 kubed.texi |  4 ++--
 3 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/NEWS.org b/NEWS.org
index d63a2178d8..c8dd79adbe 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -10,6 +10,22 @@ for Kubernetes.
 For further details, see the Kubed manual:
 [[https://eshelyaron.com/kubed.html][https://eshelyaron.com/kubed.html]].
 
+* Version 0.5.0 on 2025-06-11
+
+** DaemonSets support
+
+Kubed now provides commands for working with DaemonSets by default.
+Remember that you can always configure support for additional resource
+types with the ~kubed-define-resource~ macro!
+
+** Fix Tramp integration for context names with non-alphanumeric characters
+
+This version fixes an issue in the Kubed integration with Tramp, which
+caused it to fail for ~kubectl~ contexts whose name includes ":" and
+most other non-alphanumeric characters.
+
+See bug report at 
https://lists.sr.ht/~eshel/kubed-devel/%3c87ldqz70a6....@gmail.com%3E
+
 * Version 0.4.3 on 2025-01-21
 
 This is a maintenance release, it includes minor improvements and one
diff --git a/kubed.el b/kubed.el
index b2cba8714b..f28a5e3dfc 100644
--- a/kubed.el
+++ b/kubed.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Eshel Yaron <~eshel/kubed-de...@lists.sr.ht>
 ;; Keywords: tools kubernetes containers
 ;; URL: https://eshelyaron.com/kubed.html
-;; Package-Version: 0.4.3
+;; Package-Version: 0.5.0
 ;; Package-Requires: ((emacs "29.1"))
 
 ;;; Commentary:
diff --git a/kubed.texi b/kubed.texi
index 1526e1066e..86e6e1c1a5 100644
--- a/kubed.texi
+++ b/kubed.texi
@@ -11,7 +11,7 @@
 @c %**end of header
 
 @copying
-This manual is for Kubed 0.4.3, a rich Emacs interface for Kubernetes.
+This manual is for Kubed 0.5.0, a rich Emacs interface for Kubernetes.
 
 Copyright @copyright{} 2024-2025 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.4.3, a rich Emacs interface for Kubernetes.
+This manual is for Kubed 0.5.0, a rich Emacs interface for Kubernetes.
 
 @end ifnottex
 

Reply via email to