Merge upgrades to support version 0.12.6.5#1
Open
wjrobinson11 wants to merge 96 commits intogetaroom:masterfrom
Open
Merge upgrades to support version 0.12.6.5#1wjrobinson11 wants to merge 96 commits intogetaroom:masterfrom
wjrobinson11 wants to merge 96 commits intogetaroom:masterfrom
Conversation
Add support for RHEL 7.x
Ubuntu 21.04 was released today, and currently this gem errors because it's not supported. I've installed wkhtmltopdf manually on my system using the binary for Focal Fossa (20.04) and it's working fine based on my testing.
Use the 20.04 binary for 21.04
Add support to ubuntu 24.04
fix for linux mint 22
Add support for alibaba cloud linux
Fix binary used for Amazon Linux 2023 AMI
Add support for AlmaLinux 8
Update CHANGELOG for version 0.12.6.8
Update wkhtmltopdf: Support KDE Neon 22.04 and 24.04
Add support to ubuntu 22.04 and 24.04 in arm64
PR Reviewer Guide 🔍(Review updated until commit f54fc99)Here are some key observations to aid the review process:
|
Update wkhtmltopdf to support Debian 13
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
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.
PR Type
Enhancement, Tests
Description
Add support for new OS versions
Expand test coverage with Docker and CI
Update binary detection and extraction logic
Improve documentation and changelog entries
Changes walkthrough 📝
3 files
Expand test coverage for various OS versionsAdd GitHub Actions CI workflowAdd Docker Compose file for ARM testing20 files
Update gem version and add metadataAdd Dockerfile for AlmaLinux 8Update Archlinux Dockerfile dependenciesUpdate CentOS 6 Dockerfile for EOLUpdate CentOS 8 Dockerfile for EOLAdd Dockerfile for Debian 10 ARMAdd Dockerfile for Debian 11Add Dockerfile for Debian 11 ARMAdd Dockerfile for Debian 12Add Dockerfile for Debian 12 ARMAdd Dockerfile for Debian 13Update Debian 9 Dockerfile for EOLAdd Dockerfile for Debian 9 ARMAdd Dockerfile for Oracle Linux 8Add Dockerfile for Rocky Linux 8Update Ubuntu 22.04 DockerfileAdd Dockerfile for Ubuntu 24.04Add Gemfile for dependency managementEnhance OS detection and binary extractionUpdate Docker Compose with new OS versions2 files
Update changelog with new versions and featuresUpdate README with testing instructions