Releases: antrea-io/has-changes
Releases · antrea-io/has-changes
Release v2.3.0
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #18
- Bump docker/build-push-action from 4 to 5 by @dependabot in #20
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #21
- Bump docker/build-push-action from 5 to 6 by @dependabot in #34
- Update base image to ubuntu:24.04 by @antoninbas in #39
Full Changelog: v2.2.0...v2.3.0
Release v2.2.1
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #18
- Bump docker/build-push-action from 4 to 5 by @dependabot in #20
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #21
- Bump ubuntu to
19478ce
by @dependabot in #33
Full Changelog: v2.2.0...v2.2.1
Release v2.2.0
What's Changed
- Configure Dependabot by @antoninbas in #13
- Add Github Workflow to validate Docker build by @antoninbas in #15
- Bump ubuntu from
ac58ff7
to6120be6
by @dependabot in #14
New Contributors
- @dependabot made their first contribution in #14
Full Changelog: v2.1.0...v2.2.0
Release v2.1.0
What's Changed
- Upgrade base image to Ubuntu 22.04 by @antoninbas in #11
- Remove deprecated set-output command by @antoninbas in #12
Full Changelog: v2...v2.1.0
Release v2.0.2
What's Changed
- Set repo directory as safe in the git global config by @antoninbas in #10
Full Changelog: v2...v2.0.2
Release v2.0.1
What's Changed
- Expand arrays to single word when calling check_changes by @antoninbas in #8
Full Changelog: v2...v2.0.1
Release v2.0.0
- Rename
args
input topaths-ignore
for clarity - Add
paths
input as the counterpart topaths-ignore
, as a means to limit the list of paths to include - Add golden tests and run them in Github Actions for CI
v1.0.0
Move files over from main Antrea repository Signed-off-by: Antonin Bas <abas@vmware.com>