Skip to content

Commit

Permalink
udpate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Aug 10, 2023
1 parent 580056d commit 4bec0ad
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
Changelog for package jsk_travis
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* suppress test warning in catkin run_tests (`#448 <https://github.com/jsk-ros-pkg/jsk_travis/issues/448>`_)
* fix dockerhub (`#456 <https://github.com/jsk-ros-pkg/jsk_travis/issues/456>`_)

* fix dockerfile as same as .travis.yml fix at 'Fix chainer and protobuf versions on travis because they release incompatible versions to Python2, b779159'
* docker: specify dlib version

* Fix CI (`#455 <https://github.com/jsk-ros-pkg/jsk_travis/issues/455>`_)

* Install python-dev and python-numpy to install chainercv on travis docker
* Skip errors from rosdep install on travis as well as github actions
* We cannot fix chainer and protobuf versions. What we have to do here is to make fcn/chainercv/chainer installed even though rosdep install of them fails
* Fix chainer and protobuf versions on travis because they release incompatible versions to Python2
- https://github.com/chainer/chainer/issues/8545
- https://github.com/protocolbuffers/protobuf/issues/8984
* Use checkout@v1 on hydro
* use [email protected]

* Contributors: Kei Okada, Shingo Kitagawa, Shun Hasegawa

0.5.25 (2022-05-13)
-------------------
* add CATKNI_IGNORE, whcih is wrongly removed in 728c456
Expand Down

0 comments on commit 4bec0ad

Please sign in to comment.