This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 199
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## main #2657 +/- ##
==========================================
- Coverage 30.26% 29.29% -0.98%
==========================================
Files 254 289 +35
Lines 29604 35755 +6151
==========================================
+ Hits 8961 10474 +1513
- Misses 20643 25281 +4638
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
tevoinea
reviewed
Nov 28, 2022
AdamL-Microsoft
approved these changes
Nov 28, 2022
mgreisen
reviewed
Nov 28, 2022
Co-authored-by: Marc Greisen <mgreisen@microsoft.com>
Co-authored-by: Marc Greisen <mgreisen@microsoft.com>
Co-authored-by: Marc Greisen <mgreisen@microsoft.com>
Co-authored-by: Marc Greisen <mgreisen@microsoft.com>
Co-authored-by: Marc Greisen <mgreisen@microsoft.com>
mgreisen
reviewed
Nov 28, 2022
Co-authored-by: Marc Greisen <mgreisen@microsoft.com>
…into release-6.0.0
mgreisen
reviewed
Nov 28, 2022
mgreisen
reviewed
Nov 28, 2022
Co-authored-by: Marc Greisen <mgreisen@microsoft.com>
Co-authored-by: Marc Greisen <mgreisen@microsoft.com>
mgreisen
reviewed
Nov 28, 2022
Co-authored-by: Marc Greisen <mgreisen@microsoft.com>
mgreisen
reviewed
Nov 28, 2022
mgreisen
reviewed
Nov 28, 2022
tevoinea
approved these changes
Nov 29, 2022
mgreisen
reviewed
Nov 29, 2022
Co-authored-by: Marc Greisen <mgreisen@microsoft.com>
mgreisen
reviewed
Dec 2, 2022
tevoinea
approved these changes
Dec 2, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
6.0.0
BREAKING CHANGES
Manual Deployment Step
When upgrading from version 5.20 a manual step is required. Before deploying 6.0 delete both Azure App Functions and the Azure App Service plan before upgrading. This is required because we have migrated the service from
python
toC#
.After deployment, there will be two App Functions deployed, one with the name of the deployment and a second one with the same name and a
-net
suffix. This is a temporary situation and the-net
app function will be removed in a following release.If you have not used the deployment parameters to deploy C# functions in 5.20, you can manually delete the
-net
app function immediately. Deploying the C# functions was not a default action in 5.20, for most deployments deleting the-net
app function immediately is ok.Deprecation of jinja templates
With this release we are moving from jinja templates to scriban templates. See the documentation for scriban here.
Version 6.0 will convert jinja templates on-the-fly for a short period of time. We do not guarantee that this will be successful for all jinja template options. These on-the-fly conversions are not persisted in the notifications table in this release. They will be in a following release. This will allow time for conversions of templates that are not handled by the current automatic conversion process.
CLI
The default value for the
--container_type
parameter to thecontainer
command has been removed. Thecontainer_type
parameter is still required for the command. This change removes the ambiguity of the container information being returned.Added
machine_id
from the Agent to the Task. #2662Changed
Ctrl-C
will fall back to using the device flow. #2612TelemetryKey
optional. #2619--container_type
parameter required when using thecontainers
command. #2631Fixed
targetUrl
parameter fix. Only use the filename instead of the absolute path in the URL. The makes the links created in ADO bugs work as expected. #2625functionapp
in the deployment script. Where the wrong value/parameter pair were used. #2645running
state during VM setup. #2667