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

Revert "fix: resolve multiline variables in kubernetes manifests correctly (#5270)" #5283

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

stefreak
Copy link
Member

What this PR does / why we need it:
This reverts commit 946e74b.

We need to revert this commit, because despite the original behaviour is clearly unwanted, multiple users depend on it and we even recommend depending on it on it in our examples.

We will have to release a new major release 0.14 with this breaking change.

Which issue(s) this PR fixes:

Reopens #3899
Reopens #5266

Special notes for your reviewer:

@stefreak stefreak requested a review from a team October 20, 2023 13:02
@@ -270,7 +270,7 @@
"check-package-lock": "git diff-index --quiet HEAD -- package-lock.json || (echo 'package-lock.json is dirty!' && exit 1)",
"check-types": "tsc -p . --noEmit",
"clean": "shx rm -rf build",
"dev": "nodemon --watch src/template-string/*.pegjs --exec npm run build",
"dev": "nodemon --watch src/template-string/*.pegjs --exec yarn build",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's fix this in a separate PR.

@vvagaytsev
Copy link
Collaborator

@stefreak @shumailxyz this must be merged before the release to avoid the braking changes, right?

@shumailxyz
Copy link
Contributor

@vvagaytsev Correct.

@stefreak stefreak added this pull request to the merge queue Oct 23, 2023
Merged via the queue into main with commit e79fc54 Oct 23, 2023
@stefreak stefreak deleted the revert-5270-fix-multiline-var-manifests branch October 23, 2023 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants