-
Notifications
You must be signed in to change notification settings - Fork 0
Merge upgrades to support version 0.12.6.5 #1
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
base: master
Are you sure you want to change the base?
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
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