Skip to content

Latest commit

 

History

History
148 lines (109 loc) · 5.54 KB

CHANGELOG.md

File metadata and controls

148 lines (109 loc) · 5.54 KB

v2.0.0 - 2024-08-30

Chore

  • Bump ubuntu in /noetic (#59)

Documentation

  • Update status badge (#60)

Features

  • Update dependabot config to check dockerfile (#58)
  • Update base image (#53)

Fix

  • Add workaround for issue when image is created with "docker commit" (#57)
  • Fix docker image name (#55)

v1.3.0 - 2024-06-04

Chore

  • Bump docker/setup-qemu-action from 2 to 3 (#49)
  • Bump docker/metadata-action from 3 to 4 (#42)
  • Bump actions/checkout from 2 to 3 (#44)
  • Bump docker/login-action from 1 to 2 (#43)
  • Bump docker/setup-qemu-action from 1 to 2 (#41)
  • Create dependabot.yml (#40)
  • Add docker label (#34)

Fix

  • Fix GPG error on Ubuntu 20.04 (#35)

v1.2.0 - 2022-01-08

CI

  • Fix deploy log URL (#32)
  • Create multi architecture image (#31)
  • Simplify authentication (#30)

Documentation

  • Add FAQ (#29)
  • Add link to ros2-desktop-vnc

Features

  • Add Dockerfile for noetic-arm64 to support Apple Silicon (#20)
  • Drop ROS Kinetic support (#23)

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

Documentation

  • Add links and details (#4)
  • Update the execution command (#2)

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

Documentation

  • Update description
  • Fix typo
  • Update Docker tags
  • Create README

Features

  • Add ROS Kinetic Dockerfile
  • Add ROS Melodic Dockerfile

Fix

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