Skip to content

Commit

Permalink
updating version.txt to v7.1.1 and adding release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shippable Build committed Jan 17, 2019
1 parent 9cce2e9 commit 12f94ee
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 12 deletions.
29 changes: 18 additions & 11 deletions releaseNotes/master.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,34 @@ ${REL_VER_DATE}

## Features

- **Updated Bitbucket Deploy Key Creation**: We now use version 2 of the Bitbucket Cloud REST API to create and delete deploy keys for Bitbucket Cloud repositories. No noticeable changes are expected.
- **Enhanced Search Bar**: The search experience on grid views and tables has been updated to stay consistent with what is currently available in the SPOG view.
- **simple title**: brief description. [link to docs](#).
- itemized
- list
- for details
- if necessary

## Fixes

- **Fixes disappearing provider name in breadcrumb on project sync**: On syncing a project in project settings page, provider name in breadcrumb was disappearing. This is now fixed.
- **Fixes documentation link for "Waiting Jobs" in grid view**: Clicking on the documentation link for "Waiting Jobs" in grid view was throwing 403 error. This is now fixed.
- **Fixes incorrect API docs info**: The POST projects/:id/newBuild route has been updated in the documentation to correctly describe the query string and POST body parameters.
- **Fixes displaying same job multiple times under processing jobs section**: When a matrix run is triggered, the job was showing up multiple times under processing jobs section in grid view. This is now fixed.
- **Fixes `shipctl` commands with multiple keyValuePair integrations containing the same keys**: When there were multiple keyValuePair integrations containing the same keys, `shipctl` commands would sometimes return the value from the wrong resource. The correct values will now be returned. Custom nodes will need to be reinitialized for this to take effect on those nodes.
- **Fixes credit card expiry year**: While adding new credit card, expiry year drop-down was listing older years. This is now fixed.
- **Fixes macOS node initialization failures**: Fixes macOS node initialization failures that were caused by a bug in the shipctl install script.
- **simple title**: brief description
- actions required
- or additional details

## Custom Nodes

- **simple title**: brief description
- additional details or
- actions required

## Shippable Server

### Features

- **simple title**: brief description

### Fixes

- **Fixes sorting of completed jobs in admin job status page**: In admin job status page, completed jobs were not sorted. This is now fixed, completed jobs are sorted in descending order based on `Started At`.
- **simple title**: brief description

## History

To view Shippable's release history, check out our [releases page on GitHub](https://github.com/Shippable/admiral/releases).
To view Shippable's release history, check out our [releases page on github](https://github.com/Shippable/admiral/releases).
32 changes: 32 additions & 0 deletions releaseNotes/v7.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# v7.1.1 Release Notes

## Release Date

Thursday, Jan 17 2019

## Features

- **Updated Bitbucket Deploy Key Creation**: We now use version 2 of the Bitbucket Cloud REST API to create and delete deploy keys for Bitbucket Cloud repositories. No noticeable changes are expected.
- **Enhanced Search Bar**: The search experience on grid views and tables has been updated to stay consistent with what is currently available in the SPOG view.

## Fixes

- **Fixes disappearing provider name in breadcrumb on project sync**: On syncing a project in project settings page, provider name in breadcrumb was disappearing. This is now fixed.
- **Fixes documentation link for "Waiting Jobs" in grid view**: Clicking on the documentation link for "Waiting Jobs" in grid view was throwing 403 error. This is now fixed.
- **Fixes incorrect API docs info**: The POST projects/:id/newBuild route has been updated in the documentation to correctly describe the query string and POST body parameters.
- **Fixes displaying same job multiple times under processing jobs section**: When a matrix run is triggered, the job was showing up multiple times under processing jobs section in grid view. This is now fixed.
- **Fixes `shipctl` commands with multiple keyValuePair integrations containing the same keys**: When there were multiple keyValuePair integrations containing the same keys, `shipctl` commands would sometimes return the value from the wrong resource. The correct values will now be returned. Custom nodes will need to be reinitialized for this to take effect on those nodes.
- **Fixes credit card expiry year**: While adding new credit card, expiry year drop-down was listing older years. This is now fixed.
- **Fixes macOS node initialization failures**: Fixes macOS node initialization failures that were caused by a bug in the shipctl install script.


## Shippable Server


### Fixes

- **Fixes sorting of completed jobs in admin job status page**: In admin job status page, completed jobs were not sorted. This is now fixed, completed jobs are sorted in descending order based on `Started At`.

## History

To view Shippable's release history, check out our [releases page on GitHub](https://github.com/Shippable/admiral/releases).
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v6.12.4
v7.1.1

0 comments on commit 12f94ee

Please sign in to comment.