Skip to content

Commit

Permalink
bump version to 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chikei committed Jul 4, 2018
1 parent 331f19e commit 717f85d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
**1.3.5**
- Upgrade GitLab API to v4

**1.3.4**
- revert changes except tests in 1.3.1-1.3.3 to make relative path behavior consistent
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The only ~~supported~~ encouraged way to run **GCP** is with [Docker](https://ww
* Get Docker image

```
docker pull yums/gitlab-ce-pages:1.3.4
docker pull chikei/gitlab-ce-pages:1.3.5
```

* Run Docker container with
Expand All @@ -61,7 +61,7 @@ The only ~~supported~~ encouraged way to run **GCP** is with [Docker](https://ww
--volume /srv/gitlab-ce-pages/public:/home/pages/public/ \
--volume /srv/gitlab-ce-pages/cname:/home/pages/cname/ \
-p 80:80 \
yums/gitlab-ce-pages:1.3.4
chikei/gitlab-ce-pages:1.3.5
```

* Tell your GitLab users the URL of your **GCP** server. They will use it as **webhook URL**. Note that this URL is the one which can actually access your running Docker instance's exposed port.
Expand Down Expand Up @@ -135,7 +135,7 @@ You can easily upgrade your GCP in following steps:
* pull latest image

```
docker pull yums/gitlab-ce-pages:1.3.4
docker pull chikei/gitlab-ce-pages:1.3.5
```

* remove running image
Expand All @@ -154,7 +154,7 @@ You can easily upgrade your GCP in following steps:
--volume /srv/gitlab-ce-pages/public:/home/pages/public/ \
--volume /srv/gitlab-ce-pages/cname:/home/pages/cname/ \
-p 80:80 \
yums/gitlab-ce-pages:1.3.4
chikei/gitlab-ce-pages:1.3.5
```

## Environment variables
Expand All @@ -172,7 +172,7 @@ This is a sample `docker-compose.yml` file for you if you want to use docker-com

gitlab-ce-pages:
restart: always
image: yums/gitlab-ce-pages:1.3.4
image: chikei/gitlab-ce-pages:1.3.5
environment:
- PAGE_PRIVATE_TOKEN=private_token_of_peeking_account
- GITLAB_URL=http://gitlab.example.com/
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "gitlab-ce-pages",
"version": "1.3.4",
"version": "1.3.5",
"description": "Unofficial GitLab Pages for GitLab CE",
"main": "index.js",
"repository": "YuMS/gitlab-ce-pages",
"repository": "chikei/gitlab-ce-pages",
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.13.4",
Expand Down

0 comments on commit 717f85d

Please sign in to comment.