Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 10.0.4 #458

Closed
wants to merge 2 commits into from

Conversation

github-actions[bot]
Copy link
Contributor

🤖 I have created a release beep boop

10.0.4 (2024-04-18)

⚠ BREAKING CHANGES

  • terraform: remove secrets AZURE_CLIENT_ID, AZURE_SUBSCRIPTION_ID and AZURE_TENANT_ID. To migrate your project, run the latest version of the oidc.sh script and delete GitHub secrets AZURE_CLIENT_ID, AZURE_SUBSCRIPTION_ID and AZURE_TENANT_ID.
  • docker-acr: remove secrets AZURE_CLIENT_ID, AZURE_SUBSCRIPTION_ID and AZURE_TENANT_ID. To migrate your project, run the latest version of the oidc.sh script and delete GitHub secrets AZURE_CLIENT_ID, AZURE_SUBSCRIPTION_ID and AZURE_TENANT_ID.
  • azure-webapp: remove secrets AZURE_CLIENT_ID, AZURE_SUBSCRIPTION_ID and AZURE_TENANT_ID. To migrate your project, run the latest version of the oidc.sh script and delete GitHub secrets AZURE_CLIENT_ID, AZURE_SUBSCRIPTION_ID and AZURE_TENANT_ID.
  • azure-function: remove secrets AZURE_CLIENT_ID, AZURE_SUBSCRIPTION_ID and AZURE_TENANT_ID. To migrate your project, run the latest version of the oidc.sh script and delete GitHub secrets AZURE_CLIENT_ID, AZURE_SUBSCRIPTION_ID and AZURE_TENANT_ID.
  • remove Azure SQL DB restore workflow (#349)
  • terraform: Add secret ENCRYPTION_PASSWORD.
  • remove SQL server secret rotation workflow (#181)
  • create GitHub issue (#180)
  • use common convention for workflow filenames (#176)
  • deploy-azure-webapp: rename workflow deploy-azure-webapp-container.yml to deploy-azure-webapp.yml
  • commitlint: Add input message. To migrate your project, set value to ${{ github.event.pull_request.title }}.
  • deploy: remove secret web_app_publish_profile
  • build-docker-acr: add secret AZURE_TENANT_ID
  • terraform: add secret AZURE_TENANT_ID

Features

  • add Azure SQL DB restore workflow (#322) (9447486)
  • add docker workflow (#23) (de83093)
  • add super-linter (#25) (08e13d6)
  • add workflow for commitlint (#20) (d113d0b)
  • azure-function: configure app settings (#136) (4fc282f)
  • azure-webapp-container: replace app settings (#82) (e85989f)
  • azure-webapp: add optional input runs_on (#273) (1d9fb31)
  • azure-webapp: configure app settings using offical action (#122) (bd3659e)
  • azure-webapp: more app settings formats (#139) (b4f0ae8)
  • build .NET application (#40) (a495606)
  • build Python application (#120) (9d84888)
  • build-docker-acr: environment input optional (#88) (35a35af)
  • build-docker-acr: specify tag (#83) (e6147c1)
  • build-docker-acr: use oidc for acr authentication (#60) (a89e4d3)
  • commitlint: lint latest commit message by default (#350) (9971f51)
  • commitlint: set configuration (#77) (01b63fb)
  • commitlint: set custom help url (#168) (0e9ce0e)
  • create GitHub issue (#172) (29ab373)
  • deploy Azure function (#121) (3e5e30e)
  • deploy MkDocs to GitHub Pages (#166) (8964041)
  • deploy-azure-webapp-container: use envvars in appsettings json (#85) (2854ef7)
  • deploy-azure-webapp: deploy package (#90) (e75a7b4)
  • deploy-azure-webapp: don't reset appsettings by default (#92) (db89a22)
  • deploy: get image from input (#61) (b517055)
  • docker: build and push to Docker registry (#203) (946e5f4)
  • docker: set default repository (#289) (20f84c3)
  • dotnet: add optional input runs_on (#272) (dd8620e)
  • dotnet: disable CI mode (#150) (3c9a702)
  • dotnet: run multiple test projects (#147) (0ac08f7)
  • dotnet: run unit tests (#95) (51a2735)
  • dotnet: specify project file (#142) (7be58d2)
  • dotnet: update npm (#193) (aef4fe0)
  • make environment optional (#159) (a3eb971)
  • make terraform backend script executable (#74) (8e60829)
  • oidc: add script (#29) (f5b10e0)
  • oidc: create multiple role assignments (#31) (2b866f0), closes #30
  • python: create virtual environment (#127) (b8c90a9)
  • remove Azure SQL DB restore workflow (#349) (41d734d), closes #339
  • remove required permissions for oidc (#71) (dc7dd9e)
  • remove SQL server secret rotation workflow (#181) (b62f9e1)
  • semantic-release: add inputs to pin tools to a specific version (#62) (af0eed0)
  • semantic-release: allow custom release configuration (#35) (8e296a8)
  • semantic-release: remove config file (#12) (2015e49)
  • semantic-release: use newline-separator for all string inputs (#50) (8337fc0)
  • skip configuration if no input appsettings (#143) (19eca30)
  • super-linter: exclude files from linting (#299) (27aaa03)
  • terraform: add azure cli login (#36) (a70693d)
  • terraform: add backend script (#32) (6df56dc)
  • terraform: add option to send runner type as parameter (#383) (3560f76)
  • terraform: configure partial backend (#267) (e4d564b)
  • terraform: configure to run in automation (#110) (ef4bc67)
  • terraform: create job summary (#81) (16ae569)
  • terraform: create PR comment (#198) (9e658b1)
  • terraform: delete artifact after Apply (#224) (691bfe6)
  • terraform: delete artifact after usage limit (#219) (84d9708)
  • terraform: enable output colors (#28) (895c933)
  • terraform: ensure use of open-source release (#255) (106cda4)
  • terraform: make environment input optional (#157) (2a0b0f9)
  • terraform: pass config between jobs (#216) (16c0d93)
  • terraform: plan job deploys temporarily (#250) (a5c2dbf)
  • terraform: queue jobs that target same config (#57) (0d7fc5e)
  • terraform: remove azure cli login (#39) (89be029)
  • terraform: run Apply in separate job (#205) (35e7a43)
  • terraform: run on latest ubuntu machine (#16) (923ba8c)
  • terraform: run terraform apply on schedule (#27) (e1f827e)
  • terraform: set environment-specific artifact name by default (#389) (06ce89a)
  • terraform: skip Apply if no changes present (#211) (8f18f17)
  • terraform: skip Apply if no changes present (#310) (265d3a4)
  • terraform: speed up archiving of config (#335) (20bf45e)
  • terraform: use BSL releases (#358) (ef822fd)
  • terraform: use oidc for azure auth (#21) (a3e5ca5)
  • use azuread for terraform azure backend auth (#73) (08e20d7)
  • zip/unzip artifacts to improve upload/download performance (#124) (0cc604a)

Bug Fixes

  • azure-webapp: set empty app settings by default (#133) (39d35ba)
  • bump actions/setup-dotnet from 2 to 4 (#375) (e545362)
  • bump actions/setup-python from 4 to 5 (#367) (a76c0eb)
  • bump azure/webapps-deploy from 2 to 3 (#376) (ed49dc7)
  • bump docker/build-push-action from 3 to 5 (#374) (6311824)
  • bump docker/setup-buildx-action from 2 to 3 (#370) (cfd58de)
  • commitlint: upgrade action version (#353) (431fe13)
  • correct concurrency group for terraform jobs (#68) (4d92bb8)
  • correct supported app settings formats (#161) (96c2520)
  • deps: bump azure/login from 1 to 2 (#414) (2a8a7d4)
  • docker: bump docker/login-action from 2 to 3 (#377) (998c428)
  • docker: correct secret reference (#24) (8737419)
  • don't mask app settings (#163) (7098187)
  • dotnet: build artifact contains entire temp directory (#148) (f34971f)
  • dotnet: don't specify runtime for test and publish (#276) (1ad1560)
  • dotnet: skip NPM update step if not required (#275) (f181815)
  • dotnet: skip NPM update step if not required (#280) (0931dfe)
  • dotnet: support self-contained publish (#323) (36d1bee)
  • dotnet: trim trailing newlines for test projects (#155) (1a72941)
  • prevent use of deprecated node versions (#56) (8986d0e), closes #55
  • remove calls to outdated action (#283) (1c29fc1)
  • remove trailing forward slash (#33) (59cc931)
  • semantic-release: bash fails when converting string to array (06d910f)
  • semantic-release: bump actions/setup-node from 3 to 4 (#368) (12fa565)
  • semantic-release: convert newline-separated plugins into array (#49) (1576ed1)
  • semantic-release: correct argument types (#48) (412c8d0)
  • semantic-release: correct cli args (#14) (8339314)
  • semantic-release: correct plugins input (#15) (8661ca4)
  • semantic-release: install multiple additional plugins (5c9e8e6)
  • semantic-release: remove plugins (#13) (49a5d33)
  • super-linter: upgrade action version (#352) (31b007f)
  • terraform: artifact already exists (#392) (315ba0f)
  • terraform: Bash throws error if plan too long (#259) (0cf9966)
  • terraform: bump GeekyEggo/delete-artifact from 2.0.0 to 4.1.0 (#369) (a023f14)
  • terraform: disable output colors (#22) (bf10131)
  • terraform: don't run Apply without approval (#208) (2ad4ed6)
  • terraform: downgrade GeekyEggo/delete-artifact from 4.1.0 to 2.0.0 (#387) (ad0fab3)
  • terraform: empty backend config throws error (#286) (e75cbea)
  • terraform: error on plan with special chars (#307) (56243fd)
  • terraform: make backend script executable (938f8eb)
  • terraform: no job summary on error (#315) (58b5f09)
  • terraform: pass pass through envvar before comment (#201) (875f363)
  • terraform: prevent duplicate plans on merge (#42) (717f64d), closes #45
  • terraform: run Apply job on same runner as Plan job (716baf5)
  • terraform: unable to delete artifact (#227) (c41a4e9)
  • terraform: unable to delete artifact (#391) (9848dc4)
  • terraform: upgrade action versions (#356) (b7f0f24)
  • terraform: use latest 1.5 patch version (#257) (00f63a8)
  • upgrade action versions (#359) (43e2559)
  • upgrade action versions (#362) (ad05797)

Reverts

Miscellaneous Chores

Code Refactoring

  • azure-function: get Azure credentials from inputs (#408) (12914b1)
  • azure-webapp: get Azure credentials from inputs (#410) (8604b1a)
  • docker-acr: get Azure credentials from inputs (#406) (2cd15a9)
  • terraform: get Azure credentials from inputs (#405) (6b8647a)
  • terraform: remove dependency on third-party action (#432) (4d1600d)
  • use common convention for workflow filenames (#176) (97f0cd8)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot requested a review from a team as a code owner April 18, 2024 08:59
@hknutsen hknutsen closed this Apr 18, 2024
@hknutsen hknutsen deleted the release-please--branches--main branch April 18, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant