Skip to content

Latest commit

 

History

History
142 lines (133 loc) · 5.9 KB

File metadata and controls

142 lines (133 loc) · 5.9 KB

1.6.3 (2026-09-11)

  • Clear dependency cache after failed recursive lookup - #283
  • Raise appropriate errors on invalid manifests - #284

1.6.2 (2026-09-04)

  • Fix handling of Debian codename detection - #280
  • Fix test_tripwire_uname_get_machine on loongarch64 - #279
  • Add macOS 27 "Golden Gate" to the OSX codename map - #281
  • Add "OS_SLES" SUSE Linux Enterprise Server platform - #282

1.6.1 (2025-12-15)

  • Add openEuler support to os_detect.py - #274
  • Add macOS 'Tahoe' to _osx_codename_map - #275
  • Add a GitHub Actions job to smoke test os_detect.py - #276
  • Drop more artifacts of Python 2 - #277

1.6.0 (2025-01-24)

  • Add 'Duke' to Debian codename mapping - #273
  • Raise minimum required Python version to 3.6 - #272
  • Add macOS 15 to _osx_codename_map - #271
  • Fix test_tripwire_uname_get_machine on macOS - #270

1.5.1 (2024-04-19)

  • Make tests portable enough to run on Windows - #268
  • Switch to ros-infrastructure centralized CI - #267
  • Add detection logic for Fedora Asahi Remix - #265
  • Update debian codename mapping - #266
  • Add macOS Sonoma to _osx_codename_map - #262
  • Update deb platforms for release - #263
  • Update CI testing matrix - #264

1.5.0 (2023-03-20)

  • Add ventura in the _osx_codename_map - #256
  • Use FdoDetect to identify Raspbian systems - #257
  • Report Debian 'rodete' as the current Debian testing codename - #258
  • List 'ROS Infrastructure Team' as the package maintainer - #252
  • Declare test dependencies in [test] extra - #251
  • Declare cov/junit module name - #250

1.4.0 (2022-02-24)

  • Add OS_RASPBIAN definition. - #244
  • Add Conda OS detection. - #224 - Fix syntax error in Conda detector - #249
  • Avoid use of deprectated distro.linux_distribution() function. - #248
  • Enable tests on python 3.10, bump actions/setup-python version. - #246
  • Run tests with pytest instead of nose. - #247
  • Drop support for python < 2.6. - #242
  • Only add pypi dependency on distro with python >= 3.8. - #245
  • Use unittest.mock where possible. - #240
  • Update debian codename mapping. - #238
  • Refactor CI platforms. - #237
  • Fix test for riscv machines. - #234
  • Add macOS Monterey to OS detection. - #229
  • Remove legacy rosbuild files. - #231
  • Add rosversion option to show all ROS package names and their versions. - #221
  • Address problems with CI - Require PyYAML < 6.0 for Python 2. - Drop Travis CI configuration and Python 3.4. - Use yaml.safe_load - #228
  • Update release distributions. - Drop support for EOL Ubuntu distros. - Drop support for EOL Debian distros. - Add Ubuntu Jammy and Debian Bullseye for python3 releases. - #227 - #236
  • Return list from ManifestManager.list(). - #220

1.3.0 (2021-03-31)

  • Fix for detecting big sur (and newer) versions of macOS - #216
  • Add "opensuse-leap" support to os_detect.py - #218
  • Switch RedHat-likes to FdoDetect, add some RHEL clones - #219

1.2.10 (2021-02-04)

  • Fix CentOS 8.3 detection - #215

1.2.9 (2020-11-12)

  • Add armv8l to tripwire_uname test. - #206
  • Add OS detection for Buildroot. - #205
  • Add OS detection for EulerOS. - #200
  • Use GitHub Actions for rospkg CI. - #212