Skip to content

Commit

Permalink
Merge pull request #9 from opzkit/update-autoscaler-versions
Browse files Browse the repository at this point in the history
feat: update autoscaler versions for compatibility with newer releases
  • Loading branch information
peter-svensson authored Sep 23, 2024
2 parents e6ac4da + dc268de commit 470d620
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ locals {
"1.23.1" = "<1.24.0"
"1.24.3" = "<1.25.0"
"1.25.3" = "<1.26.0"
"1.26.6" = "<1.27.0"
"1.27.5" = "<1.28.0"
"1.28.2" = ">=1.28.0"
"1.26.8" = "<1.27.0"
"1.27.8" = "<1.28.0"
"1.28.6" = "<1.29.0"
"1.29.4" = "<1.30.0"
"1.30.2" = ">=1.30.0"
}
}

Expand Down

0 comments on commit 470d620

Please sign in to comment.