Skip to content

Releases: octue/workflows

Use `python3.13` base image for Twined services

30 May 12:12
e865537
Compare
Choose a tag to compare

Contents (#35)

New features

  • Use python3.13 base image for Twined services

Add Terraform workspace support to Django deployment workflow

28 Apr 11:06
Compare
Choose a tag to compare

Contents (#33)

IMPORTANT: There is 1 breaking change.

New features

  • 💥 BREAKING CHANGE: Add terraform workspace support to django deployment workflow

Upgrade instructions

💥 Add terraform workspace support to django deployment workflow

Remove the django_settings_module input from the workflow

Remove Stripe syncing in django workflow

22 Apr 15:33
bf44d9e
Compare
Choose a tag to compare

Contents (#34)

IMPORTANT: There is 1 breaking change.

Enhancements

  • 💥 BREAKING CHANGE: Remove redundant stripe syncing in django workflow

Upgrade instructions

💥 Remove redundant stripe syncing in django workflow

Remove the sync_stripe input from the deploy-cloud-run-django-server.yml workflow

Update shell workflow to work with new django infrastructure

14 Apr 16:32
31a662d
Compare
Choose a tag to compare

Contents (#32)

IMPORTANT: There is 1 breaking change.

Enhancements

  • Update shell workflow to work with new django infrastructure
  • 💥 BREAKING CHANGE: Choose database based on branch name in shell workflow

Upgrade instructions

💥 Choose database based on branch name in shell workflow

Remove the database_name input from the shell workflow

Update django workflow for new terraform infrastructure

09 Apr 14:42
13e456c
Compare
Choose a tag to compare

Contents (#31)

Enhancements

  • Use naming structure for secrets, cloud run, and database from new terraform-octue-django-api Terraform module

Fixes

  • Fix conditional for sync_stripe input

Update to new Dockerfile path

27 Mar 15:48
2774c40
Compare
Choose a tag to compare

Contents (#30)

Dependencies

  • Update to new path to Dockerfile

Improve `build-twined-service` workflow inputs

10 Mar 12:50
556f4c9
Compare
Choose a tag to compare

Contents (#27)

IMPORTANT: There are 3 breaking changes.

Refactoring

In the build-twined-service workflow:

  • 💥 BREAKING CHANGE: Rename gcp_resource_affix to service_namespace
  • 💥 BREAKING CHANGE: Rename gcp_service_name input to service_name
  • 💥 BREAKING CHANGE: Remove unused env_vars input

Upgrade instructions

💥 Rename `gcp_resource_affix` to `service_namespace`

Replace the gcp_resource_affix input with service_namespace in the build-twined-service workflow.

💥 Rename `gcp_service_name` input to `service_name`

Replace the gcp_service_name input with service_name in the build-twined-service workflow

💥 Remove unused `env_vars` input

Remove the env_vars input from the build-twined-service workflow (it wasn't being used anyway)

Use `octue/check-semantic-version:1.0.6`

25 Feb 13:30
2828c30
Compare
Choose a tag to compare

Contents (#26)

Dependencies

  • Use octue/check-semantic-version:1.0.6 so poetry=^2 and associated pyproject.toml files are supported

Fix `image_default_artifact` usage

24 Feb 11:29
757c4cc
Compare
Choose a tag to compare
MRG: Merge pull request #25 from octue/fix-default-image-tag

Fix `image_default_artifact` usage

Fix main branch image tags

24 Feb 11:13
d607431
Compare
Choose a tag to compare

Contents (#24)

Dependencies

  • Use octue/get-deployment-info:0.4.2 (this fixes main branch image tags which are now <version> and latest)