-
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(release): add tzdata to deb images #12609
Merged
fffonion
merged 6 commits into
master
from
FTI-5698-add-tzdata-package-to-ubuntu-based-image
Feb 29, 2024
Merged
chore(release): add tzdata to deb images #12609
fffonion
merged 6 commits into
master
from
FTI-5698-add-tzdata-package-to-ubuntu-based-image
Feb 29, 2024
Conversation
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
github-actions
bot
added
the
chore
Not part of the core functionality of kong, but still needed
label
Feb 23, 2024
Full matrix job: https://github.com/Kong/kong/actions/runs/8014240998?pr=12609 |
Will rebase after #12603. |
The tzdata package supports standard timezone database info. So users can set or show accurate timezone info.
This reverts commit cbb1c9598a2d0ec15fc90f976a3076570de0d253.
This reverts commit 39a9e01c85ce3e10b949920b291d65beca1b2147.
outsinre
force-pushed
the
FTI-5698-add-tzdata-package-to-ubuntu-based-image
branch
from
February 23, 2024 11:10
e8ee6a5
to
de2e261
Compare
This reverts commit 1fb7ccf.
bungle
approved these changes
Feb 23, 2024
fffonion
reviewed
Feb 29, 2024
Co-authored-by: Wangchong Zhou <wangchong@konghq.com>
fffonion
approved these changes
Feb 29, 2024
fffonion
deleted the
FTI-5698-add-tzdata-package-to-ubuntu-based-image
branch
February 29, 2024 08:59
@outsinre it seems to me this change should be cherry-picked to Kong-EE, what do you think? |
locao
added
the
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
label
Apr 26, 2024
Successfully created cherry-pick PR for |
locao
pushed a commit
that referenced
this pull request
Jun 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
build/bazel
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
chore
Not part of the core functionality of kong, but still needed
size/XS
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.
Summary
The
tzdata
package supports standard timezone database info. So users can set or show accurate timezone info.The
tzdata
package does not introduce other dependencies.Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
Fix #FTI-5698