Skip to content

Commit

Permalink
Update changelog and version for v1.4.4 release (#82)
Browse files Browse the repository at this point in the history
* Update version and changelog for 1.4.4 release

* Add new default machine type to changelog

* Update CHANGELOG.md

Co-authored-by: Amandine Souilleux <[email protected]>

---------

Co-authored-by: Amandine Souilleux <[email protected]>
  • Loading branch information
vrutz and amandineslx authored Oct 15, 2024
1 parent f1bf604 commit a7bd92f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 1.4.4 - Bugfix and improvements release
- Fix GPU support for advanced configurations with tainted nodepools.
- Make `m7i.4xlarge` the default machine type for nodepools.
- Miscellaneous UI improvements.

## Version 1.4.3 - Feature release
- Adding tagging support for EKS clusters. Cluster tags also get inherited by node pools.

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.4.3",
"version": "1.4.4",
"meta": {
"label": "EKS clusters",
"description": "Interact with Amazon Elastic Kubernetes Service clusters",
Expand Down

0 comments on commit a7bd92f

Please sign in to comment.