-
Notifications
You must be signed in to change notification settings - Fork 100
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
AWS Elastic Kubernetes Service Kubernetes 1.28 Update #237
Open
4141done
wants to merge
14
commits into
master
Choose a base branch
from
pulumi_2023
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
91ddd23
small m1 fixes
4141done dd70919
updated dependancies to run localy on a m1 mac and provision in AWS.
b4944cd
small fixes and debug
4141done 07b5990
working on m1 up until elastic
4141done 9c9d0b9
working up to cert manager
4141done 9df3b22
update cert manager repo name and version
4141done 070304f
remove old hack
4141done 6f1ec35
update otel collector configuration
4141done fad88de
clean up
4141done 6dcb9db
update github actions workflow to enforce python versions
4141done 866f4eb
small hack for gh actions setup python cleanup workflow
4141done a4e2f65
remove failing hack for macos tests
4141done 8742d7b
fix to simple otel collector and port forwarding script
4141done c15966b
hack to fix python venv cleanup
4141done File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.9.12 | ||
3.11.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
python 3.11.6 | ||
pulumi 3.92.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,29 +4,25 @@ verify_ssl = true | |
name = "pypi" | ||
|
||
[packages] | ||
awscli = "~=1.25.35" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. annotation: |
||
grpcio = "==1.43.0" | ||
fart = "~=0.1.5" | ||
lolcat = "~=1.4" | ||
passlib = "~=1.7.4" | ||
pulumi-aws = ">=4.39.0" | ||
pulumi-aws = "5.31.0" | ||
pulumi-docker = "==3.1.0" | ||
# pulumi-docker = "~=4.4.4" | ||
pulumi-eks = ">=0.41.2" | ||
pulumi-kubernetes = "==3.20.1" | ||
pulumi-kubernetes = "==3.30.2" | ||
pycryptodome = "~=3.14.0" | ||
requests = "~=2.27.1" | ||
setuptools = "==49.6.0" | ||
setuptools-git-versioning = "==1.9.2" | ||
yamlreader = "==3.0.4" | ||
pulumi-digitalocean = "==4.12.0" | ||
pulumi-linode = "==3.7.1" | ||
linode-cli = "~=5.17.2" | ||
pulumi = "~=3.36.0" | ||
PyYAML = "~=5.4.1" | ||
nodeenv = "~=1.6.0" | ||
|
||
[dev-packages] | ||
wheel = "~=0.37.1" | ||
pulumi = "~=3.93" | ||
grpcio = "==1.56.2" | ||
PyYAML = "==6.0.1" | ||
wheel = "0.41.3" | ||
nodeenv = "~=1.6.0" | ||
|
||
[requires] | ||
python_version = "3.9" | ||
python_version = "3.11" |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
annotation:
Older versions of pyenv don't know about the newer python version we are using.