Skip to content
This repository was archived by the owner on Apr 9, 2020. It is now read-only.

Commit 5f42eb6

Browse files
committed
Merge branch 'release/0.14.6' into stable
2 parents 6ceec7b + e641a6c commit 5f42eb6

File tree

29 files changed

+132
-84
lines changed

29 files changed

+132
-84
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## dev
7+
8+
## v0.14.6 - (2015-08-20)
9+
10+
* Bug
11+
* [Docker] Do not try to stop or kill a not running container;
12+
* [VM] Fixing start in Virtual Box 5.0;
13+
* [Suggesting] Fixing relative paths;
14+
15+
* Enhancements
16+
* [Docker] Adding docker version lock;
17+
* [VM] Fixing removal of VM without net interface;
18+
619
## v0.14.5 - (2015-08-01)
20+
721
* Bug
822
* [Agent] Fixing bug on Docker check that caused high CPU usage;
923

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# azk [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/azukiapp/azk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Code Climate](https://codeclimate.com/github/azukiapp/azk/badges/gpa.svg)](https://codeclimate.com/github/azukiapp/azk)
1+
# azk [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/azukiapp/azk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Code Climate](https://codeclimate.com/github/azukiapp/azk/badges/gpa.svg)](https://codeclimate.com/github/azukiapp/azk)
22

33
### A development environment orchestration tool
44

@@ -100,7 +100,7 @@ Share the love and star us here in Github!
100100
Check LEGAL and LICENSE files for more information.
101101

102102
[sos]: http://en.wikipedia.org/wiki/System_of_systems
103-
[docker]: http://docker.io
103+
[docker]: http://docker.com
104104
[azk_images]: http://images.azk.io
105105
[docker_hub]: https://registry.hub.docker.com/
106106
[dockerfile]: http://dockerfile.github.io

docs/content/en/installation/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ The installation process will add the `azk` command to your system path, making
66

77
- [Mac OS X](mac_os_x.md)
88
- [Linux](linux.md)
9-
- [Ubuntu Trusty](linux.html#ubuntu-trusty-1404-lts-64-bit)
10-
- [Ubuntu Precise](linux.html#ubuntu-precise-1204-lts-64-bit)
11-
- [Fedora](linux.html#fedora-20)
129
- [Source code](source-code.md)
1310
- [Upgrading](upgrading.md)
1411

docs/content/en/installation/linux.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Linux
22

3+
> The easiest way to install azk is following [azk express installation](./README.html#azk-express-installation) section.
4+
35
!INCLUDE "warning.md"
46

57
## Requirements
@@ -14,9 +16,9 @@
1416

1517
1. Install Docker:
1618

17-
>Note that in [Docker's installation instructions][docker_ubuntu-trusty-1404-lts-64-bit], the first part is for an Ubuntu maintained package (_docker-io_) and not to the correct version (_lxc-docker_), maintained by Docker.
19+
>Note that in [Docker's installation instructions][docker_ubuntu-trusty-1404-lts-64-bit], the first part is for an Ubuntu maintained package (_docker.com_) and not to the correct version (_docker-engine_), maintained by Docker.
1820
19-
- Install **Docker's latest version** [lxc-docker][docker_ubuntu_14_04_maintained-package-installation] - Docker has a `curl script` for easy installation;
21+
- Install **Docker's latest version** [docker-engine][docker_ubuntu_14_04_maintained-package-installation] - Docker has a `curl script` for easy installation;
2022
- Include your local user in the [docker group][docker_root_access]; Logoff for user group settings to take effect;
2123
- [Disable the use of dnsmasq][docker_ubuntu_dns];
2224
- Stop dnsmasq and ensure it won't start at login:
@@ -65,7 +67,7 @@
6567
```
6668

6769
2. Add the Azuki keys to your local keychain:
68-
70+
6971
```bash
7072
$ sudo apt-key adv --keyserver keys.gnupg.net \
7173
--recv-keys 022856F6D78159DF43B487D5C82CF0628592D2C9
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
** Warning **: If you already have `azk` installed, prior to the `0.6.0` release, follow [these steps](upgrading.md#upgrading-from-azk--051) before moving forward. If you do not have `azk` installed ignore this warning and continue the installation normally.
1+
_Upgrade notice_: If you already have `azk` installed, prior to the `0.6.0` release, follow [these steps](upgrading.md#upgrading-from-azk--051) before moving forward. If you do not have `azk` installed ignore this warning and continue the installation normally.

docs/content/links.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
[docker]: http://docker.io
1+
[docker]: http://docker.com
22
[virtualbox_dl]: https://www.virtualbox.org/wiki/Downloads
33
[homebrew_cask]: https://github.com/phinze/homebrew-cask
44
[libnss-resolver]: https://github.com/azukiapp/libnss-resolver
55
[docker_install]: https://docs.docker.com/installation/#installation
6-
[docker_ubuntu_14_04_maintained-package-installation]: https://docs.docker.com/installation/ubuntulinux/#docker-maintained-package-installation
7-
[docker_ubuntu-trusty-1404-lts-64-bit]: https://docs.docker.com/installation/ubuntulinux/#ubuntu-trusty-1404-lts-64-bit
8-
[docker_ubuntu_12_04]: https://docs.docker.com/installation/ubuntulinux/#ubuntu-precise-1204-lts-64-bit
6+
7+
[docker_ubuntu_14_04_maintained-package-installation]: https://docs.docker.com/installation/ubuntulinux/#installation
8+
[docker_ubuntu-trusty-1404-lts-64-bit]: https://docs.docker.com/installation/ubuntulinux/#installation
9+
[docker_ubuntu_12_04]: https://docs.docker.com/installation/ubuntulinux/#installation
10+
911
[docker_ubuntu_dns]: https://docs.docker.com/installation/ubuntulinux/#configure-a-dns-server-for-use-by-docker
1012
[docker_root_access]: https://docs.docker.com/installation/ubuntulinux/#create-a-docker-group
1113
[postgres]: http://www.postgresql.org/
12-
[redis]: http://redis.io/
14+
[redis]: http://redis.io/

docs/content/pt-BR/installation/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ A instalação vai adicionar o comando `azk` ao path do sistema. Isso torna o co
66

77
- [Mac OS X](mac_os_x.md)
88
- [Linux](linux.md)
9-
- [Ubuntu Trusty](linux.html#ubuntu-trusty-1404-lts-64-bit)
10-
- [Ubuntu Precise](linux.html#ubuntu-precise-1204-lts-64-bit)
11-
- [Fedora](linux.html#fedora-20)
129
- [Código fonte](source-code.md)
1310
- [Atualizando](upgrading.md)
1411

docs/content/pt-BR/installation/linux.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Linux
22

3+
> A forma mais simples de instalar o azk é seguindo a sessão [Instalação expressa do azk](./README.html#instalao-expressa-do-azk)
4+
35
!INCLUDE "warning.md"
46

57
## Requisitos
@@ -14,9 +16,9 @@
1416

1517
1. Instale o Docker:
1618

17-
>Observe que pelas instruções de instalação do Docker no [site][docker_ubuntu-trusty-1404-lts-64-bit] deles, a primeira instrução de instalação é para um pacote mantido pela Ubuntu (_docker-io_) e não para a versão correta, mantida pelo Docker (_lxc-docker_).
19+
>Observe que pelas instruções de instalação do Docker no [site][docker_ubuntu-trusty-1404-lts-64-bit] deles, a primeira instrução de instalação é para um pacote mantido pela Ubuntu (_docker.com_) e não para a versão correta, mantida pelo Docker (_docker-engine_).
1820
19-
- Instale a versão mais recente do Docker [**lxc-docker**][docker_ubuntu_14_04_maintained-package-installation]. Observe que no final das instruções, eles dispõem um `script curl` para facilitar a instalação.
21+
- Instale a versão mais recente do Docker [**docker-engine**][docker_ubuntu_14_04_maintained-package-installation]. Observe que no final das instruções, eles dispõem um `script curl` para facilitar a instalação.
2022
- Inclua seu usuário local no [grupo docker][docker_root_access]; Faça um _logoff_ para que as configurações de grupo de usuários sejam ativadas;
2123
- [Desabilite o uso de dnsmasq][docker_ubuntu_dns];
2224
- Pare o serviço do dnsmasq e garanta que ele não será iniciado automaticamente após o login:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
**Aviso**: Se você já tem o `azk` nas versões anteriores a `0.6.0` instalado, siga [estes passos](upgrading.md#atualizando-a-partir-azk--051) antes de continuar. Se você não tem o `azk` instalado ignore este aviso e continue a instalação normalmente.
1+
_Aviso sobre upgrade_: Se você já tem o `azk` nas versões anteriores a `0.6.0` instalado, siga [estes passos](upgrading.md#atualizando-a-partir-azk--051) antes de continuar. Se você não tem o `azk` instalado ignore este aviso e continue a instalação normalmente.

npm-shrinkwrap.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)