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!: support generic adoption variables #140

Merged
merged 36 commits into from
Nov 12, 2024
Merged

feat!: support generic adoption variables #140

merged 36 commits into from
Nov 12, 2024

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    1a5e97b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    6b35c23 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Fix count access

    maxsxu committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    73b28eb View commit details
    Browse the repository at this point in the history
  2. Defaulting node groups

    maxsxu committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a4cbf64 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Use object

    maxsxu committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3846619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85999a6 View commit details
    Browse the repository at this point in the history
  3. Add cluster_iam

    maxsxu committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    96efbd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67d8420 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Add cluster_networking

    maxsxu committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    6b9bff4 View commit details
    Browse the repository at this point in the history
  2. Fix count index

    maxsxu committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    52777c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c33543 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Upgrade aws provider version

    maxsxu committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5ed0e9f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Update

    maxsxu committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2478fbc View commit details
    Browse the repository at this point in the history
  2. Update CI

    maxsxu committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    24600fd View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Update docs

    maxsxu committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a8df79e View commit details
    Browse the repository at this point in the history
  2. Update

    maxsxu committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    858b4ed View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    b44ca98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    052a354 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Remove unused examples

    maxsxu committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0d3b7a1 View commit details
    Browse the repository at this point in the history
  2. Using 20.24.2

    maxsxu committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a64388d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Update main.tf

    mitch-hamm committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7d57a26 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    4f77606 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Revert "Set encryption off by default"

    This reverts commit 4f77606.
    maxsxu committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d47b13c View commit details
    Browse the repository at this point in the history
  2. Revert "Update main.tf"

    This reverts commit 7d57a26.
    maxsxu committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    50bfc48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cff881c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    443c69e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d8d6e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    699dc44 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. feat: Expose route tables info (#138)

    <!--
      ~ Copyright 2023 StreamNative, Inc.
      ~
      ~ Licensed under the Apache License, Version 2.0 (the "License");
      ~ you may not use this file except in compliance with the License.
      ~ You may obtain a copy of the License at
      ~
      ~     http://www.apache.org/licenses/LICENSE-2.0
      ~
      ~ Unless required by applicable law or agreed to in writing, software
      ~ distributed under the License is distributed on an "AS IS" BASIS,
    ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
    implied.
      ~ See the License for the specific language governing permissions and
      ~ limitations under the License.
    -->
    
    <!--
    ### Contribution Checklist
    
    - Fill out the template below to describe the changes contributed by the
    pull request. That will give reviewers the context they need to do the
    review.
      
    - Each pull request should address only one issue, not mix up code from
    multiple issues.
      
      - Each commit in the pull request has a meaningful commit message
    
    - Once all items of the checklist are addressed, remove the above text
    and this checklist, leaving only the filled out template below.
    
    **(The sections below can be removed for hotfixes of typos)**
    -->
    
    
    
    ### Motivation
    
    
    Allow downstream module can obtain route tables info
    
    ### Modifications
    
    - Expose route tables info
    - Add type tag on route tables resources
    
    ### Verifying this change
    
    - [x] Make sure that the change passes the CI checks.
    
    *(Please pick either of the following options)*
    
    This change is a trivial rework / code cleanup without any test
    coverage.
    
    *(or)*
    
    This change is already covered by existing tests, such as *(please
    describe tests)*.
    
    *(or)*
    
    This change added tests and can be verified as follows:
    
    *(example:)*
    - *Added integration tests for end-to-end deployment with large payloads
    (10MB)*
      - *Extended integration test for recovery after broker failure*
    
    ### Documentation
    
    Check the box below.
    
    Need to update docs? 
    
    - [ ] `doc-required` 
      
      (If you need help on updating docs, create a doc issue)
      
    - [x] `no-need-doc` 
      
      (Please explain why)
      
    - [ ] `doc` 
      
      (If this PR contains doc changes)
    ciiiii authored and maxsxu committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    572a19e View commit details
    Browse the repository at this point in the history
  2. chore(master): release 3.2.0 (#139)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [3.2.0](v3.1.0...v3.2.0)
    (2024-09-10)
    
    
    ### Features
    
    * Expose route tables info
    ([#138](#138))
    ([13d1412](13d1412))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored and maxsxu committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    161c5bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cec69e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. docs: update tf docs

    maxsxu committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    bf627ad View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    992373f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    e1b9b6c View commit details
    Browse the repository at this point in the history
  2. Update to eks module 20.29.0

    maxsxu committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2d80ef3 View commit details
    Browse the repository at this point in the history
  3. Update tf docs

    maxsxu committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    fdc7ae8 View commit details
    Browse the repository at this point in the history