Skip to content

Commit

Permalink
Prepare EKS plugin for release (#64)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update plugin.json to version 1.3.2
  • Loading branch information
vrutz authored Apr 16, 2024
1 parent 5c5e33b commit 1b75cba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
## Next version
- Allowing for multiple node pool definitions on cluster startup
- Adding labels and taints support for node pools
- Update Nvidia driver to always use the latest version

## Version 1.3.1 - bugfix release
## Version 1.3.2 - Bugfix release
- Update Nvidia driver URL to new location

## Version 1.3.1 - Bugfix release
- Fix a bug where node pool configuration is ignored

## Version 1.2.3 - Feature and bugfix release
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "eks-clusters",
"version": "1.3.1",
"version": "1.3.2",
"meta": {
"label": "EKS clusters",
"description": "Interact with Amazon Elastic Kubernetes Service clusters",
Expand Down

0 comments on commit 1b75cba

Please sign in to comment.