Skip to content

Releases: toptal/davinci-github-actions

v7.1.0

31 May 10:33
353c0b5
Compare
Choose a tag to compare

Minor Changes

Create new Jira Deployment

  • add new inputs transient-environment and auto-inactive
  • useful for development environment when we want to have multiple deployments active for a single environment
- uses: toptal/davinci-github-actions/[email protected]
  with:
    token: ${{ env.GITHUB_TOKEN }}
    environment: temploy
    environment-url: http://temploy.example.com
    transient-environment: false
    auto-inactive: false

v7.0.1

29 May 10:06
f9db39c
Compare
Choose a tag to compare

Patch Changes


  • bump coverage-reporter gh action

v7.0.0

25 May 09:35
5759939
Compare
Choose a tag to compare

Major Changes

v6.5.0

01 May 11:14
0d533f1
Compare
Choose a tag to compare

Minor Changes


  • change to use inputs.path in yarn-install action when provided

v6.4.0

25 Apr 10:28
2a79dd4
Compare
Choose a tag to compare

Minor Changes


  • add npm-gar-token input to yarn-install action to enable npm package caching in Artifact Registry

v6.3.0

21 Apr 10:48
443653f
Compare
Choose a tag to compare

Minor Changes


  • add new GH Action to create a Jira deployment

v6.2.0

21 Apr 09:50
1cb6833
Compare
Choose a tag to compare

Minor Changes


build-publish-alpha

  • change node version to follow 14 major

build-push-image

  • change node version to follow 14 major

Patch Changes


  • bump davinci-syntax version to 20

v6.1.0

04 Apr 11:02
ff9d5ad
Compare
Choose a tag to compare

Minor Changes


extract-env-variables

  • add support of old and new davinci-app charts. Append env variables with davinci-app prefix.

Patch Changes


deploy-storybook

  • fix when no .env file is used for a project

v6.0.5

31 Mar 11:49
37d57e0
Compare
Choose a tag to compare

Patch Changes

  • #148 400fb0c Thanks @dmaklygin! - ---
    • pass checkout-token from deploy-storybook GH Action to yarn-install

v6.0.4

27 Mar 16:41
2e52f01
Compare
Choose a tag to compare

Patch Changes

  • #146 f66544e Thanks @mkrl! - ---

    build-publish-alpha-package

    • fixed a bug with an action failing when root-folder is not specified