-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
chore(deps): bump lua-resty-ljsonschema
to 1.2.0
#13783
Conversation
lua-resty-ljsonschema
to 1.2.0
…r `null` as a valid option in `enum` types and properly calculation of utf8 string length instead of byte count.
e98ad59
to
f065c6b
Compare
It seems the manifest verification is failing |
kong-3.9.0-0.rockspec
Outdated
@@ -42,7 +42,7 @@ dependencies = { | |||
"lua-resty-session == 4.0.5", | |||
"lua-resty-timer-ng == 0.2.7", | |||
"lpeg == 1.1.0", | |||
"lua-resty-ljsonschema == 1.1.6-2", | |||
"lua-resty-ljsonschema == 1.2.0-1", |
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.
we should not be pinning revisions I think. Just 1.2.0
should suffice
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.
lgtm
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-13783-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13783-to-master-to-upstream
git checkout -b cherry-pick-13783-to-master-to-upstream
ancref=$(git merge-base 75992713bec9db211572ed8f121d1a62a753ee67 e518949d837cad96f65131dd5862f15607c4eea2)
git cherry-pick -x $ancref..e518949d837cad96f65131dd5862f15607c4eea2 |
Summary
Changelog for ljsonschema-1.2.0:
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
FTI-5870, FTI-6171