Skip to content

Commit b1db7fb

Browse files
committed
Corrected 2.0.0 release prep
Oops I broke the instructions. The chart is built upon release so that the chart does not exist before the docker tag.
1 parent f258405 commit b1db7fb

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/puppetlabs/vmpooler-deployment/tree/2.0.0) (2023-01-30)
4+
5+
[Full Changelog](https://github.com/puppetlabs/vmpooler-deployment/compare/1.19.0...2.0.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Bump vmpooler-provider-vsphere [\#84](https://github.com/puppetlabs/vmpooler-deployment/pull/84) ([yachub](https://github.com/yachub))
10+
- Refactor docs and deployment [\#81](https://github.com/puppetlabs/vmpooler-deployment/pull/81) ([yachub](https://github.com/yachub))
11+
12+
**Fixed bugs:**
13+
14+
- .gitignore missed charts directory [\#39](https://github.com/puppetlabs/vmpooler-deployment/issues/39)
15+
316
## [1.19.0](https://github.com/puppetlabs/vmpooler-deployment/tree/1.19.0) (2022-08-26)
417

518
[Full Changelog](https://github.com/puppetlabs/vmpooler-deployment/compare/3.0.0-prod-all-providers...1.19.0)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ Artifactory Example:
108108
Create a GitHub tag and release, publish a new docker image, and helm chart by opening a release prep pull request and running the release action:
109109

110110
1. Bump the "appVersion" key in `helm-charts/vmpooler/Chart.yaml` appropriately based on changes to `docker/Gemfile` and `docker/Gemfile.lock` in merged pull requests since the last release.
111+
- This key pertains to the docker tag that will be pushed upon release.
111112
2. Bump the "version" key in `helm-charts/vmpooler/Chart.yaml` appropriately based on changes to the chart itself and increments of the "appVersion" in merged pull requests since the last release.
113+
- This key pertains to the helm chart verison that will be pushed upon release.
112114
3. Run `./update-changelog` to update `CHANGELOG.md`.
113115
4. Commit and push changes to a new branch, then open a pull request against `main` and be sure to add the "maintenance" label.
114116
5. After the pull request is approved and merged, then navigate to Actions --> Docker and Helm Release --> run workflow --> Branch: main --> Run workflow.
File renamed without changes.

helm-charts/vmpooler/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: vmpooler
33
description: A Helm chart to deploy vmpooler
44
type: application
55
icon: https://github.com/puppetlabs/vmpooler/raw/master/lib/vmpooler/public/img/logo.png
6-
version: 1.19.0
7-
appVersion: 1.8.0-prod-all-providers
6+
version: 2.0.0
7+
appVersion: 4.0.0
88
dependencies:
99
- name: redis
1010
repository: https://charts.bitnami.com/bitnami

0 commit comments

Comments
 (0)