Skip to content

Releases: epam/ai-dial-ci

1.5.0

26 Feb 12:41
1045268
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.2...1.5.0

1.4.2

15 Feb 12:54
82b180a
Compare
Choose a tag to compare

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

14 Feb 18:12
e6834bd
Compare
Choose a tag to compare

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

14 Feb 15:11
2586934
Compare
Choose a tag to compare

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.ymlworkflows/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 in workflows/node_release.yml
    • migrate from yarn to npm everywhere
    • add publishing packages to npmjs (secrets.NPM_TOKEN required)
    • add -P ort.analyzer.enabledPackageManagers=NPM option for ort tool in workflows/node_test.yml
    • add cache for npm dependencies in actions/node_prepare by default
    • add optional (clean_install: true/false) step to install dependencies in actions/node_prepare
    • add optional registry_url support actions/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"; add cli_args, analyze_args inputs support
    • bump 3rd-party actions versions

Full Changelog: 1.3.1...1.4.0

1.3.1

31 Jan 18:56
9115bca
Compare
Choose a tag to compare

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

31 Jan 15:34
cbd2a33
Compare
Choose a tag to compare

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

26 Jan 14:59
80e0ffb
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES

  • feat: new pr title checker by @nepalevov in #21
    Delete pr-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

14 Nov 13:05
b810147
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.1.0

1.0.2

08 Nov 12:45
346148f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

07 Nov 12:04
5a6ec95
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1