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

Upgrade CDK (v2.119), SAM (v1.107), Jinja2 (v3.1.3), and others to latest compatible version #676

Merged
merged 9 commits into from
Jan 12, 2024

Commits on Dec 20, 2023

  1. Upgrade CDK (v2.113), SAM (v1.103), and others to latest compatible v…

    …ersion
    
    **Why?**
    
    To use the latest versions as made available in the meanwhile.
    
    **What?**
    
    * Upgrade CDK (v2.113), SAM (v1.103), and others to latest compatible version
    * Remove Python based awscli v1, rely on default AWS CLI part of CodeBuild
      instead.
    * Fix Terraform Enabled Parameter Store test
    * Hide logs emitted by tests.
    sbkok committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e15723d View commit details
    Browse the repository at this point in the history
  2. Upgrade CDK (v2.115), SAM (v1.105), Python (v3.12) and others to late…

    …st compatible
    
    **Why?**
    
    To use the latest versions as made available in the meanwhile.
    
    **What?**
    
    * Upgrade CDK (v2.115), SAM (v1.105), and others to latest compatible version
    * Update to Python v3.12.
    * Ensure Regular Expressions use raw strings where required.
    sbkok committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    8fac872 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Upgrade CDK (v2.118.0) and ARM64

    **Why?**
    
    To use the latest versions as made available in the meanwhile.
    
    **What?**
    
    * Upgrade CDK (v2.118.0).
    * Upgrade AWS SAM CLI to v1.107.0.
    * Switch to the ARM64 architecture for Lambda functions.
    * Add the new required ImageId property for Cloud9 instances in the service
      catalog sample.
    sbkok committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ea86249 View commit details
    Browse the repository at this point in the history
  2. Undo ARM64 for all Lambda functions

    Reverting, due to `ruamel-yaml-clib==0.2.8(wheel)` dependency error.
    sbkok committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    be5099e View commit details
    Browse the repository at this point in the history
  3. Bump jinja2

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.2...3.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sbkok committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b956049 View commit details
    Browse the repository at this point in the history
  4. Bump jinja2 from 3.1.2 to 3.1.3 in /src/lambda_codebase/initial_commit

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.2...3.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sbkok committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0eb5422 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d78939 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82ecef7 View commit details
    Browse the repository at this point in the history
  7. Upgrade to CDK v2.119

    sbkok committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9b85223 View commit details
    Browse the repository at this point in the history