Skip to content

Commit

Permalink
fix for profile
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 7, 2026
1 parent a50ee07 commit f8a1400
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion local-app/python-tools/eks-tools/eks_addon_versions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#!/usr/bin/env python3
"""
eks_addon_versions.py v1.0.2
eks_addon_versions.py v1.0.3
Changelog:
v1.0.3 - Fixed boto3 paginator name to snake_case (describe_addon_versions)
v1.0.2 - Added version numbering (paginator fix not yet applied)
v1.0.1 - Attempted paginator fix using PascalCase (incorrect)
v1.0.0 - Initial release
Queries AWS EKS for all available add-ons and their latest supported versions,
filtered to EKS 1.30 and above. Outputs a YAML file grouped by EKS version.
Expand Down

0 comments on commit f8a1400

Please sign in to comment.