Release of v1.2.2
v1.2.2 (2020-06-03)
New features:
- Sync test script code for KUBECONFIG related operation on prow #3203
- CI/tests should not run on documentation changes #3149
- Add url state in describe and list for odo2 devfile support #2787
- Integrate odo create with odo push #2734
- Release 1.2.2 of odo #3294 (cdrage)
- Add Support for Devfile V2 #3216 (adisky)
- JSON output for service list in experimental mode #3186 (dharmit)
- add state to ingress list and describe #3160 (yangcao77)
- Performance improvement for odo catalog list components when using devfiles #3112 (metacosm)
- Add devfile command flags to watch #3075 (maysunfaisal)
- Adding sparseCheckoutDir functionality to devfiles #3042 (CameronMcWilliam)
Code Refactoring:
- Use MatchAllInOutput instead of multilple assert statement #3245
- odo v2 - CLI overhaul and dropping old style components support #3190
- Refactor Devfile Common Structures to More closer to V2 #3141
- Optimize odo create #2967
- Replace multiple expect statement with MatchAllInOutput and DontMatchAllInOutput #3251 (prietyc123)
- Modify operator hub tests to run in separate namespaces #3239 (dharmit)
- Run devfile docker url tests without kube config #3223 (johnmcollier)
- Setting golang version uniformly accross repo and updating docs #3204 (mohammedzee1000)
- Add .gitignore files for jekyll / site #3171 (cdrage)
Bugs:
- filepath.Join("/tmp", randomFileName) does not support on windows #3246
- incorrect sample in url create #3237
- docker volumes not deleted when
odo delete
is executed with PushTarget=docker #3235 - devrun command failed #3231
- odo delete --all fails to delete devfile component #3230
- Interactive mode for
odo create
with experimental mode should populate default namespace #3222 - odo describe for a component does not lists down all the ports if a url is already created #3201
- 'odo url list' fails for s2i components in Experimental mode with error 'The current directory does not represent an odo component' #3185
- odo should support devfile components with devRun but without devBuild #3170
- url Application Not Available #3164
- Odo Docker tests should run without a Kube config #3148
- Cryptic error message when devfile registry URL leads to 404 error #3123
- odo component create completion doesn't offer devfile components #3105
- oc.checkForImageStream can not return correctly in e2e tests scenario #3051
- [Docker] User left waiting with no spinner while supervisord image is pulling #3033
- odo doesn't list unpushed URLs in experimental mode #2983
- odo create interactive mode asks for namespace when the push target is set to docker #2978
- Invalid devfile component create fails for devfile feature on kubernetes cluster #2888
- Executing run command fails with connect: connection refused #2803
- [FLAKE]make test fails on osx and windows in travis CI #2570
- Fix checkForImageStream to return correct result. #3281 (zhengxiaomei123)
- Fix windows incompatibility with /tmp #3252 (prietyc123)
- Don't prompt for namespace if pushtarget is Docker #3248 (johnmcollier)
- replace secured with secure #3238 (jichenjc)
- Support listing devfile components with no devBuild command #3172 (johnmcollier)
- Fix odo fake component create on kubernetes cluster #3124 (adisky)
- Set ResponseHeaderTimeout for GET requests #3119 (johnmcollier)
Tests:
- Recurring failure of "create with now flag should pass" tests #3250
- Frequent failures in odo service command tests for OperatorHub #3193
- devfile push Integration test on kubernetes cluster #3041 (prietyc123)
Documentation & Discussions:
- Add documentation around how to run integration test against 4.* cluster locally #3213
- Provide documentation around the test env variable KUBERNETES #3205
- Update devfile sample output in deploying-a-devfile-using-odo.adoc #3162
- Running devfile integration tests on kubernetes cluster #3233 (prietyc123)
- Run test locally against 4.* Cluster #3218 (amitkrout)
- Adds a document for debugging applications using devfiles #3187 (mik-dass)
- Update samples for deploying a devfile in deploying-a-devfile-using-odo.adoc #3163 (johnmcollier)
Closed issues:
- Using odo v1.2.1 with OCP 4.3 on non-x86 platform #3255
- [question] how to update nodejs to use v12 #3168
- devfile v2 support for odo push (Docker) #3145
- devfile v2 support for odo push (k8s and OpenShift) #3140
- Test and Release/Build environment should match #3023
- Download specified path and sub-paths of a project if sparseCheckoutDir field has a value #3004
- Devfile 2.0 parser #2918
- Add devfile command flags to odo watch #2819
- odo should list services created from operator #2790
Merged pull requests:
- Fix odo describe not listing all the ports after first url is created #3224 (dgolovin)
- add mik-dass and dharmit as top level approvers #3189 (kadel)
Installation of v1.2.2
To install odo, follow our installation guide at docs.openshift.com
After each release, binaries are synced to mirror.openshift.com
* This Changelog was automatically generated by github_changelog_generator