From 7c46d70a614b2ff661c2dfc7b5aa725388953829 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 2 Aug 2024 17:12:05 +0200 Subject: [PATCH] Update NEWS.org and bump version to 0.2.0 --- NEWS.org | 22 +++++++++++++++++++++- kubed.el | 2 +- kubed.texi | 4 ++-- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/NEWS.org b/NEWS.org index 947db1f..a3d559f 100644 --- a/NEWS.org +++ b/NEWS.org @@ -10,6 +10,26 @@ for Kubernetes. For further details, see the Kubed manual: [[https://eshelyaron.com/sweep.html][https://eshelyaron.com/kubed.html]]. -* Version 0.1.0 on 2024-08-01 +* Version 0.2.0 on 2024-08-02 + +** Ensure compatibility with Emacs 29. + +** Add right-click context menus in resource tables. + +** New menu-bar "Kubernetes" menu + +** New commands for restarting and watching deployments. + +** Add filtering capability to all resource tables. + +** New cron job commands: suspend, resume, and start job now. + +** New commands for patching resources. + +** New useful columns in services table and deployments table. + +** Use multi-column layout in transient menus. + +* Version 0.1.0 on 2024-07-28 Initial release. diff --git a/kubed.el b/kubed.el index cf85e60..0653353 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 -;; Package-Version: 0.1.0 +;; Package-Version: 0.2.0 ;; Package-Requires: ((emacs "29.1")) ;;; Commentary: diff --git a/kubed.texi b/kubed.texi index 8b0662b..c11768a 100644 --- a/kubed.texi +++ b/kubed.texi @@ -11,7 +11,7 @@ @c %**end of header @copying -This manual is for Kubed 0.1.0, a rich Emacs interface for Kubernetes. +This manual is for Kubed 0.2.0, a rich Emacs interface for Kubernetes. Copyright @copyright{} 2024 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.1.0, a rich Emacs interface for Kubernetes. +This manual is for Kubed 0.2.0, a rich Emacs interface for Kubernetes. @end ifnottex -- 2.39.2