From 8f979a198537532ce7749951ee6a85072eeb0610 Mon Sep 17 00:00:00 2001
From: Eshel Yaron <me@eshelyaron.com>
Date: Tue, 21 Jan 2025 16:26:31 +0100
Subject: [PATCH] ; Update NEWS.org and bump version to 0.4.3

* kubed.el:
* kubed.texi:
* NEWS.org: Update for version 0.4.3
---
 NEWS.org   | 10 ++++++++++
 kubed.el   |  2 +-
 kubed.texi |  4 ++--
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/NEWS.org b/NEWS.org
index 4404062..d63a217 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -10,6 +10,16 @@ for Kubernetes.
 For further details, see the Kubed manual:
 [[https://eshelyaron.com/kubed.html][https://eshelyaron.com/kubed.html]].
 
+* Version 0.4.3 on 2025-01-21
+
+This is a maintenance release, it includes minor improvements and one
+important bug fix:
+
+** Fix 'kubed-list-delete-marked' in non-default context
+
+Marking resources with ~d~ and deleting them with ~x~ now works also
+in resource tables of resources in non-default contexts or namespaces.
+
 * Version 0.4.2 on 2024-10-22
 
 ** New user option 'kubed-list-mode-line-format'
diff --git a/kubed.el b/kubed.el
index 7a0aa8e..c5f7287 100644
--- a/kubed.el
+++ b/kubed.el
@@ -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.4.2
+;; Package-Version: 0.4.3
 ;; Package-Requires: ((emacs "29.1"))
 
 ;;; Commentary:
diff --git a/kubed.texi b/kubed.texi
index 95d1d77..ae5ab9a 100644
--- a/kubed.texi
+++ b/kubed.texi
@@ -11,7 +11,7 @@
 @c %**end of header
 
 @copying
-This manual is for Kubed 0.4.2, a rich Emacs interface for Kubernetes.
+This manual is for Kubed 0.4.3, 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.2, a rich Emacs interface for Kubernetes.
+This manual is for Kubed 0.4.3, a rich Emacs interface for Kubernetes.
 
 @end ifnottex
 
-- 
2.39.5