You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Issue is part of the #1112, which was split in order to track better the progress of the multiple sample versions support. This issue focuses on the creation of new sample versions for each one of the samples that have a parent which supports outerloop. Those samples are:
python-basic
java-springboot-basic
go-basic
Every new version will have the 2.0.0 value and will be on a different branch (e.g. v2.0.0 branch for go-basic:2.0.0) and will use port 8080 instead of 8081 in order to be more consistent.
In order to keep backwards compatibility with ODC and RHTAP we will have to maintain the default version of every sample in the main (default) branch. This is the reason why we will have to create a new branch for the new version.
Acceptance Criteria
New version (2.0.0) is created for go-basic, python-basic and java-springboot basic samples.
New versions are merged inside a different branch (v2.0.0) and not the default one.
New versions are using the 8080 port instead of 8081.
The text was updated successfully, but these errors were encountered:
Closing as all of the related PRs have been merged. Now all samples that have a parent supporting outerloop have a new version (python-basic, go-basic, springboot-basic)
Which area/kind this issue is related to?
/area registry
Issue Description
This Issue is part of the #1112, which was split in order to track better the progress of the multiple sample versions support. This issue focuses on the creation of new sample versions for each one of the samples that have a parent which supports outerloop. Those samples are:
python-basic
java-springboot-basic
go-basic
Every new version will have the
2.0.0
value and will be on a different branch (e.g.v2.0.0
branch forgo-basic:2.0.0
) and will use port 8080 instead of 8081 in order to be more consistent.In order to keep backwards compatibility with
ODC
andRHTAP
we will have to maintain the default version of every sample in themain
(default) branch. This is the reason why we will have to create a new branch for the new version.Acceptance Criteria
2.0.0
) is created forgo-basic
,python-basic
andjava-springboot
basic samples.v2.0.0
) and not the default one.8080
port instead of8081
.The text was updated successfully, but these errors were encountered: