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

Gemini 3h upgrade + traefik release bump #355

Merged
merged 2 commits into from
Oct 24, 2024
Merged

Conversation

DaMandal0rian
Copy link
Contributor

@DaMandal0rian DaMandal0rian commented Oct 24, 2024

PR Type

enhancement, configuration changes


Description

  • Updated the docker-tag for various Gemini 3h node configurations to "gemini-3h-2024-oct-10" in the Terraform configuration file.
  • Bumped the Traefik image version from v2.11.x to v3.1.6 across multiple shell scripts and YAML files for domain, RPC, and autoid nodes.

Changes walkthrough 📝

Relevant files
Configuration changes
1 files
main.tf
Update Docker tags for Gemini 3h nodes                                     

resources/gemini-3h/main.tf

  • Updated docker-tag for multiple node configurations to
    "gemini-3h-2024-oct-10".
  • +9/-9     
    Enhancement
    9 files
    create_domain_node_compose_file.sh
    Bump Traefik version in domain node script                             

    templates/scripts/create_domain_node_compose_file.sh

    • Updated Traefik image version from v2.11.6 to v3.1.6.
    +1/-1     
    create_rpc_node_compose_file.sh
    Bump Traefik version in RPC node script                                   

    templates/scripts/create_rpc_node_compose_file.sh

    • Updated Traefik image version from v2.11.6 to v3.1.6.
    +1/-1     
    create_domain_node_compose_file.sh
    Update Traefik version in archived domain node script       

    templates/terraform/network-primitives-archive/gemini-3h/scripts/create_domain_node_compose_file.sh

    • Updated Traefik image version from v2.11.6 to v3.1.6.
    +1/-1     
    create_rpc_node_compose_file.sh
    Update Traefik version in archived RPC node script             

    templates/terraform/network-primitives-archive/gemini-3h/scripts/create_rpc_node_compose_file.sh

    • Updated Traefik image version from v2.11.6 to v3.1.6.
    +1/-1     
    create_autoid_node_compose_file.sh
    Bump Traefik version in autoid node script                             

    testing-framework/ec2/base/scripts/create_autoid_node_compose_file.sh

    • Updated Traefik image version from v2.11.3 to v3.1.6.
    +1/-1     
    create_domain_node_compose_file.sh
    Bump Traefik version in domain node script                             

    testing-framework/ec2/base/scripts/create_domain_node_compose_file.sh

    • Updated Traefik image version from v2.11.3 to v3.1.6.
    +1/-1     
    create_node_compose_file.sh
    Bump Traefik version in node script                                           

    testing-framework/ec2/base/scripts/create_node_compose_file.sh

    • Updated Traefik image version from v2.11.3 to v3.1.6.
    +1/-1     
    docker-compose-autoid.yml
    Update Traefik version in autoid docker-compose                   

    ansible/network/files/docker-compose-autoid.yml

    • Updated Traefik image version from v2.11.3 to v3.1.6.
    +1/-1     
    docker-compose-domain.yml
    Update Traefik version in domain docker-compose                   

    ansible/network/files/docker-compose-domain.yml

    • Updated Traefik image version from v2.11.3 to v3.1.6.
    +1/-1     

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

    Copy link

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

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

    Configuration Consistency
    Ensure that the updated docker-tag values across different node configurations are consistent and correctly reference the intended versions.

    Version Compatibility
    Verify compatibility of the new Traefik version (v3.1.6) with existing configurations and ensure no breaking changes affect the deployment.

    Copy link

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @DaMandal0rian DaMandal0rian merged commit 49a396d into main Oct 24, 2024
    2 checks passed
    @DaMandal0rian DaMandal0rian deleted the gemini-3h-upgrade branch October 24, 2024 12:20
    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.

    1 participant