diff --git a/.circleci/config.yml b/.circleci/config.yml index bb68de1..d1bfdac 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,6 @@ version: 2.1 steps: &steps working_directory: /kubel steps: - - run: apt update && apt install -y git ssh make - checkout - run: name: Install packages @@ -26,23 +25,28 @@ steps: &steps emacs -Q --batch -l .circleci/make.el --funcall make-lint kubel.el jobs: - emacs-27: + emacs-29: docker: - - image: silex/emacs:27.2 + - image: silex/emacs:29.1-ci <<: *steps - emacs-26: + emacs-28: + docker: + - image: silex/emacs:28.2-ci + <<: *steps + emacs-27: docker: - - image: silex/emacs:26.3 + - image: silex/emacs:27.2-ci <<: *steps - emacs-25: + emacs-26: docker: - - image: silex/emacs:25.3 + - image: silex/emacs:26.3-ci <<: *steps workflows: version: 2 build: jobs: - - emacs-25 - emacs-26 - emacs-27 + - emacs-28 + - emacs-29 diff --git a/CHANGELOG.md b/CHANGELOG.md index 60cd05d..6936536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file. - run `kubectl describe pod` - `kubectl` apply a buffer to current context/namespace -## [3.1.0] - +## [3.1.0] - ### Added - Support for multiple kubel buffers, each one with different context, namespace, and resource @@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file. ### Removed - `kubel-kubernetes-version` no longer cares about version patch - support for kubernetes v1.13 and below +- support for emacs 25 and below ## [3.0.0] - 2022-09-09 ### Added