Skip to content

Releases: Tiryoh/docker-ros-desktop-vnc

v2.0.0

01 Oct 12:01
7c52a91
Compare
Choose a tag to compare

What's Changed

  • feat: Update base image by @Tiryoh in #53
  • fix(ci): Fix docker image name by @Tiryoh in #55
  • fix: Add workaround for issue when image is created with "docker commit" by @Tiryoh in #57
  • feat(ci): Update dependabot config to check dockerfile by @Tiryoh in #58
  • chore(deps): Bump ubuntu from focal-20240427 to focal-20240530 in /noetic by @dependabot in #59
  • docs: Update status badge by @Tiryoh in #60
  • release: Release v2.0.0 by @Tiryoh in #61

Full Changelog: v1.3.0...v2.0.0

v1.3.0

04 Jun 03:52
2cf3159
Compare
Choose a tag to compare

What's Changed

  • chore: Add docker label by @Tiryoh in #34
  • fix: Fix GPG error on Ubuntu 20.04 by @Tiryoh in #35
  • chore: Create dependabot.yml by @Tiryoh in #40
  • chore(deps): Bump docker/setup-qemu-action from 1 to 2 by @dependabot in #41
  • chore(deps): Bump docker/login-action from 1 to 2 by @dependabot in #43
  • chore(deps): Bump actions/checkout from 2 to 3 by @dependabot in #44
  • chore(deps): Bump docker/metadata-action from 3 to 4 by @dependabot in #42
  • chore(deps): Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #49

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

08 Jan 10:28
4cb0db6
Compare
Choose a tag to compare

What's Changed

  • feat: Drop ROS Kinetic support by @Tiryoh in #23
  • feat: Add Dockerfile for noetic-arm64 to support Apple Silicon by @Tiryoh in #20
  • docs: Add FAQ by @Tiryoh in #29
  • ci: Simplify authentication by @Tiryoh in #30
  • ci: Create multi architecture image by @Tiryoh in #31
  • ci: Fix deploy log URL by @Tiryoh in #32

Full Changelog: v1.1.1...v1.2.0

v1.1.1

04 May 15:01
47d0068
Compare
Choose a tag to compare

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

10 Aug 17:44
Compare
Choose a tag to compare

v0.2.0 (2020-08-01)

Feat

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

v0.0.1

13 Feb 14:09
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

v0.0.1 (2020-02-13)

Chore

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

Docs

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

Feat

  • Add ROS Kinetic Dockerfile
  • Add ROS Melodic Dockerfile

Fix

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