diff --git a/CHANGELOG.md b/CHANGELOG.md index e787601be7..8c3b7b345d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,191 @@ # Habitat CHANGELOG +## [0.35.0](https://github.com/habitat-sh/habitat/tree/0.35.0) (10-07-2017) +[Full Changelog](https://github.com/habitat-sh/habitat/compare/0.34.1...0.35.0) + +## Features & Enhancements + +- Add API to get new session token with github token [\#3560](https://github.com/habitat-sh/habitat/issues/3560) +- An origin owner should not be removed from origin [\#3512](https://github.com/habitat-sh/habitat/issues/3512) +- Scrub creds from worker logs [\#3507](https://github.com/habitat-sh/habitat/issues/3507) +- Builder should not use studiorc - studio build inside of worker should ignore these [\#3503](https://github.com/habitat-sh/habitat/issues/3503) +- Create API for retrieving all projects for an origin [\#3430](https://github.com/habitat-sh/habitat/issues/3430) +- Scrub docs for broken links, add in redirects [\#3407](https://github.com/habitat-sh/habitat/issues/3407) +- Make sure builder-worker can still use the private key it fetches [\#3396](https://github.com/habitat-sh/habitat/issues/3396) +- The repo list in the project create flow should include private repos [\#3386](https://github.com/habitat-sh/habitat/issues/3386) +- Support rescinding and ignoring invitations [\#3382](https://github.com/habitat-sh/habitat/issues/3382) +- Encrypt/decrypt GH access tokens used for private repos [\#3378](https://github.com/habitat-sh/habitat/issues/3378) +- Integrate docker publish output into builder output log [\#3343](https://github.com/habitat-sh/habitat/issues/3343) +- Integrate new docker publish into builder-worker [\#3342](https://github.com/habitat-sh/habitat/issues/3342) +- \[Builder\] Remove access to jobs build endpoint [\#3322](https://github.com/habitat-sh/habitat/issues/3322) +- Capture GH username and auth token on project create [\#3321](https://github.com/habitat-sh/habitat/issues/3321) +- \[UI\] Point Build button back to scheduler endpoint [\#3319](https://github.com/habitat-sh/habitat/issues/3319) +- \[builder\] Need to be able to store per-project settings [\#3140](https://github.com/habitat-sh/habitat/issues/3140) +- Remove member from Origin [\#2943](https://github.com/habitat-sh/habitat/issues/2943) +- Visualize publish phases in UI [\#2898](https://github.com/habitat-sh/habitat/issues/2898) +- Support for Private GitHub Repos [\#2888](https://github.com/habitat-sh/habitat/issues/2888) +- Private "Projects" in Origin [\#2867](https://github.com/habitat-sh/habitat/issues/2867) +- Update bootstrap script in light of installer refactorings [\#3592](https://github.com/habitat-sh/habitat/pull/3592) ([christophermaier](https://github.com/christophermaier)) +- \[pkg-cfize\] Finish integrating Cloud Foundry exporter into release [\#3590](https://github.com/habitat-sh/habitat/pull/3590) ([fnichol](https://github.com/fnichol)) +- Set a sensible default for `archive.backend` config option in JobSrv [\#3585](https://github.com/habitat-sh/habitat/pull/3585) ([reset](https://github.com/reset)) +- minor binlink doc changes [\#3576](https://github.com/habitat-sh/habitat/pull/3576) ([echohack](https://github.com/echohack)) +- minor binlink doc changes [\#3576](https://github.com/habitat-sh/habitat/pull/3576) ([echohack](https://github.com/echohack)) +- \[ci\] Purge pre-existing origin keys before building. [\#3568](https://github.com/habitat-sh/habitat/pull/3568) ([fnichol](https://github.com/fnichol)) +- \[ci\] Big cleanup of Travis jobs. [\#3565](https://github.com/habitat-sh/habitat/pull/3565) ([fnichol](https://github.com/fnichol)) +- fix broken unit test after sessionsrv refactor [\#3562](https://github.com/habitat-sh/habitat/pull/3562) ([mwrock](https://github.com/mwrock)) +- Added 'none' to the 'Update Strategies' content [\#3558](https://github.com/habitat-sh/habitat/pull/3558) ([davidwrede](https://github.com/davidwrede)) +- Fix dashboard script parsing failure [\#3553](https://github.com/habitat-sh/habitat/pull/3553) ([chefsalim](https://github.com/chefsalim)) +- Updated description for the web app guide [\#3551](https://github.com/habitat-sh/habitat/pull/3551) ([davidwrede](https://github.com/davidwrede)) +- Update CLI [\#3549](https://github.com/habitat-sh/habitat/pull/3549) ([tashimi](https://github.com/tashimi)) +- Add link for spdx [\#3548](https://github.com/habitat-sh/habitat/pull/3548) ([tashimi](https://github.com/tashimi)) +- \[plan-build\] Update `\_latest\_installed\_package\(\)` to use `hab pkg path`. [\#3535](https://github.com/habitat-sh/habitat/pull/3535) ([fnichol](https://github.com/fnichol)) +- \[git\] Lexically sort `.gitignore` & add `./secrets/` directory to Git. [\#3531](https://github.com/habitat-sh/habitat/pull/3531) ([fnichol](https://github.com/fnichol)) +- \[studio\] Attempt to import public origin keys into Studios. [\#3530](https://github.com/habitat-sh/habitat/pull/3530) ([fnichol](https://github.com/fnichol)) +- \[builder-worker\] Redact Docker creds from debug logging. [\#3529](https://github.com/habitat-sh/habitat/pull/3529) ([fnichol](https://github.com/fnichol)) +- Update nginx logging and add log rotation [\#3525](https://github.com/habitat-sh/habitat/pull/3525) ([chefsalim](https://github.com/chefsalim)) +- Link key cache into Docker export root filesystem [\#3524](https://github.com/habitat-sh/habitat/pull/3524) ([christophermaier](https://github.com/christophermaier)) +- Update CLI docs, add HAB\_BLDR\_CHANNEL [\#3523](https://github.com/habitat-sh/habitat/pull/3523) ([tashimi](https://github.com/tashimi)) +- Scrub secure info from job logs [\#3520](https://github.com/habitat-sh/habitat/pull/3520) ([chefsalim](https://github.com/chefsalim)) +- \[pkg-export-docker\] Binlink all binaries in provided packages. [\#3517](https://github.com/habitat-sh/habitat/pull/3517) ([fnichol](https://github.com/fnichol)) +- Add additional plans to bldr.toml [\#3511](https://github.com/habitat-sh/habitat/pull/3511) ([reset](https://github.com/reset)) +- \[studio\] Only honor `.studiorc` in `hab studio enter`. [\#3508](https://github.com/habitat-sh/habitat/pull/3508) ([fnichol](https://github.com/fnichol)) +- \[builder-worker\] Remove `DOCKER` feature flag. [\#3490](https://github.com/habitat-sh/habitat/pull/3490) ([fnichol](https://github.com/fnichol)) +- Re-enable feature flag activation on session create [\#3483](https://github.com/habitat-sh/habitat/pull/3483) ([reset](https://github.com/reset)) +- Add endpoint to Builder-API for authenticated GitHub code searches [\#3462](https://github.com/habitat-sh/habitat/pull/3462) ([reset](https://github.com/reset)) +- adds api for deleting an origin member [\#3461](https://github.com/habitat-sh/habitat/pull/3461) ([mwrock](https://github.com/mwrock)) +- Use GitHub App integration over OAuth App for authentication [\#3459](https://github.com/habitat-sh/habitat/pull/3459) ([reset](https://github.com/reset)) +- \[builder-worker\] Consume integrations data for Docker exporter. [\#3450](https://github.com/habitat-sh/habitat/pull/3450) ([fnichol](https://github.com/fnichol)) +- Last of the broken links [\#3447](https://github.com/habitat-sh/habitat/pull/3447) ([davidwrede](https://github.com/davidwrede)) +- Finish plan linkage and Docker settings submission [\#3444](https://github.com/habitat-sh/habitat/pull/3444) ([cnunciato](https://github.com/cnunciato)) +- \[builder-worker\] Add initial support for Docker exporting. [\#3443](https://github.com/habitat-sh/habitat/pull/3443) ([fnichol](https://github.com/fnichol)) +- Process GitHub Push Hook notifications [\#3442](https://github.com/habitat-sh/habitat/pull/3442) ([reset](https://github.com/reset)) +- Add API to retrieve list of project names [\#3439](https://github.com/habitat-sh/habitat/pull/3439) ([chefsalim](https://github.com/chefsalim)) +- Fixing more broken links [\#3427](https://github.com/habitat-sh/habitat/pull/3427) ([davidwrede](https://github.com/davidwrede)) +- Add an API for toggling package visibility [\#3423](https://github.com/habitat-sh/habitat/pull/3423) ([raskchanky](https://github.com/raskchanky)) +- cf-exporter [\#3262](https://github.com/habitat-sh/habitat/pull/3262) ([bodymindarts](https://github.com/bodymindarts)) + +## Bug fixes + +- Acceptance: uploads by Builder are triggering scheduled builds [\#3564](https://github.com/habitat-sh/habitat/issues/3564) +- Users removed from an origin must also be removed from acount\_origins in sessionsrv [\#3513](https://github.com/habitat-sh/habitat/issues/3513) +- Show organization name instead of id when picking github repo for connecting plan [\#3504](https://github.com/habitat-sh/habitat/issues/3504) +- \[pkg-export-docker\] Lowercase image name & custom tag [\#3497](https://github.com/habitat-sh/habitat/issues/3497) +- Validate GitHub webhook payload before processing notification [\#3489](https://github.com/habitat-sh/habitat/issues/3489) +- Validate project's repo on notification before scheduling a build [\#3488](https://github.com/habitat-sh/habitat/issues/3488) +- `hab` leaves a `results` directory with root permissions that then cannot be removed without sudo rights. [\#3445](https://github.com/habitat-sh/habitat/issues/3445) +- Search seems broken [\#3435](https://github.com/habitat-sh/habitat/issues/3435) +- Cant create job when no package has been uploaded [\#3391](https://github.com/habitat-sh/habitat/issues/3391) +- \[hab\] hab job promote can flag incorrect failed idents [\#3139](https://github.com/habitat-sh/habitat/issues/3139) +- Update bootstrap script in light of installer refactorings [\#3592](https://github.com/habitat-sh/habitat/pull/3592) ([christophermaier](https://github.com/christophermaier)) +- Fix mispelling of bldrSessionToken [\#3589](https://github.com/habitat-sh/habitat/pull/3589) ([reset](https://github.com/reset)) +- Use REQ socket for RouteClient - fix reply ordering [\#3588](https://github.com/habitat-sh/habitat/pull/3588) ([reset](https://github.com/reset)) +- Generate a txn-id when generating new synchronous requests [\#3584](https://github.com/habitat-sh/habitat/pull/3584) ([reset](https://github.com/reset)) +- Fix session hijacking issue after changing to GitHub App authentication [\#3536](https://github.com/habitat-sh/habitat/pull/3536) ([reset](https://github.com/reset)) +- \\[plan-build\\] Update `\\_latest\\_installed\\_package\\(\\)` to use `hab pkg path`. [\#3535](https://github.com/habitat-sh/habitat/pull/3535) ([fnichol](https://github.com/fnichol)) +- \[studio,plan-build\] Set ownership on `./results/` to not be root. [\#3533](https://github.com/habitat-sh/habitat/pull/3533) ([fnichol](https://github.com/fnichol)) +- \[plan-build\] Fix `PATH` metafile content when `pkg\_version\(\)` is used. [\#3532](https://github.com/habitat-sh/habitat/pull/3532) ([fnichol](https://github.com/fnichol)) +- Fix search [\#3527](https://github.com/habitat-sh/habitat/pull/3527) ([cnunciato](https://github.com/cnunciato)) +- Set cookie domain to all hostname elements excluding the first [\#3519](https://github.com/habitat-sh/habitat/pull/3519) ([reset](https://github.com/reset)) +- Check project visibility, not origin, when retrieving job logs [\#3502](https://github.com/habitat-sh/habitat/pull/3502) ([reset](https://github.com/reset)) +- \[pkg-export-docker\] Ensure image name & custom tag are lowercased. [\#3501](https://github.com/habitat-sh/habitat/pull/3501) ([fnichol](https://github.com/fnichol)) +- Search for origin by name and not project name [\#3493](https://github.com/habitat-sh/habitat/pull/3493) ([reset](https://github.com/reset)) +- Fix false not found error when streaming log output [\#3492](https://github.com/habitat-sh/habitat/pull/3492) ([reset](https://github.com/reset)) +- \[pkg-export-docker\] Exit \(abort\) when `docker` commands fail. [\#3491](https://github.com/habitat-sh/habitat/pull/3491) ([fnichol](https://github.com/fnichol)) +- \[builder-worker\] Set image name. [\#3487](https://github.com/habitat-sh/habitat/pull/3487) ([fnichol](https://github.com/fnichol)) +- Fix parsing plan files in notification hook [\#3486](https://github.com/habitat-sh/habitat/pull/3486) ([reset](https://github.com/reset)) +- Don't cache response for integration names [\#3481](https://github.com/habitat-sh/habitat/pull/3481) ([chefsalim](https://github.com/chefsalim)) +- Clear installations on load, use consistent naming [\#3474](https://github.com/habitat-sh/habitat/pull/3474) ([cnunciato](https://github.com/cnunciato)) + +**Closed issues:** + +- GitHub WebHook 422 [\#3479](https://github.com/habitat-sh/habitat/issues/3479) +- Builder Worker authentication [\#3478](https://github.com/habitat-sh/habitat/issues/3478) +- Integrations not deleting [\#3476](https://github.com/habitat-sh/habitat/issues/3476) +- Update the export command on the tutorials [\#3467](https://github.com/habitat-sh/habitat/issues/3467) +- \[core-plans\] Fix failing core plans [\#2603](https://github.com/habitat-sh/habitat/issues/2603) + +**Merged pull requests:** + +- Fix field in debug Job output [\#3587](https://github.com/habitat-sh/habitat/pull/3587) ([chefsalim](https://github.com/chefsalim)) +- Add instructions for updating the Homebrew tap [\#3583](https://github.com/habitat-sh/habitat/pull/3583) ([christophermaier](https://github.com/christophermaier)) +- Update defaults for builder depot [\#3582](https://github.com/habitat-sh/habitat/pull/3582) ([chefsalim](https://github.com/chefsalim)) +- Update builder dev doc [\#3581](https://github.com/habitat-sh/habitat/pull/3581) ([chefsalim](https://github.com/chefsalim)) +- Add back check that was inadvertently removed [\#3573](https://github.com/habitat-sh/habitat/pull/3573) ([chefsalim](https://github.com/chefsalim)) +- Only show the export and run commands for services [\#3572](https://github.com/habitat-sh/habitat/pull/3572) ([cnunciato](https://github.com/cnunciato)) +- Support package visibility settings [\#3571](https://github.com/habitat-sh/habitat/pull/3571) ([cnunciato](https://github.com/cnunciato)) +- Authenticate web hooks [\#3570](https://github.com/habitat-sh/habitat/pull/3570) ([raskchanky](https://github.com/raskchanky)) +- owners cannot remove themselves [\#3569](https://github.com/habitat-sh/habitat/pull/3569) ([mwrock](https://github.com/mwrock)) +- Workaround to auth with github token [\#3566](https://github.com/habitat-sh/habitat/pull/3566) ([chefsalim](https://github.com/chefsalim)) +- Fetch integrations on origin load [\#3550](https://github.com/habitat-sh/habitat/pull/3550) ([cnunciato](https://github.com/cnunciato)) +- Fix spelling mistake from last commit [\#3546](https://github.com/habitat-sh/habitat/pull/3546) ([reset](https://github.com/reset)) +- Use GitHub token to read files from remote instead of our own token [\#3545](https://github.com/habitat-sh/habitat/pull/3545) ([reset](https://github.com/reset)) +- Add builder-web as build trigger for builder-api in bldr.toml [\#3544](https://github.com/habitat-sh/habitat/pull/3544) ([reset](https://github.com/reset)) +- Use GitHub API token for querying installations [\#3543](https://github.com/habitat-sh/habitat/pull/3543) ([reset](https://github.com/reset)) +- Send correct session token when querying for files in GitHub [\#3541](https://github.com/habitat-sh/habitat/pull/3541) ([reset](https://github.com/reset)) +- Fix broken login components in web ui [\#3540](https://github.com/habitat-sh/habitat/pull/3540) ([reset](https://github.com/reset)) +- Pipe bldr session token into builder-web state [\#3539](https://github.com/habitat-sh/habitat/pull/3539) ([reset](https://github.com/reset)) +- Fix casing on import in sessions.ts [\#3538](https://github.com/habitat-sh/habitat/pull/3538) ([reset](https://github.com/reset)) +- Move VCS related code back to worker crate from bldr core [\#3537](https://github.com/habitat-sh/habitat/pull/3537) ([reset](https://github.com/reset)) +- Fix dev and acceptance URLs for Builder [\#3528](https://github.com/habitat-sh/habitat/pull/3528) ([cnunciato](https://github.com/cnunciato)) +- Validate that the repository URL from GH matches what's in our project [\#3522](https://github.com/habitat-sh/habitat/pull/3522) ([raskchanky](https://github.com/raskchanky)) +- removed members should also be removed from account\_origins [\#3518](https://github.com/habitat-sh/habitat/pull/3518) ([mwrock](https://github.com/mwrock)) +- Manage origin members and invitations [\#3516](https://github.com/habitat-sh/habitat/pull/3516) ([cnunciato](https://github.com/cnunciato)) +- correct the private key path in the dev doc [\#3514](https://github.com/habitat-sh/habitat/pull/3514) ([mwrock](https://github.com/mwrock)) +- Show the org name instead of id when displaying installed apps [\#3506](https://github.com/habitat-sh/habitat/pull/3506) ([raskchanky](https://github.com/raskchanky)) +- Fix deserialization of some GitHub Webhook messages [\#3485](https://github.com/habitat-sh/habitat/pull/3485) ([reset](https://github.com/reset)) +- Pass token with projects and builds requests [\#3475](https://github.com/habitat-sh/habitat/pull/3475) ([cnunciato](https://github.com/cnunciato)) +- Use appropriate config key name for app private key [\#3473](https://github.com/habitat-sh/habitat/pull/3473) ([reset](https://github.com/reset)) +- Updated export to docker snippets + text [\#3471](https://github.com/habitat-sh/habitat/pull/3471) ([davidwrede](https://github.com/davidwrede)) +- GitHub type fix [\#3470](https://github.com/habitat-sh/habitat/pull/3470) ([cnunciato](https://github.com/cnunciato)) +- Switch to GitHub apps [\#3466](https://github.com/habitat-sh/habitat/pull/3466) ([cnunciato](https://github.com/cnunciato)) +- Added remaining redirects from previous doc topics [\#3464](https://github.com/habitat-sh/habitat/pull/3464) ([davidwrede](https://github.com/davidwrede)) +- Add ability to get shard for account id [\#3460](https://github.com/habitat-sh/habitat/pull/3460) ([chefsalim](https://github.com/chefsalim)) +- Rename bldr.toml to .bldr.toml [\#3458](https://github.com/habitat-sh/habitat/pull/3458) ([chefsalim](https://github.com/chefsalim)) +- Makes docs sidebar collapsible [\#3457](https://github.com/habitat-sh/habitat/pull/3457) ([ryankeairns](https://github.com/ryankeairns)) +- Rename bldr.toml to .bldr.toml [\#3455](https://github.com/habitat-sh/habitat/pull/3455) ([chefsalim](https://github.com/chefsalim)) +- Tool to create bldr.toml file [\#3451](https://github.com/habitat-sh/habitat/pull/3451) ([chefsalim](https://github.com/chefsalim)) +- Adding in redirects from old links to new topics/sections [\#3449](https://github.com/habitat-sh/habitat/pull/3449) ([davidwrede](https://github.com/davidwrede)) +- Fixes www build error for bad link [\#3446](https://github.com/habitat-sh/habitat/pull/3446) ([ryankeairns](https://github.com/ryankeairns)) +- Bump 0.35.0-dev [\#3440](https://github.com/habitat-sh/habitat/pull/3440) ([reset](https://github.com/reset)) +- persist github installation id for private repos and clone with its auth token [\#3428](https://github.com/habitat-sh/habitat/pull/3428) ([mwrock](https://github.com/mwrock)) + +## [0.34.1](https://github.com/habitat-sh/habitat/tree/0.34.1) (10-01-2017) +[Full Changelog](https://github.com/habitat-sh/habitat/compare/0.34.0...0.34.1) + +## Features & Enhancements + +- Account for binlink --force change throughout codebase [\#3323](https://github.com/habitat-sh/habitat/issues/3323) +- Add docker integration functionality to builder-web [\#3109](https://github.com/habitat-sh/habitat/issues/3109) +- Key Generation in Web UI [\#2899](https://github.com/habitat-sh/habitat/issues/2899) +- \[builder-web\] Project create [\#2889](https://github.com/habitat-sh/habitat/issues/2889) +- Fixes core plans link in README [\#3434](https://github.com/habitat-sh/habitat/pull/3434) ([rsertelon](https://github.com/rsertelon)) +- \[builder-worker\] Preparatory refactoring for exporters in workers [\#3432](https://github.com/habitat-sh/habitat/pull/3432) ([fnichol](https://github.com/fnichol)) +- \[jobsrv\] Export `log\_port` for discovery by workers. [\#3424](https://github.com/habitat-sh/habitat/pull/3424) ([fnichol](https://github.com/fnichol)) +- Refactor net::oauth::github module into github-api-client crate [\#3422](https://github.com/habitat-sh/habitat/pull/3422) ([reset](https://github.com/reset)) +- Build & publish Supervisor package last when releasing. [\#3421](https://github.com/habitat-sh/habitat/pull/3421) ([fnichol](https://github.com/fnichol)) +- Bump VERSION to 0.35.0-dev. [\#3419](https://github.com/habitat-sh/habitat/pull/3419) ([fnichol](https://github.com/fnichol)) +- Make origin secret key fetch work again [\#3417](https://github.com/habitat-sh/habitat/pull/3417) ([chefsalim](https://github.com/chefsalim)) +- Temporarily use old & new forms of `hab pkg binlink`. [\#3411](https://github.com/habitat-sh/habitat/pull/3411) ([fnichol](https://github.com/fnichol)) + +## Bug fixes + +- \[pkg-export-docker\] Build in runtime ident for Docker package. [\#3437](https://github.com/habitat-sh/habitat/pull/3437) ([fnichol](https://github.com/fnichol)) +- Store Session in memory instead of database [\#3436](https://github.com/habitat-sh/habitat/pull/3436) ([reset](https://github.com/reset)) +- \[sup\] Install a package only if missing for `start` & `load`. [\#3425](https://github.com/habitat-sh/habitat/pull/3425) ([fnichol](https://github.com/fnichol)) +- \[bintray-publish\] Fix a couple of issues used when releasing. [\#3420](https://github.com/habitat-sh/habitat/pull/3420) ([fnichol](https://github.com/fnichol)) + +**Merged pull requests:** + +- Fix JSON parsing when retrieving project integration [\#3431](https://github.com/habitat-sh/habitat/pull/3431) ([chefsalim](https://github.com/chefsalim)) +- Fixing links in partials [\#3429](https://github.com/habitat-sh/habitat/pull/3429) ([tashimi](https://github.com/tashimi)) +- fix repo deserialization regression [\#3426](https://github.com/habitat-sh/habitat/pull/3426) ([mwrock](https://github.com/mwrock)) +- Don't print UI messages from updater threads [\#3418](https://github.com/habitat-sh/habitat/pull/3418) ([christophermaier](https://github.com/christophermaier)) +- Fixing typos, updating language, fixing broken headers [\#3416](https://github.com/habitat-sh/habitat/pull/3416) ([tashimi](https://github.com/tashimi)) +- Capitalized 'Supervisor' in content and project code [\#3415](https://github.com/habitat-sh/habitat/pull/3415) ([davidwrede](https://github.com/davidwrede)) +- Allow scheduler to build projects that are not known to the graph [\#3414](https://github.com/habitat-sh/habitat/pull/3414) ([chefsalim](https://github.com/chefsalim)) +- Add key generation to Builder UI [\#3413](https://github.com/habitat-sh/habitat/pull/3413) ([cnunciato](https://github.com/cnunciato)) +- Add optional auth to job logs [\#3408](https://github.com/habitat-sh/habitat/pull/3408) ([raskchanky](https://github.com/raskchanky)) + ## [0.34.1](https://github.com/habitat-sh/habitat/tree/0.34.1) (10-01-2017) [Full Changelog](https://github.com/habitat-sh/habitat/compare/0.34.0...0.34.1) diff --git a/VERSION b/VERSION index cd748687dc..7b52f5e517 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.35.0-dev +0.35.0