Skip to content

Commit

Permalink
Prepare for release of v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
headcr4sh committed Dec 6, 2020
1 parent 25227bf commit a147266
Show file tree
Hide file tree
Showing 5 changed files with 425 additions and 75 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ otherwise helped out where needed.
* David Young <davidy@funkypenguin.co.nz>
* Jan-Philip Loos &lt;maxdaten@gmail.com&gt;
* Sam Rees &lt;sam.rees@spothero.com&gt;
* Vikas Rangarajan &lt;vikas_rangarajan@cable.comcast.com&gt;
* doughoke &lt;douglass.hoke@gmail.com&gt;
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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).

## [1.0.0] - 2020-12-07

Thanks to all the people who contributed to this release!
You made v1.0.0 possible, which is now completely based on Helm 3.

### Updated

- Updated to Helm v3

### Added

- A new flag that will fetch dependencies prior to packaging (`dependency_update`) has
been added.

## [0.9.0] - 2020-03-09

### Fixed
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"
LABEL maintainer="Benjamin P. Jung <headcr4sh@gmail.com>" \
version="1.0.0" \
org.concourse-ci.target-version="6.6.0" \
org.concourse-ci.target-version="6.7.2" \
org.concourse-ci.resource-id="chartmuseum" \
org.concourse-ci.resource-name="ChartMuseum package management" \
org.concourse-ci.resource-homepage="https://github.com/cathive/concourse-chartmuseum-resource"
Loading

0 comments on commit a147266

Please sign in to comment.