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

Create go 1.19 stack versions #239

Merged
merged 8 commits into from
Nov 8, 2023

Conversation

thepetk
Copy link
Contributor

@thepetk thepetk commented Nov 2, 2023

What does this PR do?:

This PR creates two new versions for go stack:

  • version: 1.2.0: In order to support backwards compatibility with samples the 1.2.0 is a new version of 1.1.0 but it is using the golang version 1.19 instead of 1.18.
  • version: 2.2.0: This is a new version of 2.1.0 which is using the golang version 1.19 instead of 1.18.

Additionally, this PR adds the Deprecated label to the following stack versions as they are using go version 1.18 which is no longer supported. The new default version is the 1.2.0.

Which issue(s) this PR fixes:

fixes devfile/api#1300

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)

How to test changes / Special notes to the reviewer:

Signed-off-by: thepetk <thepetk@gmail.com>
Signed-off-by: thepetk <thepetk@gmail.com>
Signed-off-by: thepetk <thepetk@gmail.com>
Signed-off-by: thepetk <thepetk@gmail.com>
Signed-off-by: thepetk <thepetk@gmail.com>
@thepetk thepetk changed the title Create go 1.19 stack versions WIP Create go 1.19 stack versions Nov 2, 2023
@thepetk
Copy link
Contributor Author

thepetk commented Nov 2, 2023

I've put WIP as I'm currently testing my changes

Signed-off-by: thepetk <thepetk@gmail.com>
Signed-off-by: thepetk <thepetk@gmail.com>
Signed-off-by: thepetk <thepetk@gmail.com>
@thepetk
Copy link
Contributor Author

thepetk commented Nov 3, 2023

I have tested the sample devfile (1.18) with the current 1.2.0 version as parent and I was able to build it.

@thepetk thepetk changed the title WIP Create go 1.19 stack versions Create go 1.19 stack versions Nov 3, 2023
@openshift-ci openshift-ci bot added the lgtm Looks good to me label Nov 6, 2023
Copy link

openshift-ci bot commented Nov 7, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kim-tsao, rm3l, thepetk

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

The pull request process is described here

Needs approval from an approver in each of these files:

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 2af4087 into devfile:main Nov 8, 2023
8 checks passed
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.

Create new version for Go stack using golang 1.19
3 participants