Skip to content

v1.1.0-rc.86

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 17:23
· 9 commits to develop since this release
c3919f7

v1.1.0-rc.86 (2024-10-14)

Continuous Integration

  • ci: fix cicd target branch name and fix release workflow (#439)

what

  • Fix: correct the name of the target branch for the develop deployment
    cicd
  • Fix: return the release workflow trigger for pushes to develop and
    main branches (c3919f7)
  • ci: fix cicd target branch name and return release workflow to follow releases configured in pyproject.toml (abceb02)

  • ci: remove automated deployment to staging from merge into main branch (#438)

Issue

NASA-IMPACT/veda-deploy#52

What?

  • This PR removes the github workflow that deploys to the staging
    environment and the pre-deploy cdk diff for the staging environment
    because it is now managed in veda-deploy.
  • This PR modifies the automated dev branch and instance deployment to
    use the same cdk-deploy/action that is used in veda-deploy (ad5d5e5)
  • ci: use shared cdk-deploy action for dev branch deployment (247fa9b)

Unknown

  • Update .github/workflows/cicd.yml

Co-authored-by: Jennifer Tran 12633533+botanical@users.noreply.github.com (65a74da)