Skip to content

Conversation

@printvis-bot
Copy link

@printvis-bot printvis-bot bot commented Jun 6, 2025

v7.2

Removed functionality

As stated in AL-Go Deprecations, setting cleanModePreprocessorSymbols is no longer supported and will be ignored by AL-Go for GitHub.

Security

  • Add top-level permissions for Increment Version Number workflow

Issues

  • Issue 1697 Error in CheckForUpdates: "Internet Explorer engine is not available" when using self-hosted runners
  • Issue 1685 HttpError: Resource not accessible by integration
  • Issue 1757 Error when signing apps with key vault signing

Workflow input validation

Some workflow inputs are now validated early in order to avoid workflows to make modifications like creating a release, when we already should know that an error will occur later.

Test settings against a JSON schema

AL-Go for GitHub settings now has a schema. The following line is added at the beginning to any AL-Go settings files to utilize the schema:

"$schema": "https://raw.githubusercontent.com/microsoft/AL-Go-Actions/<version>/Actions/settings.schema.json"

Failing pull requests if new warnings are added

By setting failOn to 'newWarning', pull requests will fail if new warnings are introduced. This feature compares the warnings in the pull request build against those in the latest successful CI/CD build and fails if new warnings are detected.

AL-Go Telemetry

Now AL-Go telemetry also logs ActionDuration which makes it possible to track the duration of the different steps in the AL-Go workflows (e.g. RunPipeline or Sign)

@printvis-bot printvis-bot bot requested a review from a team as a code owner June 6, 2025 12:06
@PropmanProphecy PropmanProphecy merged commit f954558 into main Jun 6, 2025
4 checks passed
@PropmanProphecy PropmanProphecy deleted the update-al-go-system-files/main/250606120606 branch June 6, 2025 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants