Skip to content

Commit

Permalink
Release v0.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
headcr4sh committed Nov 27, 2018
1 parent 189ccb6 commit 20766b5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.4.2] - 2018-11-27

### Changed

- Use HTTP basic auth headers when fetching charts

### Updated

- Node.js runtime has been updated to v10.13.0
- Included Helm binary has been updated to v2.11.0.

## [0.4.1] - 2018-10-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.1" \
version="0.4.2" \
org.concourse-ci.target-version="4.2.1" \
org.concourse-ci.resource-id="chartmuseum" \
org.concourse-ci.resource-name="ChartMuseum package management" \
Expand Down
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.1-pre",
"version": "0.4.2",
"main": "./index.js",
"dependencies": {
"node-fetch": "^2.2.0",
Expand Down

0 comments on commit 20766b5

Please sign in to comment.