v1.2.3
Release of v1.2.3
v1.2.3 (2020-06-25)
New features:
- Add integration test part of odo brew build #3275
- Fix Kubernetes integration test issues: create a non-colliding random string generator for namespace generation #3028
- Support --now flag in url delete for devfile component #2804
- Release 1.2.3 #3422 (cdrage)
- Updating script path in Dockerfile for multistage test #3412 (amitkrout)
- Create periodic script for odo periodic job #3376 (amitkrout)
- Adding oc binary to bin path for multi stage test infra #3362 (prietyc123)
- Adding oc to bin path for multistage testing #3351 (prietyc123)
- Added few supported container images to e2e image test #3315 (amitkrout)
- Update build/VERSION to 1.2.2 #3306 (cdrage)
- Updating url delete to apply
--now
on devfile #3139 (mohammedzee1000) - Add --devfile flag support #3118 (GeekArthur)
- Adds debug command for devfiles #3059 (mik-dass)
- Push support: Event notification support for build and application status for IDE integration for devfile scenarios #3003 (jgwest)
Code Refactoring:
- Update changelog script #3421 (cdrage)
- Update devfile log levels from 3 to 4 to be consistent #3408 (maysunfaisal)
- Update dependencies in glide.yaml for make to succeed in building odo binary #3369 (dharmit)
- Updates the v2 schema to the latest #3352 (mik-dass)
- Removing unused secret directory #3290 (prietyc123)
- Converts v1 devfiles to v2 #3279 (mik-dass)
- Don't show imagestreams error on experimental mode #3265 (johnmcollier)
- Fix Docker Supervisord Vol Initialization #3129 (maysunfaisal)
- Updating travis env variable and adding docker version info #3068 (amitkrout)
Bugs:
- Debugger does not hit breakpoints on reattach #3417
- url listed in
odo registry list
returnsInvalid Request
#3382 - "odo projects" doesn't exists as command #3379
- Unit tests failing with security error #3356
- odo app describe need provide clearer message when app not exist #3348
- No odo version verification is done, only information parttern is matched #3342
- url describe does not show URL string for pushed routes #3332
- Fix 'odo version' integration test #3325
- CI tests failing due to Open Liberty devfile being renamed #3316
- ODO push doesn't work with volumeMounts for v2 #3308
- secured odo url get re-created during push even with no changes to it #3304
odo catalog list components
fails if registry is not set up properly #3297- odo url list doesn't list urls that were created #3292
- odo describe doesn't print secure and URL properly #3274
- "odo registry list" should not print an empty list when no registries are configured #3268
- devfile components does not show up on odo catalog list components with
-o json
flag #3247 - URL describe under experimental mode should work for both routes and ingresses #3182
odo create \<component-name\> --registry
falls back to S2I component, if invalid registry used #3167- Better error when incorrect component type has been specified #3128
- Unable to start component due to namespace termination #3122
- `odo catalog list components -o json' does not include devfile component in Experimental mode #3091
- For secured url1 'odo url describe url1 -o json' prints 'secure' attribute as
false
#3060 - [Docker] Hard to recover if supervisord volume is empty/corrupted #3034
- List routes kind URLs in odo list #2985
- Update failure #2914
- watch command doesn't honor the project or component #2883
- Unsafe data race in ExecuteCommand in exec.go #2828
- Experimental destroys regular odo component create command #2813
- catalog list component -o json should be shown as before with experimental mode disabled #3399 (yangcao77)
- fix: properly check that odo version contains the server URL #3365 (metacosm)
- Fix multiple registry related issues #3341 (GeekArthur)
- Show error message if no registries are configured #3339 (johnmcollier)
- Invalid ANSI colouring on Windows when doing devfile push #3327 (jgwest)
- Fix 'odo version' integration test. #3326 (zhengxiaomei123)
- Fix namespace issue for url create --now #3321 (adisky)
- Fix failing CI tests due to Open Liberty devfile rename #3318 (johnmcollier)
- Fix unsafe data race in ExecuteCommand #3310 (cdrage)
- url list routes and ingress #3305 (yangcao77)
- Fixes list and describe of secure URLs for not pushed components #3269 (mik-dass)
- list devfile components catalog in json format #3264 (yangcao77)
- 'odo login' command should suggest 'odo project list' instead of 'odo… #3262 (dev-gaur)
- return error if app not found #2927 (jichenjc)
Tests:
- ‘make test-e2e-beta‘ failed with permission error #3165
- Migrate the devfile v1 Tests to devfile v2 #3142
- devfile integration tests should run against Kubernetes cluster #2752
- devfile delete Integration test on kubernetes cluster #2913 (prietyc123)
- devfile create Interation test on kubernetes cluster using travis CI #2884 (prietyc123)
Documentation & Discussions:
- Update events #3370 (cdrage)
- Proposal for odo deploy #3368 (neeraj-laad)
- Design proposal: secure registry support #3329 (GeekArthur)
- remove openshift logo from readme #3301 (kadel)
Closed issues:
- Specific working directory defined in the command #2937
- "--devfile" support for odo create #2862
- odo log for devfile components #2848
- Determine how odo should handle multiple projects in a devfile #2705
- Debug using devfile v2 #2701
Merged pull requests:
- removed deprecated and nodejs 8 images from e2e tests and README #3414 (girishramnani)
- Revert "Adding oc to bin path for multistage testing" #3360 (girishramnani)
- resolved the gosec issue failing unit tests #3358 (girishramnani)
- Validate application exist before describe it #3349 (jichenjc)
- use a more specific error message for when image is not found #3322 (girishramnani)
- Removing install script and update other references #3202 (mohammedzee1000)
Installation of v1.2.3
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