-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
area/registryDevfile registry for stacks and infrastructureDevfile registry for stacks and infrastructure
Description
Which area/kind this issue is related to?
/area registry
Issue Description
As the go version 1.18 is currently EOL, we should update the go stack of the registry to use version 1.19. On the other hand, all versions using 1.18 should be marked as Deprecated by adding a tag in their metatada.tags field.
Acceptance Criteria
- Create 2 new versions for
gostack ->1.2.0(to update the default stack version) and2.2.0(to update the stack versions having schemaVersion: 2.2.x) - Add
Deprecatedtag togostack versions1.0.2,1.1.0,2.0.0,2.1.0. - Update the
stacks/go/stack.yamlfile and set1.0.2as the default version. - Update the
renovate.jsonfile to skip directoriesstacks/go/1.0.2/,stacks/go/1.1.0/,stacks/go/2.0.0/,stacks/go/2.1.0/because they will be deprecated - Update the https://github.com/devfile-samples/devfile-sample-go-basic to use golang version
1.19and have as a parent the new version of thegostack.
Metadata
Metadata
Assignees
Labels
area/registryDevfile registry for stacks and infrastructureDevfile registry for stacks and infrastructure
Type
Projects
Status
Done ✅