-
Notifications
You must be signed in to change notification settings - Fork 54
/
CHANGELOG
45 lines (29 loc) · 1.48 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.0.4] - 2024-12-11
### Fixed
- Fixed issue in the `dockerfile_assets/entrypoint_setup.sh` where the `$XDG_RUNTIME_DIR` was not properly escaped causing `chown` errors.
## [3.0.3] - 2024-09-19
### Fixed
- Fixed issue in the parsing of the "extra packages" where, if a custom version was specified, it was neglected and always the latest was being picked.
## [3.0.2] - 2024-07-14
### Fixed
- Suppress "InsecureRequestWarning: Unverified HTTPS request is being made to host 'apt.llvm.org'", when using `verify=False` in `requests.get()`.
## [3.0.1] - 2024-07-12
### Changed
- Allow requests.get() to skip verification of the server's TLS certificate. Solves issues with self-signed certification in the chain.
### Fixed
- Wrong functionality of the 'turludock --version'
- Wrong helper messages in the argument parser
## [3.0.0] - 2024-06-01
### Added
- Added support for Wayland
- Added ROS2 support for Humble, Iron and Jazzy
### Changed
- Complete make over! Moving to a python tool where Dockerfiles files are generated via templates
- Supports generating of templated Dockerfiles and provides Dockerfile assets for complete build
- Supports building of docker images
- Only Noetic is supported from ROS1
- Changed supported CUDA/cuDNN versions