Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update versions #191

Merged
merged 1 commit into from
Dec 2, 2024
Merged

feat: update versions #191

merged 1 commit into from
Dec 2, 2024

Conversation

venkatamutyala
Copy link
Contributor

@venkatamutyala venkatamutyala commented Dec 2, 2024

PR Type

enhancement


Description

  • Updated the kube_proxy_version to v1.29.10-eksbuild.3 across multiple files, ensuring consistency in versioning.
  • Updated the ami_release_version in both commented and default configurations to 1.29.10-20241121.
  • Adjusted documentation files to reflect the latest version changes for better clarity and accuracy.

Changes walkthrough 📝

Relevant files
Enhancement
main.tf
Update EKS and AMI versions in Terraform module                   

tests/main.tf

  • Updated kube_proxy_version to v1.29.10-eksbuild.3.
  • Updated commented ami_release_version to 1.29.10-20241121.
  • +4/-4     
    variables.tf
    Update default versions for kube-proxy and AMI                     

    variables.tf

  • Updated default kube_proxy_version to v1.29.10-eksbuild.3.
  • Updated ami_release_version in default node pool configuration.
  • +2/-2     
    Documentation
    README.md
    Update version references in README                                           

    README.md

  • Updated kube_proxy_version to v1.29.10-eksbuild.3.
  • Updated commented ami_release_version to 1.29.10-20241121.
  • +6/-6     
    .header.md
    Update version references in documentation header               

    docs/.header.md

  • Updated kube_proxy_version to v1.29.10-eksbuild.3.
  • Updated commented ami_release_version to 1.29.10-20241121.
  • +4/-4     

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    Copy link

    sonarqubecloud bot commented Dec 2, 2024

    Copy link
    Contributor

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Version Compatibility
    Verify that the updated kube-proxy version (v1.29.10-eksbuild.3) is compatible with the EKS version (1.29) and other components like CoreDNS (v1.11.3-eksbuild.2)

    AMI Version Validation
    Confirm that the new AMI release version (1.29.10-20241121) exists in the AWS EKS AMI repository and is stable for production use

    Copy link
    Contributor

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @venkatamutyala venkatamutyala merged commit 87c1dd9 into main Dec 2, 2024
    7 checks passed
    @venkatamutyala venkatamutyala deleted the feat/updates branch December 2, 2024 21:44
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants