Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
v2016_07_14_1 - Bitrise CLI 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorbenei committed Jul 14, 2016
1 parent f425964 commit 0680692
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 19 deletions.
39 changes: 22 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,94 +1,99 @@
## 2016_07_02_1
## `v2016_07_14_1`

* `bitrise` (CLI): `1.3.6`


## `2016_07_02_1`

* CI specific `git` and SSH config, to make it easier to push back tags to repositories
* [git-lfs](https://git-lfs.github.com/) pre-installed


## 2016_06_18_1
## `2016_06_18_1`

* `bitrise` (CLI): `1.3.5`
* Ruby: `2.3.1`


## 2016_05_28_1
## `2016_05_28_1`

* Using `linux-image-extra-4.4.0-22-generic` for transition to Ubuntu 16.04


## 2016_05_27_1
## `2016_05_27_1`

* Based on `ubuntu:16.04`
* `docker` : `1.11.1`
* `docker-compose` : `1.7.1`
* Ruby : `2.2.5`


## 2016_05_25_2
## `2016_05_25_2`

* Fix in `bitrise.yml`, to be able to run `system_report.sh`, which needs access to `docker`


## 2016_05_25_1
## `2016_05_25_1`

* "Checkpoint", before migration to Ubuntu 16.04


## 2016_05_14_1
## `2016_05_14_1`

* `bitrise` (CLI): 1.3.4


## 2016_04_27_1
## `2016_04_27_1`

* `bitrise` (CLI): 1.3.3


## 2016_04_23_1
## `2016_04_23_1`

* `Go`: 1.6.2


## 2016_04_21_1
## `2016_04_21_1`

* `bitrise` (CLI): 1.3.2


## 2016_04_19_1
## `2016_04_19_1`

* `bitrise` (CLI): 1.3.1


## 2016_04_16_2
## `2016_04_16_2`

* `/bitrise/cache` dir, exposed as `$BITRISE_CACHE_DIR` Env Var


## 2016_04_16_1
## `2016_04_16_1`

* `bitrise` (CLI): 1.3.0
* `zip` pre-installed
* `Go`: 1.6.1


## 2016_03_26_1
## `2016_03_26_1`

* `Docker`: 1.10.3


## 2016_03_11_1
## `2016_03_11_1`

* `Go`: 1.6
* `Docker`: 1.10.2
* `docker-compose`: 1.6.2


## 2016_01_10_1
## `2016_01_10_1`

* `$GOPATH` chmod change to `755`, because Ruby complains if `777` (`warning: Insecure world writable dir ... in PATH`)
* `tree` is now pre-installed


## 2016_01_09_1
## `2016_01_09_1`

* `unzip` is now pre-installed
* `ruby` updated to `2.2.4`
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ RUN docker-compose --version

#
# Install Bitrise CLI
RUN curl -fL https://github.com/bitrise-io/bitrise/releases/download/1.3.5/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise
RUN curl -fL https://github.com/bitrise-io/bitrise/releases/download/1.3.6/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise
RUN chmod +x /usr/local/bin/bitrise
RUN bitrise setup --minimal
RUN envman -version
Expand Down Expand Up @@ -137,5 +137,5 @@ RUN apt-get clean

WORKDIR $BITRISE_SOURCE_DIR

ENV BITRISE_DOCKER_REV_NUMBER_BASE 2016_07_02_1
ENV BITRISE_DOCKER_REV_NUMBER_BASE v2016_07_14_1
CMD bitrise --version

0 comments on commit 0680692

Please sign in to comment.