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

Commit

Permalink
feat: update to waypoint version v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangaiser committed Apr 9, 2021
1 parent 543e89f commit 1d44fc6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN curl -LO https://dl.k8s.io/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl
ARG DOCKER_VERSION=18.03.0-ce
RUN curl -fsSL https://download.docker.com/linux/static/stable/`uname -m`/docker-$DOCKER_VERSION.tgz | tar --strip-components=1 -xz -C /usr/local/bin docker/docker

ARG WAYPOINT_VERSION=0.2.4
ARG WAYPOINT_VERSION=0.3.0
RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add - \
&& apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main" \
&& apt-get update \
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v "$PWD:$PWD"

## Version matrix

| Release / Waypoint | v0.2.3 | v0.2.4 |
|:------------------:|:------:|:------:|
| v0.1.0 | x | |
| v0.2.0 | x | |
| v0.3.0 | x | |
| v0.4.0 | | x |
| Release / Waypoint | v0.2.3 | v0.2.4 | v0.3.0 |
|:------------------:|:------:|:------:|:------:|
| v0.1.0 | x | | |
| v0.2.0 | x | | |
| v0.3.0 | x | | |
| v0.4.0 | | x | |
| v0.5.0 | | | x |

## How to run it without the `docker run` command?

Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/sebastiangaiser/waypoint-docker/compare/v0.4.0...v0.5.0) (2021-04-09)


### Features

* update to waypoint version v0.3.0 ([29b8b76](https://github.com/sebastiangaiser/waypoint-docker/commit/29b8b76695f74356eb6232da2d7d4427bdd1b79d))

## [0.4.0](https://github.com/sebastiangaiser/waypoint-docker/compare/v0.3.0...v0.4.0) (2021-03-21)


Expand Down

0 comments on commit 1d44fc6

Please sign in to comment.