Skip to content

Releases: ros-tooling/action-ros-ci

0.2.1 (v0.2)

24 May 16:59
Compare
Choose a tag to compare
  • Galactic support
  • minor bugfixes

0.2.0 (v0.2)

23 Mar 19:35
Compare
Choose a tag to compare

Potentially breaking changes:

Non-breaking improvements

  • Uses GITHUB_TOKEN to check out private repos without special configuration #569
  • Add colcon-defaults input, accepts JSON string to arbitrarily configure colcon arguments for different commands (build, test) #570
  • Uses --verbose option for coverage results #582
  • Fix removal of duplicate repo on Windows #579

0.1.2

02 Mar 18:10
cf1700f
Compare
Choose a tag to compare

Patch release contains fixes:

  • Fail workflow if first colcon list does not succeed (instead of failing far later) (#486)
  • Add retries to rosdep update - which can occasionally fail the first time (#515)
  • Print HEAD commits of all repos after import (#487 )
  • Support overriding repos files and providing supplemental ones in PRs (#542)
  • Skipg rti-connext-dds-5.3.1 when running rosdep install (#523)

0.1.1

29 Dec 01:08
Compare
Choose a tag to compare

Allow users to target EOL ros distros (call rosdep update --include-eol-distros) - fixes any Eloquent builds.

0.1.0

18 Nov 03:46
a66f0e3
Compare
Choose a tag to compare
  • Fixes Action Runner add-path declaration by updating to latest version of dependencies.
  • Pins first minor version release for ability to better message patch releases

0.0.19

13 Aug 22:01
875dfcc
Compare
Choose a tag to compare
Fix failure to touch /opt/ros/$DISTRO/setup.sh due to insufficient pe…

…rmissions (#303)

* Add a test that should fail due to insufficient permissions to touch /opt/ros/foxy
* Don't source ros setup.sh if it doesn't exist, rather than creating it to blindly source

Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>

0.0.18

12 Aug 04:14
f2e7768
Compare
Choose a tag to compare
Bump jest-circus from 26.2.2 to 26.3.0

Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 26.2.2 to 26.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/facebook/jest/releases">jest-circus's releases</a>.</em></p>
<blockquote>
<h2>26.3.0</h2>
<h3>Features</h3>
<ul>
<li><code>[jest-circus, jest-jasmine2]</code> Include <code>failureDetails</code> property in test results (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9496">#9496</a>)</li>
<li><code>[jest-each, jest-jasmine, jest-circus]</code> Add support for <code>.concurrent.each</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9326">#9326</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[jest-config]</code> Add <code>.pnp.js</code> to <code>transformIgnorePatterns</code> defaults (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10383">#10383</a>)</li>
<li><code>[jest-leak-detector]</code> Wait properly for GC runs due to changes in Node 14.7 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10366">#10366</a>)</li>
<li><code>[jest-worker]</code> Downgrade minimum node version to 10.13 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10352">#10352</a>)</li>
<li><code>[docs]</code> Update snapshot testing documentation(<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10359">#10359</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/facebook/jest/blob/master/CHANGELOG.md">jest-circus's changelog</a>.</em></p>
<blockquote>
<h2>26.3.0</h2>
<h3>Features</h3>
<ul>
<li><code>[jest-circus, jest-jasmine2]</code> Include <code>failureDetails</code> property in test results (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9496">#9496</a>)</li>
<li><code>[jest-each, jest-jasmine, jest-circus]</code> Add support for <code>.concurrent.each</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/9326">#9326</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[jest-config]</code> Add <code>.pnp.js</code> to <code>transformIgnorePatterns</code> defaults (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10383">#10383</a>)</li>
<li><code>[jest-leak-detector]</code> Wait properly for GC runs due to changes in Node 14.7 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10366">#10366</a>)</li>
<li><code>[jest-worker]</code> Downgrade minimum node version to 10.13 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10352">#10352</a>)</li>
<li><code>[docs]</code> Update snapshot testing documentation(<a href="https://github-redirect.dependabot.com/facebook/jest/pull/10359">#10359</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/facebook/jest/commit/3a7e06fe855515a848241bb06a6f6e117847443d"><code>3a7e06f</code></a> v26.3.0</li>
<li><a href="https://github.com/facebook/jest/commit/7723ae221a220f385ef4711589648611b7015045"><code>7723ae2</code></a> chore: bump deps (<a href="https://github.com/facebook/jest/tree/HEAD/packages/jest-circus/issues/10365">#10365</a>)</li>
<li><a href="https://github.com/facebook/jest/commit/c95abca8082ad1e472828a6b2e5097745371707f"><code>c95abca</code></a> feat: support <code>concurrent</code> in Jest Each (<a href="https://github.com/facebook/jest/tree/HEAD/packages/jest-circus/issues/9326">#9326</a>)</li>
<li><a href="https://github.com/facebook/jest/commit/683b7e61276dd6096d2902c5f737964918334862"><code>683b7e6</code></a> test: allow more tests to run on windows (<a href="https://github.com/facebook/jest/tree/HEAD/packages/jest-circus/issues/10351">#10351</a>)</li>
<li><a href="https://github.com/facebook/jest/commit/918636142791a3dd4ddfe9367149a90437bd6da9"><code>9186361</code></a> Add <code>failureDetails</code> property to circus test results (<a href="https://github.com/facebook/jest/tree/HEAD/packages/jest-circus/issues/9496">#9496</a>)</li>
<li>See full diff in <a href="https://github.com/facebook/jest/commits/v26.3.0/packages/jest-circus">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jest-circus&package-manager=npm_and_yarn&previous-version=26.2.2&new-version=26.3.0)](https://help.github.com/articles/configuring-automated-security-fixes)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

0.0.17: Allow vcs-repo-file-url to be empty (#225)

09 Jun 21:52
0723c72
Compare
Choose a tag to compare
* allow vcs-repo-file-url to be empty

Signed-off-by: Miaofei <miaofei@amazon.com>

* address pr comments and add test

Signed-off-by: Miaofei <miaofei@amazon.com>

* attempt to fix new tests

Signed-off-by: Miaofei <miaofei@amazon.com>

* remove new tests, which don't work

Signed-off-by: Miaofei <miaofei@amazon.com>

0.0.16

18 Apr 07:07
16ef141
Compare
Choose a tag to compare
Update README.md

0.0.15: Bump action dependencies (#125)

01 Apr 01:48
bd9d6c1
Compare
Choose a tag to compare
Signed-off-by: Thomas Moulard <tmoulard@amazon.com>