Skip to content

Commit 2888dcb

Browse files
authored
Merge branch 'master' into philpeble-lets-encrypt-refactoring
2 parents 0ed4650 + 32ef2a0 commit 2888dcb

File tree

3 files changed

+49
-10
lines changed

3 files changed

+49
-10
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Build Environment Update History
3+
layout: en
4+
permalink: /user/build-environment-updates/2019-03-27/
5+
category: linux_build_env_updates
6+
date: 2019-03-27
7+
---
8+
9+
# 2019-03-27
10+
11+
## Changes
12+
- git uses [wire protocol version 2](https://github.com/git/git/blob/master/Documentation/technical/protocol-v2.txt) to do its network operations, like `git fetch` or `git clone`
13+
- docker pulls from the GCE image cache where possible
14+
- php version aliases are now recognized
15+
16+
## Version updates
17+
18+
The following languages and tools preinstalled on Xenial have been updated:
19+
- git: 2.20.1 --> 2.21.0
20+
- heroku: 7.19 --> 7.22
21+
- leiningen: 2.8.3 --> 2.9.1
22+
- mysql: 5.7.24 --> 5.7.25
23+
- neo4j: v4.2.2 --> v4.4.1
24+
- maven: v3.5.4 --> v3.6.0
25+
- mongodb: 4.0.5 --> 4.0.7
26+
- php: 5.6.36 --> 5.6.40
27+
- php: 7.1.19 --> 7.1.27
28+
- php: 7.2.7 --> 7.2.15
29+
- postgresql: 9.4.20 --> 9.4.21
30+
- postgresql: 9.5.15 --> 9.5.16
31+
- postgresql: 9.6.11 --> 9.6.12
32+
- redis: 5.0.3 --> 5.0.4
33+
- shfmt: v2.6.2 --> 2.6.3
34+
- rbenv: 1.1.1 --> 1.1.2
35+
36+
## Details
37+
38+
- [travis-cookbooks diff](https://github.com/travis-ci/travis-cookbooks/compare/f9b6c9e...42e42e4)
39+
- [packer-templates diff](https://github.com/travis-ci/packer-templates/compare/7ce7ab5...f909ac5)

user/migrate/legacy-services-to-github-apps-migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ redirect_from:
66
- user/legacy-services-to-github-apps-migration-guide/
77
---
88

9-
As of May 2, 2018 we are moving toward having repositories integrated via a GitHub App instead of GitHub Services which [will no longer be supported by GitHub as of January 31st, 2018](https://developer.github.com/v3/guides/replacing-github-services/#deprecation-timeline).
9+
As of May 2, 2018 we are moving toward having repositories integrated via a GitHub App instead of GitHub Services which [will no longer be supported by GitHub as of January 31st, 2019](https://developer.github.com/v3/guides/replacing-github-services/#deprecation-timeline).
1010

1111
> *Note:* While this process is ongoing, we have been migrating from GitHub services to webhooks on the https://travis-ci.org enabled repositories. The closure of GitHub services *will not affect your repositories even if you are currently on .org*.
1212

user/reference/xenial.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following versions of Docker, version control software and compilers are pre
7979

8080
| package | version |
8181
|:--------|:---------|
82-
| git | `2.20.1` |
82+
| git | `2.21.0` |
8383
| git-lfs | `2.6.1` |
8484
| hg | `4.8` |
8585
| svn | `1.9.3` |
@@ -92,7 +92,7 @@ The following versions of Docker, version control software and compilers are pre
9292
* gcc 5.4.0
9393
* ccache 3.2.4
9494
* shellcheck 0.6.0
95-
* shfmt 2.6.2
95+
* shfmt 2.6.3
9696

9797
### Docker
9898

@@ -135,20 +135,20 @@ If you're getting errors about PyPy `pypy is not installed; attempting download`
135135
| package | version |
136136
|:--------|:--------|
137137
| gradle | 4.10.2 |
138-
| maven | 3.5.4 |
138+
| maven | 3.6.0 |
139139
{: style="width: 30%" }
140140

141141
## PHP support
142142

143143
* For dynamic runtime selection, `phpenv` is available.
144144
* The following PHP versions are preinstalled:
145145

146-
| alias | version |
147-
|:----- |:------- |
148-
| 5.6 | 5.6.36 |
149-
| 7.1 | 7.1.19 |
150-
| 7.2 | 7.2.7 |
151-
{: style="width: 30%" }
146+
| alias | version |
147+
| :----- | :------- |
148+
| 5.6 | 5.6.40 |
149+
| 7.1 | 7.1.27 |
150+
| 7.2 | 7.2.15 |
151+
{: style="width: 30%" }
152152

153153
## Databases and services
154154

0 commit comments

Comments
 (0)