Skip to content

Commit

Permalink
release: Release v2.0.0 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiryoh authored Oct 1, 2024
1 parent c07f6cc commit 7c52a91
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .chglog/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- BREAKING CHANGE
35 changes: 33 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
## [Unreleased]


<a name="v2.0.0"></a>
## [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))


<a name="v1.3.0"></a>
## [v1.3.0] - 2024-06-04
### Chore
Expand All @@ -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))
Expand Down Expand Up @@ -77,6 +98,10 @@

<a name="v0.1.0"></a>
## [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))

Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7c52a91

Please sign in to comment.