diff --git a/.chglog/config.yml b/.chglog/config.yml index 9edd80a..11d56ed 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -12,18 +12,20 @@ options: - refactor - chore - ci + - docs commit_groups: title_maps: feat: Features ci: CI + docs: Documentation # fix: Bug Fixes # perf: Performance Improvements # refactor: Code Refactoring header: - pattern: "^(\\w*)\\:\\s(.*)$" + pattern: "^(\\w*)\\(?.*\\)?\\:\\s(.*)$" pattern_maps: - Type - Subject notes: keywords: - - BREAKING CHANGE \ No newline at end of file + - BREAKING CHANGE diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bad1ad..88b0ac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ ## [Unreleased] + +## [v2.0.0] - 2024-08-30 +### Chore +- Bump ubuntu in /noetic ([#59](https://github.com/Tiryoh/docker-ros-desktop-vnc/issues/59)) + +### Documentation +- Update status badge ([#60](https://github.com/Tiryoh/docker-ros-desktop-vnc/issues/60)) + +### Features +- Update dependabot config to check dockerfile ([#58](https://github.com/Tiryoh/docker-ros-desktop-vnc/issues/58)) +- Update base image ([#53](https://github.com/Tiryoh/docker-ros-desktop-vnc/issues/53)) + +### Fix +- Add workaround for issue when image is created with "docker commit" ([#57](https://github.com/Tiryoh/docker-ros-desktop-vnc/issues/57)) +- Fix docker image name ([#55](https://github.com/Tiryoh/docker-ros-desktop-vnc/issues/55)) + + ## [v1.3.0] - 2024-06-04 ### Chore @@ -24,6 +41,10 @@ - Create multi architecture image ([#31](https://github.com/Tiryoh/docker-ros-desktop-vnc/issues/31)) - Simplify authentication ([#30](https://github.com/Tiryoh/docker-ros-desktop-vnc/issues/30)) +### Documentation +- Add FAQ ([#29](https://github.com/Tiryoh/docker-ros-desktop-vnc/issues/29)) +- Add link to ros2-desktop-vnc + ### Features - Add Dockerfile for noetic-arm64 to support Apple Silicon ([#20](https://github.com/Tiryoh/docker-ros-desktop-vnc/issues/20)) - Drop ROS Kinetic support ([#23](https://github.com/Tiryoh/docker-ros-desktop-vnc/issues/23)) @@ -77,6 +98,10 @@ ## [v0.1.0] - 2020-05-24 +### Documentation +- Add links and details ([#4](https://github.com/Tiryoh/docker-ros-desktop-vnc/issues/4)) +- Update the execution command ([#2](https://github.com/Tiryoh/docker-ros-desktop-vnc/issues/2)) + ### Features - Add ROS Noetic ([#9](https://github.com/Tiryoh/docker-ros-desktop-vnc/issues/9)) @@ -96,6 +121,12 @@ - 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 @@ -104,8 +135,8 @@ - Fix ENV ROS_DISTRO from dashing to melodic([#1](https://github.com/Tiryoh/docker_ros-desktop-vnc/pull/1)) - -[Unreleased]: https://github.com/Tiryoh/docker-ros-desktop-vnc/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/Tiryoh/docker-ros-desktop-vnc/compare/v2.0.0...HEAD +[v2.0.0]: https://github.com/Tiryoh/docker-ros-desktop-vnc/compare/v1.3.0...v2.0.0 [v1.3.0]: https://github.com/Tiryoh/docker-ros-desktop-vnc/compare/v1.2.0...v1.3.0 [v1.2.0]: https://github.com/Tiryoh/docker-ros-desktop-vnc/compare/v1.1.1...v1.2.0 [v1.1.1]: https://github.com/Tiryoh/docker-ros-desktop-vnc/compare/v1.1.0...v1.1.1