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

🐛 fix aws.eks.clusters { * } panic #4787

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

vjeffrey
Copy link
Contributor

@vjeffrey vjeffrey commented Oct 28, 2024

fix for aws.eks.clusters { * }

cnquery> aws.eks.clusters
aws.eks.clusters: [
  0: aws.eks.cluster arn="arn:aws:eks:us-west-2:-----:cluster/tim_test" version="1.30" status="ACTIVE"
]
cnquery> aws.eks.clusters { * }
aws.eks.clusters: [
  0: {
    networkConfig: {

fixes #4257

Copy link
Contributor

Test Results

3 118 tests  ±0   3 117 ✅ ±0   1m 23s ⏱️ +4s
  371 suites ±0       1 💤 ±0 
   28 files   ±0       0 ❌ ±0 

Results for commit ddabef3. ± Comparison against base commit 6701d64.

@preslavgerchev preslavgerchev merged commit e0c5f88 into main Oct 29, 2024
15 checks passed
@preslavgerchev preslavgerchev deleted the vj/fixeksclusters branch October 29, 2024 11:55
@github-actions github-actions bot locked and limited conversation to collaborators Oct 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 panic: runtime error: on aws.eks.clusters {nodeGroup}
2 participants