Skip to content

Latest commit

 

History

History
87 lines (62 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

87 lines (62 loc) · 2.75 KB

v1.1.1 - 2021-05-04

CI

  • Fix duplicate conditions (#19)

Chore

  • Update git-chglog config (#21)

v1.1.0 - 2021-05-04

CI

  • Use official skip [skip ci]
  • Ignore error on testing image (#18)

Features

  • Add Dockerfile for arm64 to support Apple Silicon (#16)

v1.0.0 - 2021-05-04

BREAKING CHANGE

  • Set noetic the "latest" image (#17)

v0.3.1 - 2021-05-04

Chore

  • Update build log format to avoid sync error (#14)

v0.3.0 - 2021-05-04

Chore

  • Publish to ghcr.io (#13)

Features

  • Add ROS Noetic (ros-testing) (#5)

v0.2.0 - 2020-08-11

Features

  • Enable catkin-tools for ROS Noetic (#11)

v0.1.0 - 2020-05-24

Features

  • Add ROS Noetic (#9)

Fix

  • Fix gosu not found

Refactor

  • Update the installer execution step to avoid rosdep permission error (#7)
  • Remove dupulicate ENV (#6)

v0.0.1 - 2020-02-13

Chore

  • Add git-chglog settings
  • Update deploy script for Kinetic
  • Add GHA settings
  • Add license file

Features

  • Add ROS Kinetic Dockerfile
  • Add ROS Melodic Dockerfile

Fix

  • Fix ENV ROS_DISTRO from dashing to melodic(#1)