Skip to content

Commit

Permalink
updating CI and dropping support for emacs 25
Browse files Browse the repository at this point in the history
  • Loading branch information
abrochard committed Jan 24, 2024
1 parent f6858cc commit 679dc27
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
20 changes: 12 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 679dc27

Please sign in to comment.