Releases: Andrews-McMeel-Universal/reusable_workflows
Releases · Andrews-McMeel-Universal/reusable_workflows
2.2.7
What's Changed
- [DEVOPS] set up template syncing by @ebronson68 in #32
- [GOCOMICS-1224] add reusable azure function deploy by @ebronson68 in #33
Full Changelog: 2.2.6...2.2.7
2.2.6
2.2.6
What's Changed
- Removing potential secrets from workflows' default values.
-
aks-deploy.yaml
now requiresregistryHostName
andazureClusterName
secrets
-
- Fixing Bump Versions workflow auto approve by passing adding
PAT_ACTION_CI
secret as a workflow input. - Fix issue where
get-envs
action wasn't using theenvironmentKeyVault
input - Split Mega Linter and
lint-and-format.yaml
workflows out into separate workflows. - Added check to auto-approve and auto-merge in Dependabot PRs.
- Added check to simple-lint.yaml whether or not to run prettier.
- Fixed bug where purge CDN workflow was not using the correct tag to search for the CDN endpoint
- Fixed issue where bump versions workflow was requiring the PAT_ACTION_CI secret
- Added
skip-branches
to Jira linter to ignore main/development/etc. branches
Changelog
Full Changelog: 2.2.5...2.2.6
2.2.5
General Changes
- Removing buggy release.yml
- Added Jira Linter workflow
- Updated Dependabot config to run weekly and with additional QOL options
Workflow Changes
Update AD DNS Workflow Changes
- Simplified AD DNS workflow
- Fix issue with not having the
azPSVersion
set properly.
AKS Deploy Workflow Changes
- Replace get Key Vault values step with
Andrews-McMeel-Universal/get-envs
action.environmentKeyVault
no longer required. Value is now obtained automatically If theenvironment
input is set and the related resources have their resource tags set properly. - Remove unnecessary enable-AzPSSession in aks-deploy to speed up workflow
- Fixed up linting warnings for script-based steps.
B2C Build and Deploy Workflow Changes
- Replace get Key Vault values step with
Andrews-McMeel-Universal/get-envs
action.environmentKeyVault
no longer required. Value is now obtained automatically If theenvironment
input is set and the related resources have their resource tags set properly.
Purge CDN Workflow Changes
cdnResourceGroup
,cdnProfile
, andcdnEndpoint
no longer required. Values are now obtained automatically If theenvironment
input is set and the related resources have their resource tags set properly.- Converted bash script to PowerShell
Update Azure API Management Workflow Changes
apiServiceName
,apiServiceResourceGroup
,apiId
,apiSpecificationPath
no longer required as inputs. Values are now obtained automatically If theenvironment
input is set and the related resources have their resource tags set properly.- Moved the Azure login via PowerShell commands to their own step. Added a separate login step for the Az Module if the
secrets.AZURE_CREDENTIALS
secret is passed into the workflow (NOTE: this will not work if theamustageapi101
is in the fdickinson Testing tenant in Azure)
PRs
- [GOCOMICS-1217] Add pull request warning action workflow by @ebronson68 in #28
- Default to tagged KeyVault + AD DNS Fixes by @ebronson68 in #29
- Default to tagged objects + AD DNS fix again by @ebronson68 in #30
Full Changelog: 2.2.4...2.2.5
2.2.4
What's Changed
- [DEVOPS] add pr clear caches workflow by @ebronson68 in #27
- [DEVOPS] add dependabot automations workflow by @ebronson68 in #26
AKS Deploy Workflow Changes
- [DEVOPS] split out aks deploy workflow by @ebronson68 in #11
Full Changelog: 2.2.3...2.2.4
2.2.3
What's Changed
General Changes
- [DEVOPS] Simplify AKS deploy workflow calls by @ebronson68 in #18
- Updated README with instructions on how to use all of the workflows
Full Changelog: 2.2.2...2.2.3
2.2.2
What's Changed
- Prettier changes
- Renamed linter workflow
- Renamed steps in the bump-versions workflow
- Added environment to WP Engine deployment workflow.
Full Changelog: 2.2.1...2.2.2
2.2.1
What's Changed
General Changes
- [DEVOPS] add bump versions workflow by @ebronson68 in #23
- [DEVOPS] add wpe deploy workflow by @ebronson68 in #24
Full Changelog: 2.2.0...2.2.1
2.2.0
What's Changed
- Added in additional reusable workflows
General Changes
- [GOCOMICS-1070] default to helm whitelist values by @ebronson68 in #10
- [DEVOPS] fix release var in setenvs step by @ebronson68 in #13
- [DEVOPS] Fix quoting issue with workflow_call inputs by @ebronson68 in #16
- [DEVOPS-206] increased maximumReplicas to 30 by @ebronson68 in #20
- DEVOPS-add-web-auth-error-message by @ebronson68 in #19
AKS Deploy Workflow Changes
- Bump k8s-bake from v2.2 to v2.4 by @ebronson68 in #12
Full Changelog: 2.1.10...2.2.0
2.1.17
What's Changed
- [DEVOPS-206] increased maximumReplicas to 30 by @ebronson68 in #20
Full Changelog: 2.1.16...2.1.17
2.1.16
What's Changed
- [DEVOPS] Fix quoting issue with workflow_call inputs by @ebronson68 in #16
Full Changelog: 2.1.15...2.1.16