Skip to content

Commit 96dd566

Browse files
author
Shippable Build
committed
updating version.txt to v7.1.4 and adding release notes
1 parent 70c6d10 commit 96dd566

2 files changed

Lines changed: 52 additions & 13 deletions

File tree

releaseNotes/master.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,33 @@ ${REL_VER_DATE}
66

77
## Features
88

9-
- **Drydock update**: Updating all Shippable official images with latest stable versions of [languages](http://docs.shippable.com/platform/runtime/machine-image/language-versions/), [cli's](http://docs.shippable.com/platform/runtime/machine-image/cli-versions/) and [services](http://docs.shippable.com/platform/runtime/machine-image/services-versions/). Refer to documentation
10-
for [v7.1.4](http://docs.shippable.com/platform/runtime/machine-image/ami-v714/) for details.
9+
- **simple title**: brief description. [link to docs](#).
10+
- itemized
11+
- list
12+
- for details
13+
- if necessary
1114

1215
## Fixes
1316

14-
- **Fixes issue with `Last Check In` for nodes in node pool details page**: In the node pool details page the `Last Check In` column would sometimes be shown empty. This has been fixed.
15-
- **Fixes errors when deleting projects**: Deleting projects with large histories would run in to timeouts. This would sometimes result in stale objects, making it impossible to re-enable the project without manual cleanup. This problem has been fixed. Projects can now be deleted and re-enabled without running in to any errors.
16-
- **Fixes errors when enabling projects**: When a repository associated with an active project on Shippable is deleted on the SCM and re-created with the same name, the resulting repository could not be enabled on Shippable without manual intervention. Attempting this would result in errors due to foreign key constraints failing. This was happening because re-creating a repository on SCM results in a stale project with history on Shippable that needs to be cleaned up manually. This is fixed. Re-created projects can now be enabled without any errors.
17-
- **Fixes an error occurring when rerunning some failed builds**: An error that occurred when rerunning failed jobs in some CI runs where the first job had succeeded has been fixed.
18-
- **Improved rSync error messages for invalid steps**: The error shown when a job has an improperly formatted step now includes the name of the job. The error will also not be displayed when other rSync jobs in the same subscription run.
19-
- **Corrected indentation of example YML in YML Builder**: The example YML for the option to import a YML in YML Builder was incorrectly indented. That has been fixed.
20-
- **Fixes CI to allow spaces in docker registry passwords**: CI jobs with [docker registry integration](http://docs.shippable.com/platform/integration/dockerRegistryLogin/) would fail if spaces were present in the docker registry password, as reported by [support/4655](https://github.com/Shippable/support/issues/4655). This bug has been fixed.
21-
- **Fixes issue with status not showing for some jobs**: Status for some jobs in subscription and project dashboard was not showing. This has now been fixed.
22-
- **Fixes issue with language versions specified as numbers are not working**: Specifying language versions as numbers resulted in CI builds running on default version instead of specified version. This is fixed now. Builds will now run on specified versions.
23-
- **Fixes loading the node pools page when user has no permission on running build**: Node Pools page was not loading for users that do not have permission to access the job that a node is currently running. This is now fixed.
17+
- **simple title**: brief description
18+
- actions required
19+
- or additional details
20+
21+
## Custom Nodes
22+
23+
- **simple title**: brief description
24+
- additional details or
25+
- actions required
2426

2527
## Shippable Server
2628

2729
### Features
2830

29-
- **Build artifacts can be stored in Google Cloud Storage**: Shippable admin can now enable build artifacts like build consoles, coverage reports, and test reports to be stored on Google Cloud Storage file store. If both file stores (AWS S3 and Google Cloud Storage) are configured, admin can also map a file store provider to each node type (BYON, shared, on-demand).
31+
- **simple title**: brief description
32+
33+
### Fixes
3034

35+
- **simple title**: brief description
3136

3237
## History
3338

releaseNotes/v7.1.4.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# v7.1.4 Release Notes
2+
3+
## Release Date
4+
5+
Monday, Feb 11 2019
6+
7+
## Features
8+
9+
- **Drydock update**: Updating all Shippable official images with latest stable versions of [languages](http://docs.shippable.com/platform/runtime/machine-image/language-versions/), [cli's](http://docs.shippable.com/platform/runtime/machine-image/cli-versions/) and [services](http://docs.shippable.com/platform/runtime/machine-image/services-versions/). Refer to documentation
10+
for [v7.1.4](http://docs.shippable.com/platform/runtime/machine-image/ami-v714/) for details.
11+
12+
## Fixes
13+
14+
- **Fixes issue with `Last Check In` for nodes in node pool details page**: In the node pool details page the `Last Check In` column would sometimes be shown empty. This has been fixed.
15+
- **Fixes errors when deleting projects**: Deleting projects with large histories would run in to timeouts. This would sometimes result in stale objects, making it impossible to re-enable the project without manual cleanup. This problem has been fixed. Projects can now be deleted and re-enabled without running in to any errors.
16+
- **Fixes errors when enabling projects**: When a repository associated with an active project on Shippable is deleted on the SCM and re-created with the same name, the resulting repository could not be enabled on Shippable without manual intervention. Attempting this would result in errors due to foreign key constraints failing. This was happening because re-creating a repository on SCM results in a stale project with history on Shippable that needs to be cleaned up manually. This is fixed. Re-created projects can now be enabled without any errors.
17+
- **Fixes an error occurring when rerunning some failed builds**: An error that occurred when rerunning failed jobs in some CI runs where the first job had succeeded has been fixed.
18+
- **Improved rSync error messages for invalid steps**: The error shown when a job has an improperly formatted step now includes the name of the job. The error will also not be displayed when other rSync jobs in the same subscription run.
19+
- **Corrected indentation of example YML in YML Builder**: The example YML for the option to import a YML in YML Builder was incorrectly indented. That has been fixed.
20+
- **Fixes CI to allow spaces in docker registry passwords**: CI jobs with [docker registry integration](http://docs.shippable.com/platform/integration/dockerRegistryLogin/) would fail if spaces were present in the docker registry password, as reported by [support/4655](https://github.com/Shippable/support/issues/4655). This bug has been fixed.
21+
- **Fixes issue with status not showing for some jobs**: Status for some jobs in subscription and project dashboard was not showing. This has now been fixed.
22+
- **Fixes issue with language versions specified as numbers are not working**: Specifying language versions as numbers resulted in CI builds running on default version instead of specified version. This is fixed now. Builds will now run on specified versions.
23+
- **Fixes loading the node pools page when user has no permission on running build**: Node Pools page was not loading for users that do not have permission to access the job that a node is currently running. This is now fixed.
24+
25+
## Shippable Server
26+
27+
### Features
28+
29+
- **Build artifacts can be stored in Google Cloud Storage**: Shippable admin can now enable build artifacts like build consoles, coverage reports, and test reports to be stored on Google Cloud Storage file store. If both file stores (AWS S3 and Google Cloud Storage) are configured, admin can also map a file store provider to each node type (BYON, shared, on-demand).
30+
31+
32+
## History
33+
34+
To view Shippable's release history, check out our [releases page on github](https://github.com/Shippable/admiral/releases).

0 commit comments

Comments
 (0)