github redhat-developer/odo v0.0.19

latest releases: v3.15.0, v3.14.0, v3.13.0...
5 years ago

Changelog

Breaking changes!!

Application created with odo 0.0.18 and older can't been seen by odo 0.0.19 (configfile was changed from ~/.kube/odo to ~/.odo/odo-config #1168)
To work around this you have to create application again (odo create myapp), than you should see you components again (odo list). Note that you will have to also set active component (odo component)

Enhancements:

  • Add services to odo app describe (#1252)

  • Add the linked components and services to odo describe (#1232)

  • Intercepting login message and customising the message message (#1251)

  • Machine Readable Output (#1196)

  • Move component commands under component (#1282)

  • Add possibility to output non-interactive equivalent command for service create (#1281)

  • Ignore client errors when asking for version (#1250)

  • Ensure that listing catalog components ignores hidden ones (#1261)

Testing/CI

  • Allow to ovewrite SupervisorD bootstrapping image using env variable (#1310)
  • Add CircleCI (#1308)
  • Pin the openjdk18 image version we are using in our e2e tests (#1302)
  • Integration test for odo service create panic (#1280)
  • Fixing #1278: Changing cleanup to run as needed (#1279)
  • Update gofmt (#1277)
  • Renamed TestIsRegExpMatch to TestIsGlobExpMatch (#1266)

Internals:

  • Refactor logout command to use Complete/Validate/Run pattern (#1284)

  • Refactor login command to use Complete/Validate/Run pattern (#1283)

  • Refactor application to follow Complete/Validate/Run pattern (#1265)

  • Refactor utils command to follow Complete/Validate/Run pattern (#1264)

  • refactor project package to follow complete validate run pattern (#1253)

  • Refactor storage to complete-validate-run pattern (#1245)

  • Refactor component commands to follow complete-validate-run pattern (#1243)

  • Refactor URL to complete-validate-run pattern (#1233)

  • Clean-up after command refactoring (#1285)

  • resolved the incorrect PHONY in make file (#1312)

  • Add Runnable interface and use it to introduce generic Run function (#1306)

  • Service command is not using GetFullName (#1255)

  • Improve ui code organization to make it more useful and reusable (#1126)

Documentation/help/error messages:

  • Updated doc: create instances from any service class (#1274)
  • Update the year for the website (#1258)
  • Don't ignore errors when retrieving service classes and plans (#1259)

Don't miss a new odo release

NewReleases is sending notifications on new releases.