-
Notifications
You must be signed in to change notification settings - Fork 21.8k
[SRE-4808] Upgrade nginx base image to v1.27.4 #51
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
Closed
zacblazic
wants to merge
388
commits into
ringcentral:master
from
Intellection:upgrade-nginx-to-v1.27.4
Closed
[SRE-4808] Upgrade nginx base image to v1.27.4 #51
zacblazic
wants to merge
388
commits into
ringcentral:master
from
Intellection:upgrade-nginx-to-v1.27.4
Conversation
This file contains hidden or 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
* Fix Woocommerce link in readme * Fixed _errors.md typo
… wiki for instructions
* Add showing/hiding submenus, fix sidebar styling, fix bug where includes wouldn't appear in ToC * Update ToC to highlight last header if page is scrolled to very bottom, fixes #280 * Set HTML title to current h1 section text, see #133 * Fix menu not opening on mobile * Add back increase toc item height on mobile * Fix padding bug * Add back in ToC sliding animation
parts[0] can lead to a nil class exception. Using the ternary gives the same functionality without causing things to fail
* Add VagrantFile compatible from debian/jessie64 box and latest ruby stable version (2.4.0) * Fix indent in vagrantfile for jessie64 * Remove Vagrantfile for Jessie * Replace Vagrantfile with debian/jessie and last ruby version
* Fix screenshot link in readme * Vagrant file fix for ubuntu/trusty64
Looks like mozilla has moved to something else.
Add documentation for deliverables_last_updated_at orders field
Add missing documentation
Update docs with missing info
Co-authored-by: Ben Mmari <[email protected]>
Add docs for workspace_id query param for products endpoint
Use Correct Email
Co-authored-by: Ben Mmari <[email protected]>
Update rate limit documentation
[API-321] Update docs to cater for new delivered_at field
[SRE-4154, SRE-4307, SRE-3863, SRE-4323] Update to ruby base image, v3.3.5-3 (multi-arch)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
Upgrades the nginx base image to v1.27.4.
Related