Skip to content

Conversation

@ibuziuk
Copy link
Collaborator

@ibuziuk ibuziuk commented Aug 11, 2025

Description of Changes

Deprecation Status of .NET Versions
NET 3.1 was a Long-Term Support (LTS) release, but its support ended on December 13, 2022. Since then, it has been considered deprecated.

NET 5.0 was a Standard Term Support (STS) release, and its support ended much earlier, on May 10, 2022, making it a deprecated version. STS releases have a shorter lifecycle of 18 months.

NET 6.0 was also a Long-Term Support (LTS) release, but its support officially ended on November 12, 2024. This makes it a deprecated version.

Related Issue(s)

Link the GitHub/GitLab/JIRA issues that are related to this PR.

Acceptance Criteria

  • Contributing guide

Have you read the devfile registry contributing guide and followed its instructions?

  • Test automation

Does this repository's tests pass with your changes?

  • Documentation

Does any documentation need to be updated with your changes?

  • Check Tools Provider

Have you tested the changes with existing tools, i.e. Odo, Che, Console? (See devfile registry contributing guide on how to test changes)

Tests Performed

Explain what tests you personally ran to ensure the changes are functioning as expected.

How To Test

Instructions for the reviewer on how to test your changes.

Notes To Reviewer

Any notes you would like to include for the reviewer.

@ibuziuk ibuziuk requested review from a team and kadel as code owners August 11, 2025 13:21
@openshift-ci openshift-ci bot requested review from johnmcollier and thepetk August 11, 2025 13:21
Copy link
Contributor

@thepetk thepetk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the lifecycle policy we have in place, we could start by adding the deprecated tag in the stack and then after a 3 months period remove it.

In case we decide to keep open this PR, we need also to remove the records from the CODEOWNERS file:

# .Net stacks

@ibuziuk
Copy link
Collaborator Author

ibuziuk commented Aug 11, 2025

@thepetk sorry, but why can't we just remove it? Runtime deprecation happened a long time ago on the Microsoft's end, and on the devfile.io landing page [1] you currently promote obsolete samples at the first place that probably no one is using -

[1] https://registry.devfile.io/viewer

@ibuziuk ibuziuk requested a review from a team as a code owner August 11, 2025 14:56
@thepetk
Copy link
Contributor

thepetk commented Aug 18, 2025

@ibuziuk CI checks currently fail because #626 needs to be merged first. We are currently in the process of bumping up all devfile projects to go 1.24.

@JslYoon do you have an estimation when the #626 will be merged, so we can unblock this one?

@thepetk
Copy link
Contributor

thepetk commented Aug 18, 2025

@thepetk sorry, but why can't we just remove it? Runtime deprecation happened a long time ago on the Microsoft's end, and on the devfile.io landing page [1] you currently promote obsolete samples at the first place that probably no one is using -

[1] https://registry.devfile.io/viewer

@ibuziuk as also discussed internally, according to our docs & policies in the end is up to the stack owner to decide that. As discussed @kadel (the dotnet stacks owner) is OK to remove them, so we can merge this one.

@thepetk
Copy link
Contributor

thepetk commented Aug 18, 2025

@ibuziuk per your questions for the samples -> all samples are loaded from here: https://github.com/devfile/registry/blob/main/extraDevfileEntries.yaml

Let me know if you need any further info from my side

@openshift-ci openshift-ci bot added the lgtm Looks good to me label Aug 20, 2025
@thepetk
Copy link
Contributor

thepetk commented Aug 20, 2025

/retest

@ibuziuk ibuziuk force-pushed the dotnet_deprecated branch from 6624046 to 98d81d2 Compare August 28, 2025 08:57
@openshift-ci openshift-ci bot removed the lgtm Looks good to me label Aug 28, 2025
@ibuziuk
Copy link
Collaborator Author

ibuziuk commented Aug 28, 2025

@thepetk could you please point me where the tests are expected to be updated?

@michael-valdron
Copy link
Member

@thepetk could you please point me where the tests are expected to be updated?

/test all

@ibuziuk Should be updated at the point of rebase, looking at the logs it appears to be another issue with AWS authentication. I'll try a retest of all.

@michael-valdron
Copy link
Member

/retest

1 similar comment
@michael-valdron
Copy link
Member

/retest

@michael-valdron
Copy link
Member

Seems persistent.. I'll have to open a ticket in the morning to see what's going on

@ibuziuk
Copy link
Collaborator Author

ibuziuk commented Aug 29, 2025

@michael-valdron @thepetk thank you for the follow-up. Just to clarify, there is nothing required from my end at this point, right?

@ibuziuk
Copy link
Collaborator Author

ibuziuk commented Sep 3, 2025

heya, any update? how can we proceed with the removal and what is blocking the merge at this point?

@michael-valdron
Copy link
Member

/retest

@michael-valdron
Copy link
Member

@ibuziuk I've opened a ticket with the test platform team about our failing OpenShift testing check having failing authentication errors just waiting for a follow up now.

Also, the additional recent failed EC check is due to a wide spread issue with the Konflux infrastructure and hopefully will be resolved by the time the OpenShift testing check is resolved.

@michael-valdron
Copy link
Member

/retest

@ibuziuk Authentication failures should be fixed now, tests passed in my recent PR: #628

@ibuziuk
Copy link
Collaborator Author

ibuziuk commented Sep 9, 2025

@michael-valdron re-running the failed jobs 👍

@ibuziuk
Copy link
Collaborator Author

ibuziuk commented Sep 9, 2025

@michael-valdron @thepetk still failing :/ what should we do ?

@michael-valdron
Copy link
Member

michael-valdron commented Sep 9, 2025

@michael-valdron @thepetk still failing :/ what should we do ?

@ibuziuk The GH action checks are failing because the test delta still picks up completely removed (not considering cases where the stacks are removed) whereas the openshift testing check also runs the odo v3 check but on all in the current state rather than a test delta there it passes:

ENV=openshift REGISTRY=remote $BASE_DIR/tests/check_odov3.sh $(realpath odo)

For this PR I'll ignore these failures since we know its just because the test delta is still picking up the removed stacks and the required tests are passing now. I'll open up a follow up issue to address this in future cases.

cc @thepetk

Copy link
Member

@michael-valdron michael-valdron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Works as expected and non of the deprecated stacks/samples are present:
image

Copy link
Contributor

@thepetk thepetk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci
Copy link

openshift-ci bot commented Sep 10, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ibuziuk, kadel, michael-valdron, thepetk

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [michael-valdron,thepetk]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@thepetk thepetk merged commit a7d6477 into main Sep 10, 2025
14 of 18 checks passed
@thepetk
Copy link
Contributor

thepetk commented Sep 10, 2025

@ibuziuk @michael-valdron I've approved and merged so it can be also included in today's weekly promotion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved lgtm Looks good to me

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants