8.2.2
CHANGES:
- Added Opam 2.2 (@mtelvers, #215)
- Deprecate Ubuntu 23.10. (@mtelvers, #214)
- Deprecate Ubuntu 23.04. (@punchagan, #213)
- Deprecate Fedora 38. (@mtelvers, #211)
- Deprecate Debian 10. (@shonfeder, #210)
- Add Ubuntu 24.04. (@mtelvers, #205)
- Add Fedora 40, deprecate Fedora 37. (@mtelvers, #203)
- Refactored Windows builds (@mtelvers, #201)
- Add Fedora 39. (@MisterDA #200)
- Add Alpine 3.20, deprecate Alpine 3.18, 3.19. (@MisterDA #167, #197, #199, #207)
- Support formatting RUN heredocs. (@MisterDA #193 #195, reported by @kit-ty-kate)
- Turned off address space layout randomization on Windows 1809. (@mtelvers #196)
- Add Ubuntu 23.10. (@MisterDA #189)
- Deprecate Ubuntu 22.10 it is now EOL. (@tmcgilchrist #184).
- Support
--start-interval
inHEALTCHECK
Dockerfile instruction.
(@MisterDA #183) - Support
--keep-git-dir
inADD
Dockerfile instruction. (@MisterDA #182) - Add Debian 12 as main distribution. (@MisterDA #172)
- Deprecate Ubuntu 18.04 it is now EOL (@avsm).
- Deprecate Alpine 3.16 and 3.17, OracleLinux 7 and OpenSUSE 15.2 (@avsm)
- Add ARM64 builds to OpenSUSE (@mtelvers #178)
- Support
--checksum
argument inADD
Dockerfile instruction.
(@MisterDA #175) - Support
--chmod
argument inCOPY
andADD
Dockerfile
instructions. (@MisterDA #174) - Add OpenSUSE Leap 15.6 to Tier 2, deprecate 15.5 and 15.4. (@MisterDA #171, #208)
- Add OpenSUSE Tumbleweed to Tier 2. (@MisterDA #168 #169)
- Deprecate Fedora 36. (@MisterDA #170)
- Support opam new
--with-vendored-deps
configure option. (@MisterDA #165) - Rework Windows images and update their dependencies. (@MisterDA #162)
- Fix the origin of
Install.cmd
(avsm -> ocurrent); - Rename
Windows.Cygwin.install_from_release
toinstall_cygwin
; - Rework Cygwin package list needed for opam and OCaml for Windows;
- Remove msvs-tools from the mingw images;
- Build opam with MSVS in the MSVS images. Explicitly set MSVS
environment vars with msvs-detect. - Update to VC Redist 17 and MSVC 2022;
- Track msvs-tools master;
- Split MSVC build into multiple build steps;
- Internal refactors.
- Fix the origin of
- Add Ubuntu 23.04 and Fedora 38. (@mtelvers #164)
- Add newlines in some cases for better formatting.
(@MisterDA #161, review by @benmandrew) - Various LCU Updates. (@mtelvers #160 #166 #173 #179 #180 #185 #188)