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

Ensure the installation of .NET Framework version 9.0 on all agents within the pool "altinn-vmss-platformagent." #1207

Open
2 tasks
Ahmed-Ghanam opened this issue Jan 8, 2025 · 3 comments
Assignees
Labels
kind/feature-request New feature or request

Comments

@Ahmed-Ghanam
Copy link

Description

Description

We, in Core team, are in the process of updating our products to target .NET Framework version 9.0. As part of this effort, we have successfully updated the following applications:

The release pipelines for these applications rely on agents from the "altinn-vmss-platformagent" agent pool. To ensure smooth releases and compatibility, it is essential to install .NET Framework version 9.0 on all agents within this pool.

Acceptance Criteria

  • .NET Framework version 9.0 is installed and verified on all agents in the "altinn-vmss-platformagent" agent pool.
  • All applications using this agent pool successfully build and deploy without errors in the release pipelines.

Additional Information

No response

@tjololo
Copy link
Member

tjololo commented Jan 8, 2025

While updating the images we will update to ubuntu 22.04 as well and remove the support for dotnet-sdk-3.1 and dotnet-sdk-5.0

@tjololo tjololo removed the status/triage Issue needs a triage from one of the codeowners label Jan 8, 2025
@tjololo tjololo self-assigned this Jan 8, 2025
@Ahmed-Ghanam
Copy link
Author

Ahmed-Ghanam commented Jan 8, 2025

The specified applications do not have dependencies on .NET SDK versions 3.1 or 5.0. Therefore, we can proceed to uninstall dotnet-sdk-3.1 and dotnet-sdk-5.0, addressing any issues that may arise afterward.

@tjololo
Copy link
Member

tjololo commented Jan 9, 2025

This will affect all applications built using the platformagents not just the applications mentioned above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants