<div dir="ltr"><div id="magicdomid5" class="" style="margin:0px;padding:0px;color:rgb(0,0,0);font-family:"Helvetica Neue",Arial,sans-serif;font-size:12px;line-height:16px"><span style="background-color:rgb(255,255,255)"><span class="" style="margin:0px;padding:0px 0px 1px">We're excited to pre-announce the release of OSC 3.0.0. The release is expected to be approved by the release team during their working hours on Monday 22 Aug 2016.</span></span></div><div id="magicdomid5" class="" style="margin:0px;padding:0px;color:rgb(0,0,0);font-family:"Helvetica Neue",Arial,sans-serif;font-size:12px;line-height:16px"><br></div><div id="magicdomid5" class="" style="margin:0px;padding:0px;color:rgb(0,0,0);font-family:"Helvetica Neue",Arial,sans-serif;font-size:12px;line-height:16px"><span style="background-color:rgb(255,255,255)"><span class="" style="margin:0px;padding:0px 0px 1px">This is a **huge** release, and we shuffled things around so we've bumped our major version. We tried our darndest to not break anything, and where applicable we deprecated things instead. </span><span class="" style="margin:0px;padding:0px 0px 1px">We have a small number of known, documented</span><span class="" style="margin:0px;padding:0px 0px 1px"> breaking changes,</span><span class="" style="margin:0px;padding:0px 0px 1px"> </span><span class="" style="margin:0px;padding:0px 0px 1px">which is </span><span class="" style="margin:0px;padding:0px 0px 1px">why we did a major version bump, please keep this in mind when upgrading.</span></span></div><div id="magicdomid6" class="" style="margin:0px;padding:0px;color:rgb(0,0,0);font-family:"Helvetica Neue",Arial,sans-serif;font-size:12px;line-height:16px"><span style="background-color:rgb(255,255,255)"><br style="margin:0px;padding:0px"></span></div><div id="magicdomid7" class="" style="margin:0px;padding:0px;color:rgb(0,0,0);font-family:"Helvetica Neue",Arial,sans-serif;font-size:12px;line-height:16px"><span class="" style="margin:0px;padding:0px 0px 1px;background-color:rgb(255,255,255)">We've added a lot of support:</span></div><div id="magicdomid8" class="" style="margin:0px;padding:0px;color:rgb(0,0,0);font-family:"Helvetica Neue",Arial,sans-serif;font-size:12px;line-height:16px"><span style="background-color:rgb(255,255,255)"><span class="" style="margin:0px;padding:0px 0px 1px">  - We now use keystoneauth for all authentication</span><span class="" style="margin:0px;padding:0px 0px 1px"> and client sessions</span><span class="" style="margin:0px;padding:0px 0px 1px">: </span><span class="" style="margin:0px;padding:0px 0px 1px">from that </span><span class="" style="margin:0px;padding:0px 0px 1px">we</span><span class="" style="margin:0px;padding:0px 0px 1px"> wi</span><span class="" style="margin:0px;padding:0px 0px 1px">ll get support for various federated identity protocols </span><span class="" style="margin:0px;padding:0px 0px 1px">as they are added </span><span class="" style="margin:0px;padding:0px 0px 1px">(saml, openid connect), kerberos, time-base one-time password, any auth plugin in keystoneauth</span><span class="" style="margin:0px;padding:0px 0px 1px">)</span><span class="" style="margin:0px;padding:0px 0px 1px">.</span></span></div><div id="magicdomid9" class="" style="margin:0px;padding:0px;color:rgb(0,0,0);font-family:"Helvetica Neue",Arial,sans-serif;font-size:12px;line-height:16px"><span style="background-color:rgb(255,255,255)"><span class="" style="margin:0px;padding:0px 0px 1px">  - Support for various languages: we fixed </span><span class="" style="margin:0px;padding:0px 0px 1px">some basic</span><span class="" style="margin:0px;padding:0px 0px 1px"> unicode issues with OSC, resulting in a much cleaner experience when using non-English languages</span><span class="" style="margin:0px;padding:0px 0px 1px">.  Additional important unicode fixes are being made in cliff and will get picked up automatically by all releases of OSC when those are released.</span></span></div><div id="magicdomid10" class="" style="margin:0px;padding:0px;color:rgb(0,0,0);font-family:"Helvetica Neue",Arial,sans-serif;font-size:12px;line-height:16px"><span style="background-color:rgb(255,255,255)"><span class="" style="margin:0px;padding:0px 0px 1px">  - Lots of </span><span class="" style="margin:0px;padding:0px 0px 1px">new </span><span class="" style="margin:0px;padding:0px 0px 1px">networking command</span><span class="" style="margin:0px;padding:0px 0px 1px">s and additional options for existing ones.  Too many to list them all here</span><span class="" style="margin:0px;padding:0px 0px 1px">: support for networks, ports, subnets, ip addresses, routers, network RBAC, security group, etc.</span></span></div><div id="magicdomid11" class="" style="margin:0px;padding:0px;color:rgb(0,0,0);font-family:"Helvetica Neue",Arial,sans-serif;font-size:12px;line-height:16px"><span style="background-color:rgb(255,255,255)"><span class="" style="margin:0px;padding:0px 0px 1px">  - Bulk deletion support for nearly all delete commands: when deleting resources supply as many as you want and we'll try to delete them all</span><span class="" style="margin:0px;padding:0px 0px 1px">, and report on any that failed.</span></span></div><div id="magicdomid12" class="" style="margin:0px;padding:0px;color:rgb(0,0,0);font-family:"Helvetica Neue",Arial,sans-serif;font-size:12px;line-height:16px"><span style="background-color:rgb(255,255,255)"><span class="" style="margin:0px;padding:0px 0px 1px">  - Under the hood we </span><span class="" style="margin:0px;padding:0px 0px 1px">moved a chuck of the common and low-level bits of OSC into a new `osc-lib` repository to expose them as a documented and stable library API.  This is now all available to OSC plugins without having to depend on OpenStackClient itself.  The osc-lib dependency list is very short, and most of those will already be used by plugins. This also led to a restructuring of the CLI parsing and shell configuration code to remove some duplication and overlap with os-client-config and isolate the remainder in osc-lib.  osc-lib 1.0 has already been released and is now available for use by plugins.</span></span></div><div id="magicdomid13" class="" style="margin:0px;padding:0px;color:rgb(0,0,0);font-family:"Helvetica Neue",Arial,sans-serif;font-size:12px;line-height:16px"><span style="background-color:rgb(255,255,255)"><br style="margin:0px;padding:0px"></span></div><div id="magicdomid14" class="" style="margin:0px;padding:0px;color:rgb(0,0,0);font-family:"Helvetica Neue",Arial,sans-serif;font-size:12px;line-height:16px"><span style="background-color:rgb(255,255,255)"><span class="" style="margin:0px;padding:0px 0px 1px">The known breaking changes are</span><span class="" style="margin:0px;padding:0px 0px 1px">:</span></span></div><div id="magicdomid15" class="" style="margin:0px;padding:0px;color:rgb(0,0,0);font-family:"Helvetica Neue",Arial,sans-serif;font-size:12px;line-height:16px"><span class="" style="margin:0px;padding:0px 0px 1px;background-color:rgb(255,255,255)">  - The `ip floating` commands have been renamed to `floating ip` -- check the help output for details.  The old commands are still present but deprecated and no longer appear in help output.</span></div><div id="magicdomid16" class="" style="margin:0px;padding:0px;color:rgb(0,0,0);font-family:"Helvetica Neue",Arial,sans-serif;font-size:12px;line-height:16px"><span class="" style="margin:0px;padding:0px 0px 1px;background-color:rgb(255,255,255)">  - Finding role assignments for a user or project using the `roles list` command has been deprecated, folks should use `role assignment list` for this operation.</span></div><div id="magicdomid17" class="" style="margin:0px;padding:0px;color:rgb(0,0,0);font-family:"Helvetica Neue",Arial,sans-serif;font-size:12px;line-height:16px"><span style="background-color:rgb(255,255,255)"><br style="margin:0px;padding:0px"></span></div><div id="magicdomid18" class="" style="margin:0px;padding:0px;color:rgb(0,0,0);font-family:"Helvetica Neue",Arial,sans-serif;font-size:12px;line-height:16px">The usual patch will be automatically created to bump the upper-constaints of OSC. Where possible, we encourage projects that depend on OSC (puppet, osc-plugins, tripleo, etc) to propose a patch that uses the Depends-On mechanism (depends on the upper-constaints change), to ensure your gate won't break.<br></div><div><span class="" style="margin:0px;padding:0px 0px 1px;background-color:rgb(255,255,255)"><br></span></div><div><span class="" style="margin:0px;padding:0px 0px 1px;background-color:rgb(255,255,255)">Thank you to the entire OSC team, we have had a lot of new contributors this year, many of them working hard on the Networking commands.</span></div><div><span class="" style="margin:0px;padding:0px 0px 1px;background-color:rgb(255,255,255)"><br></span></div><div><span class="" style="margin:0px;padding:0px 0px 1px;background-color:rgb(255,255,255)">dt</span></div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><br>Dean Troyer<br><a href="mailto:dtroyer@gmail.com" target="_blank">dtroyer@gmail.com</a><br></div>
</div>