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: Add imageID status field #4637

Merged
merged 60 commits into from
Oct 11, 2023
Merged

feat: Add imageID status field #4637

merged 60 commits into from
Oct 11, 2023

Commits on Aug 21, 2023

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

Commits on Aug 28, 2023

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

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    e20607c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac40626 View commit details
    Browse the repository at this point in the history
  3. feat: update necessary permissions to allow karpenter controller to l…

    …ookup launch template versions
    gfcroft committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    11cf6fb View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. fix lint issues

    gfcroft committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f040694 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. fix tests

    gfcroft committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    034cbb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f64363c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7771a8 View commit details
    Browse the repository at this point in the history
  4. remove unintended newline

    gfcroft committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5988dd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

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

Commits on Sep 19, 2023

  1. remove attempt to resolve ami-id label in case where custom launch te…

    …mplate is in use. Consolidate launch template related data into a struct
    gfcroft committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    618dfc8 View commit details
    Browse the repository at this point in the history
  2. remove describeTemplateVersions related additions from fake ec2api no…

    …w that we do not need to use this api
    gfcroft committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c88adad View commit details
    Browse the repository at this point in the history
  3. Revert "feat: update necessary permissions to allow karpenter control…

    …ler to lookup launch template versions"
    
    This reverts commit 11cf6fb.
    
    we won't need to perform ec2:DescribeLaunchTemplateVersions for the aws#4637 feature
    gfcroft committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7e853a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Sep 22, 2023

  1. lint fix

    gfcroft committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    1bc2200 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    0365a70 View commit details
    Browse the repository at this point in the history
  2. fix failing tests after merge

    gfcroft committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    8b9d3a0 View commit details
    Browse the repository at this point in the history
  3. remove mistakenly included tests which should have been removed after…

    … merging updates from upstream
    gfcroft committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    1d259fa View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Update pkg/cloudprovider/cloudprovider.go

    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    gfcroft and jonathan-innis committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    490998d View commit details
    Browse the repository at this point in the history
  2. Update pkg/providers/launchtemplate/launchtemplate.go

    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    gfcroft and jonathan-innis committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    273c9d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d25f2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ae5349 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ffd71a View commit details
    Browse the repository at this point in the history
  6. fix syntax syntax error

    gfcroft committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    4a7b932 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    9c524fe View commit details
    Browse the repository at this point in the history
  2. feat: update necessary permissions to allow karpenter controller to l…

    …ookup launch template versions
    gfcroft authored and jonathan-innis committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d8de375 View commit details
    Browse the repository at this point in the history
  3. fix lint issues

    gfcroft authored and jonathan-innis committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    625643f View commit details
    Browse the repository at this point in the history
  4. fix tests

    gfcroft authored and jonathan-innis committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    57a2ab1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3449cf9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    551a114 View commit details
    Browse the repository at this point in the history
  7. remove unintended newline

    gfcroft authored and jonathan-innis committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    1dc3a7e View commit details
    Browse the repository at this point in the history
  8. remove wip local dep TODO comment

    gfcroft authored and jonathan-innis committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    6ee56a6 View commit details
    Browse the repository at this point in the history
  9. remove attempt to resolve ami-id label in case where custom launch te…

    …mplate is in use. Consolidate launch template related data into a struct
    gfcroft authored and jonathan-innis committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5025ddb View commit details
    Browse the repository at this point in the history
  10. remove describeTemplateVersions related additions from fake ec2api no…

    …w that we do not need to use this api
    gfcroft authored and jonathan-innis committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    53b29af View commit details
    Browse the repository at this point in the history
  11. Revert "feat: update necessary permissions to allow karpenter control…

    …ler to lookup launch template versions"
    
    This reverts commit 11cf6fb.
    
    we won't need to perform ec2:DescribeLaunchTemplateVersions for the aws#4637 feature
    gfcroft authored and jonathan-innis committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3a01052 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    22dff06 View commit details
    Browse the repository at this point in the history
  13. lint fix

    gfcroft authored and jonathan-innis committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    21b71a6 View commit details
    Browse the repository at this point in the history
  14. fix failing tests after merge

    gfcroft authored and jonathan-innis committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c345730 View commit details
    Browse the repository at this point in the history
  15. Update pkg/cloudprovider/cloudprovider.go

    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    gfcroft and jonathan-innis committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    e457128 View commit details
    Browse the repository at this point in the history
  16. Update pkg/providers/launchtemplate/launchtemplate.go

    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    gfcroft and jonathan-innis committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3f29371 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    97fb245 View commit details
    Browse the repository at this point in the history
  18. fix syntax syntax error

    gfcroft authored and jonathan-innis committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    fb3510d View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    ff8afd3 View commit details
    Browse the repository at this point in the history
  2. add imageId to nodeClaim status field. Depends on addition of ImageId…

    … to the Status field of nodeclaim in karpenter-core
    gfcroft committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    fe66c29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b76960b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. update go.mod,go.sum and api/crds following karpenter-core change to …

    …add ImageID as a .Status field of nodeclaim kind
    gfcroft committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    44e35d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fe4b5e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    14f4946 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1c05e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67f055d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bdb097 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    87e45c9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    gfcroft committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0110690 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f06c25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a533c4b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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