Skip to content

Commit

Permalink
Prepare next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
headcr4sh committed Jan 29, 2019
1 parent 674e0a0 commit 12cc655
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
6 changes: 3 additions & 3 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Project maintainer

* Benjamin P. Jung <headcr4sh@gmail.com>
* Benjamin P. Jung &lt;headcr4sh@gmail.com&gt;

## Contributors

The following list contains the names of people who have contributed to the
development of this project by submitting bug reports, providing patches or
otherwise helped out where needed.

* Jan-Philip Loos <maxdaten@gmail.com>
* Daniel Nordstrøm Carlsen <daniel.n.carlsen@gmail.com>
* Jan-Philip Loos &lt;maxdaten@gmail.com&gt;
* Daniel Nordstrøm Carlsen &lt;daniel.n.carlsen@gmail.com&gt;
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.5.0] - 2019-01-29

### Updated

- Node.js runtime has been updated to v11.8.0
- Included Helm binary has been updated to v2.12.3.

## [0.4.2] - 2018-11-27

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:11.8.0 as builder
RUN apt-get -y update && apt-get -y install curl gzip tar unzip
ARG HELM_DOWNLOAD_URL="https://storage.googleapis.com/kubernetes-helm/helm-v2.11.0-linux-amd64.tar.gz"
ARG HELM_DOWNLOAD_URL="https://storage.googleapis.com/kubernetes-helm/helm-v2.12.3-linux-amd64.tar.gz"
RUN curl -s -j -k -L "${HELM_DOWNLOAD_URL}" > /tmp/helm.tar.gz
RUN echo "02a4751586d6a80f6848b58e7f6bd6c973ffffadc52b4c06652db7def02773a1 /tmp/helm.tar.gz" | sha256sum -c
RUN echo "3425a1b37954dabdf2ba37d5d8a0bd24a225bb8454a06f12b115c55907809107 /tmp/helm.tar.gz" | sha256sum -c
RUN mkdir -p /data
WORKDIR /data
RUN gunzip -c "/tmp/helm.tar.gz" | tar -xf - \
Expand All @@ -26,7 +26,7 @@ RUN npm -s install -g /tmp/cathive-concourse-chartmuseum-resource.tgz \
ENV PATH="/usr/local/bin:/usr/bin:/bin"
RUN helm init --client-only
LABEL maintainer="Benjamin P. Jung <headcr4sh@gmail.com>" \
version="0.4.3-pre" \
version="0.5.0" \
org.concourse-ci.target-version="4.2.2" \
org.concourse-ci.resource-id="chartmuseum" \
org.concourse-ci.resource-name="ChartMuseum package management" \
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@cathive/concourse-chartmuseum-resource",
"version": "0.4.3-pre",
"version": "0.5.0",
"main": "./index.js",
"dependencies": {
"node-fetch": "^2.3.0",
Expand Down

0 comments on commit 12cc655

Please sign in to comment.