Skip to content

Releases: equinor/ops-actions

v5.1.0

13 Jan 12:29
16ae569
Compare
Choose a tag to compare

5.1.0 (2023-01-13)

Features

v5.0.0

09 Dec 13:35
01b63fb
Compare
Choose a tag to compare

5.0.0 (2022-12-09)

⚠ BREAKING CHANGES

  • commitlint: Add input message. To migrate your project, set value
    to ${{ github.event.pull_request.title }}.

Features

v4.4.0

06 Dec 09:47
8e60829
Compare
Choose a tag to compare

4.4.0 (2022-12-06)

Features

  • make terraform backend script executable (#74) (8e60829)

v4.3.0

02 Dec 13:22
08e20d7
Compare
Choose a tag to compare

4.3.0 (2022-12-02)

Features

  • use azuread for terraform azure backend auth (#73) (08e20d7)

v4.2.0

18 Nov 11:43
dc7dd9e
Compare
Choose a tag to compare

4.2.0 (2022-11-18)

Features

  • remove required permissions for oidc (#71) (dc7dd9e)

v4.1.1

10 Nov 12:42
4d92bb8
Compare
Choose a tag to compare

4.1.1 (2022-11-10)

Bug Fixes

  • correct concurrency group for terraform jobs (#68) (4d92bb8)

v4.1.0

27 Oct 08:45
af0eed0
Compare
Choose a tag to compare

4.1.0 (2022-10-27)

Features

  • semantic-release: add inputs to pin tools to a specific version (#62) (af0eed0)

v4.0.0

26 Oct 10:03
b517055
Compare
Choose a tag to compare

4.0.0 (2022-10-26)

⚠ BREAKING CHANGES

  • deploy: rename workflow web-app-deploy.yml to
    deploy-azure-webapp-container.yml
  • deploy: rename input docker_path to image
  • deploy: rename input acr_repository to repository
  • deploy: rename input web_app_name to app_name
  • deploy: add secret AZURE_CLIENT_ID
  • deploy: add secret AZURE_SUBSCRIPTION_ID
  • deploy: add secret AZURE_TENANT_ID
  • deploy: remove input acr_login_server
  • deploy: remove input acr_admin_username
  • deploy: remove secret acr_admin_password
  • deploy: remove secret web_app_publish_profile

Features

v3.0.0

24 Oct 13:19
a89e4d3
Compare
Choose a tag to compare

3.0.0 (2022-10-24)

⚠ BREAKING CHANGES

  • build: rename workflow docker.yml to build-docker-acr.yml
  • build: input acr_repository to repository
  • build: remove secret acr_login_server
  • build: remove secret acr_admin_username
  • build: remove secret acr_admin_password
  • build: add input environment
  • build: add input registry_name
  • build: add secret AZURE_CLIENT_ID
  • build: add secret AZURE_SUBSCRIPTION_ID
  • build: add secret AZURE_TENANT_ID

Features

  • build: use oidc for acr authentication (#60) (a89e4d3)

v2.5.0

14 Oct 07:59
0d7fc5e
Compare
Choose a tag to compare

2.5.0 (2022-10-14)

Features

  • terraform: queue jobs that target same config (#57) (0d7fc5e)