Releases: 2iq/tunneling-mapping-parser
Releases · 2iq/tunneling-mapping-parser
2.3 (2022-03-07)
Changes
- Set fixed version for docker buildx extension. (255bdab)
- Adjust README to changed output format for human. (d9d566b)
- Remove unnecessary artifactId coordinate. (1a05b3c)
- Define versions of plugins only in pluginManagement block. (8cc9cc7)
- Switch to new graalvm maven plugin. (be26953)
- Set graalvm version directly instead of via variable. (4fa562d)
- Adjust xpath that fetches graalvm version. (46c1a45)
- Change release name to new pattern [%d.%m.%Y -> %Y-%m-%d]. (2a08193)
Dependencies maintenance
pom.xml
- Update graalvm [21.1.0 -> 22.0.0.2]. (2166e2c)
- Bump picocli from 4.6.1 to 4.6.3 (26a2289)
- Bump spock-core from 3.0-groovy-3.0 to 2.1-groovy-3.0 (ed29567)
- Bump gmavenplus-plugin from 1.12.1 to 1.13.1 (e4f445d)
- Bump maven-javadoc-plugin from 3.3.0 to 3.3.2 (794e30c)
- Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0 (79d83e4)
- Bump maven-site-plugin from 3.9.1 to 3.11.0 (bf8dbd8)
- Bump maven-jar-plugin from 3.2.0 to 3.2.2 (f7dc8e2)
- Bump maven-compiler-plugin from 3.8.1 to 3.10.0 (d5f7b7e)
- Bump maven-project-info-reports-plugin from 3.1.2 to 3.2.2 (653d78f)
- Bump maven-deploy-plugin from 3.0.0-M1 to 3.0.0-M2 (502b3e1)
GitHub Actions
- Bump docker/setup-buildx-action from 1.3.0 to 1.6.0 (02f28dc)
- Bump ilammy/msvc-dev-cmd from 1.8.1 to 1.10.0 (e643644)
- Bump technote-space/workflow-conclusion-action from 2.1.6 to 2.2.2 (21778e0)
- Bump actions/cache from 2.1.6 to 2.1.7 (21fdea0)
- Update actions/checkout [2.3.4 -> 3.0.0]. (76d2641)
- Update DeLaGuardo/setup-graalvm [4.0 -> 5.0]. (597d088)
- Update docker buildx [0.5.1 -> 0.7.0]. (d8be9c0)
2.2 (27.05.2021)
Changes
- Add GitHub Action that builds and upload binaries of release (755ae73)
- Add dependabot config for Docker and GitHub Actions (eb9e147)
- Change dependabot interval [daily -> weekly] (c0de00a)
- Add documentation for properties in mapping file (6bb37c5)
- Polish grammar and spelling in README file (e302f46)
Dependencies maintenance
pom.xml
- Bump graalvm.version from 21.0.0 to 21.1.0 (2ab8cb7)
- Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2 (b026ec7)
- Bump maven-gpg-plugin from 1.6 to 3.0.1 (af189f1)
- Bump spock-core from 2.0-M4-groovy-3.0 to 2.0-groovy-3.0 (7a8b34a)
- Bump maven-javadoc-plugin from 3.2.0 to 3.3.0 (6af7b3d)
GitHub Actions
- Bump ilammy/msvc-dev-cmd from 1.8.0 to 1.8.1 (eadbf41)
- Bump actions/cache from 2.1.5 to 2.1.6 (5df3b5a)
- Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 (2ea7106)
Reviewed by: @ashuto-sh
2.1 (22.01.2021)
Changes
- Dependabot update graal [20.2.0 -> 21.0.0]
2.0 (18.01.2021)
Changes
- Add
project.description
to pom.xml to comply with maven central rules. - Make CLI parameter more consistent and change
--seq-for-mappings
to--seq-of-mappings
- Use joke/spock-outputcapture lib as a dependency since joke/spock-outputcapture#10 was solved.
Additional notes
This is a major release (1.x -> 2.x) because:
The CLI parameter has been changed. The --seq-for-mappings
is now --seq-of-mappings
.
Reviewed by: @01infinity
1.0 (08.01.2021)
This is the first release of this tool.
This tool can parse a YAML file that represents mapping for tunneling rules.
More details can be found in the README.md file.
Reviewed by: @opus131 @2iq-ppalmeiro @01infinity