Releases: epam/ai-dial-ci
Releases · epam/ai-dial-ci
1.5.0
1.4.2
What's Changed
- fix: publish npm packages only on release-* branches by @nepalevov in #37
Full Changelog: 1.4.1...1.4.2
1.4.1
What's Changed
- chore: conditionally add latest tag for npm publishing by @nepalevov in #36
- chore: bump ort version
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- chore: bump aquasecurity/trivy-action from 0.16.1 to 0.17.0 by @dependabot in #31
- chore: bump epam/ai-dial-ci from 1.3.0 to 1.3.1 by @dependabot in #33
- chore: bump marocchino/sticky-pull-request-comment from 2.8.0 to 2.9.0 by @dependabot in #32
- feat: review node workflows by @nepalevov in #34
- rename
workflows/test_yarn_docker.yml
-->workflows/node_pr.yml
- rename
workflows/publish_yarn_docker.yml
→workflows/node_release.yml
- rename
actions/prepare_node
-->actions/node_prepare
- extract all node tests to dedicated
workflows/node_test.yml
- add granular control for node checks:
enable_*
enables or disables the job,bypass_*
prevents a job from failing when a step fails - revoke high privileges for
calculate_version
job inworkflows/node_release.yml
- migrate from
yarn
tonpm
everywhere - add publishing packages to npmjs (
secrets.NPM_TOKEN
required) - add
-P ort.analyzer.enabledPackageManagers=NPM
option for ort tool inworkflows/node_test.yml
- add cache for npm dependencies in
actions/node_prepare
by default - add optional (
clean_install: true/false
) step to install dependencies inactions/node_prepare
- add optional
registry_url
supportactions/node_prepare
- review
actions/build_docker
to conditionally split building image, scanning and pushing it to registry - ignore unpatched/unfixed vulnerabilities for trivy in
actions/build_docker
by default (scan_ignore_unfixed: true
) - upload Trivy scan results to GitHub Security tab in
actions/build_docker
- review
actions/ort
: get rid of "https instead of ssh", excessive checkout; fix "bypass"; addcli_args
,analyze_args
inputs support - bump 3rd-party actions versions
- rename
Full Changelog: 1.3.1...1.4.0
1.3.1
What's Changed
- fix: continue-on-error for composite actions by @nepalevov in #30
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- chore: bump digital-blueprint/gitlab-pipeline-trigger-action from 1.0.6 to 1.1.0 by @dependabot in #26
- chore: bump peter-evans/create-or-update-comment from 3.1.0 to 4.0.0 by @dependabot in #27
- feat: add bypass_ort input variable by @nepalevov in #29
- fix: get correct GitLab pipeline URL
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
BREAKING CHANGES
- feat: new pr title checker by @nepalevov in #21
Deletepr-title-checker-config.json
file if it exists and add a new workflow to the project as described.
Other
- chore: lint & format all files by @nepalevov in #22
- feat: new pr title checker by @nepalevov in #21
- chore: bump actions/checkout from 4.0.0 to 4.1.1 by @dependabot in #23
- chore: bump aquasecurity/trivy-action from 0.14.0 to 0.16.1 by @dependabot in #20
- chore: bump digital-blueprint/gitlab-pipeline-trigger-action from 1.0.5 to 1.0.6 by @dependabot in #16
- feat: support breaking changes syntax in changelog by @nepalevov in #24
- feat: verbose deployment status for deploy-review command by @nepalevov in #25
Full Changelog: 1.1.0...1.2.0
1.1.0
1.0.2
What's Changed
- chore: bump aquasecurity/trivy-action from 0.13.1 to 0.14.0 by @dependabot in #14
- fix: proper release notes generation by @nepalevov in #13
- fix: use npm ci in github worflows by @mikitabut in #11
New Contributors
- @dependabot made their first contribution in #14
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- chore: add deploy dev via gitlab CI by @alexey-ban in #10
- fix: use bot token for push to ghcr by @alexey-ban in #12
New Contributors
- @alexey-ban made their first contribution in #10
Full Changelog: 1.0.0...1.0.1