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 js-yaml dependency changes in pulumi/k8s #324

Merged
merged 4 commits into from
Feb 12, 2020
Merged

Conversation

metral
Copy link
Contributor

@metral metral commented Feb 7, 2020

Proposed changes

  • Vendor js-yaml in pulumi/eks after it was removed from pulumi/k8s
  • Pin pulumi/k8s to ^1.5.3
  • Temporarily disable withUpdate tests to cut a new pulumi/eks release. These tests use latest of pulumi/eks, which depended on pulumi/k8s for js-yaml, so they will always fail until we cut a new release of eks that does vendor it.

Fixes #325

@metral metral added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Feb 7, 2020
nodejs/eks/dashboard.ts Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Removal of js-yaml and YAML invoke changes in pulumi/k8s breaks withUpdate tests, and tests that load YAML
3 participants