Release of v1.2.6
v1.2.6 (2020-09-01)
New features:
- Applying secret to namespace for authenticated registry for ppc64le #3849 (sarveshtamba)
Bugs:
- component is left in broken state after redeployment of the pod #3838
- Fix #3838: Component is left in broken state after redeployment of the pod #3859 (jgwest)
Merged pull requests:
- Update s2i image from library. #3861 (zhengxiaomei123)
v1.2.6 (2020-08-31)
New features:
- odo documents changes for IBM P/Z platform #3725
- Update test guidelines and link it to the pr template #3687
- Remove --devfile parameter from non
odo create
commands. #3661 - "odo unlink" to unlink a devfile component from an Operator backed service #3563
- Implement
hotReloadCapable
flags from devfile v2 spec #3548 - Migrate odo product under new openshift developer tools and services product #3276
- Replace unstable mongodb-enterprise operator subscription with percona-server-mongodb-operator #3820 (prietyc123)
- Applying secret to namespace for authenticated registry for s390x #3802 (zhengxiaomei123)
- Adds list command of storage for devfile v2 #3788 (mik-dass)
- Adding plugin handler test makefile target #3787 (prietyc123)
- Docker test container for travis login #3732 (amitkrout)
- Adds storage create and delete commands for devfiles. #3626 (mik-dass)
Code Refactoring:
- Cleanup devfile v1 adapter code #3621
- Update the help usage for odo create and odo url create #3858 (cdrage)
- Fixing os.GetWd() usage for getting component name #3844 (mohammedzee1000)
- Run missing debug command against 4.x cluster #3821 (amitkrout)
- clean up devfile env tests and uses dns supported component name #3793 (girishramnani)
- Prevent v1 devfiles from being used #3777 (johnmcollier)
- Remove unnecessary devfile flag and update tests #3762 (maysunfaisal)
- Clean up #3717 (metacosm)
- Test script customisation and removing duplicates from push test #3645 (prietyc123)
Bugs:
- zip starter projects should not require URLs ending with .zip #3853
- odo doesn't properly re-sync all files if a new deployment is created on 'odo push' #3847
- odo watch redeploys component during first push #3841
- logging error/irregularities #3829
- Devfile Mode: 'odo app list' doesn't display app name #3789
- Devfile run command not started if
odo push
is run afterodo push --debug
#3784 - ingress url does hit for component nodejs in devfile registry #3771
- Devfile mode: 'odo push' skips the build command #3769
- Starting from odo v1.2.1 describe command does not include info about linked components #3766
- 'make test-coverage' failed on s390x platform #3756
- etcd operator tests fails on 4.4 cluster periodic job #3753
- Help text gets printed twice for invalid odo commands #3750
- ALPHA: unable to list components from default devfile registry #3747
- Devfile mode: the run command process isn't killed, before starting the debug command process, if 'restart' attribute is set as false #3738
- Unable to install bundler for Ruby image while "odo push" on 4.6 cluster #3683
- Ask for images work on s390x arch #3670
- odo v1.2.4 tar.gz binaries for macOS and windows have wrong format #3668
- push doesn't delete volumes when removed from devfile #3641
- odo log -f terminates earlier #3610
- Watch command should better handle file synchronization when push command is invoked before/after the watch #3585
- --ref/-r flag for odo create doesn't work #3498
- odo url list fails for s2i components if experimental mode is enabled #3474
- Sync operation within the Push command does not remove deleted/renamed files when -f flag is set #3460
- odo watch does not tell me the err on devfile validation failure #3435
- Devfile v2 issue: additional property exposure is not allowed #3426
- On windows platform teardown steps fails to delete context because files are still in use #3371
- "odo catalog list components --all" displays components without displaying name #3340
- Fix #3841 - odo watch redeploys component during first push #3860 (jgwest)
- fix: remove requirement for URL to end with .zip #3854 (metacosm)
- Fixing rvm error and Docker file format for travis login #3813 (amitkrout)
- remove showing help twice for incorrect commands #3805 (girishramnani)
- Fix odo describe for component with linked services #3804 (dgolovin)
- Fix describe to print out linked components list #3790 (dgolovin)
- Fixes odo url list for s2i components #3728 (mik-dass)
- Fixes GetRunningPodNameByComponent for the CLI runners #3666 (mik-dass)
- Sync operation within the Push command does not remove deleted/renamed files #3619 (jgwest)
Tests:
- UTs fails within env folder #3755
- Update the parent devfile tests #3638
- test-cmd-devfile-log teardown steps throws error while accessing projectDir on windows platform #3540
- odp push throws error of watch channel was closed on ppc64le #3530
- Updates test for printSupportedParameters to fix flake #3760 (mik-dass)
- Updates the integration test for parent support. #3739 (mik-dass)
- Fix odo log flake #3733 (adisky)
Documentation & Discussions:
- Wrong command present in multicomponent-application documentation ( odo.dev ) #3707
- How to create a valid URL when using kubernetes in the backend? #3463
- Remove experimental mode from docs #3855 (cdrage)
- Update documents for s390x arch. #3780 (zhengxiaomei123)
- Update installation document to alpha-2 #3773 (cdrage)
- Test guidelines updated to write proper tests and avoid duplicates #3726 (prietyc123)
Closed issues:
- Consecutive service link/unlink doesn't work properly on CI #3834
- Remove the name from envinfo and add componentType #3708
- odo storage list should list all volumes from devfile components #3704
- Add test validation for machine readable output of odo preference view #3554
- Implement container endpoints from devfile v2 spec #3515
- build issues with ppc64le on travis ci environment #3449
- odo storage with devfile components #3398
- Add support for starterProjects in v2 devfiles #3263
Merged pull requests:
- Updating cross-compile script to produce stripped binaries #3864 (mohammedzee1000)
- remove unnecessary unit tests #3856 (girishramnani)
- Bumping odo version to 1.2.5 -> 1.2.6 #3848 (mohammedzee1000)
- not provide %s for namespaces in logs #3839 (jichenjc)
- Add odo push to link/unlink tests #3837 (dharmit)
- consolidated some integration tests #3835 (girishramnani)
- Disable
odo log -f
tests #3808 (adisky) - add json output test for preference view #3806 (girishramnani)
- Add support for hot reload commands #3785 (adisky)
- Update doc for starter project #3770 (adisky)
- Fix the make test-coverage for s390x arch #3765 (zhengxiaomei123)
- Update e2e supported images test to support s390x arch. #3744 (zhengxiaomei123)
- odo config for devfile #3702 (girishramnani)
- Implement Starter Projects for devfile #3673 (adisky)
- create url during push with infomation defined in devfile endpoint #3665 (yangcao77)
- Add support for unlinking component from service #3651 (dharmit)
- Add more logs when the folder is not empty #3617 (jichenjc)
- Watch command should better handle file synchronization/error reporting when push command is invoked before/after the watch #3586 (jgwest)