diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d2b9a..c9de299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.0.0](https://github.com/puppetlabs/vmpooler-deployment/tree/2.0.0) (2023-01-30) + +[Full Changelog](https://github.com/puppetlabs/vmpooler-deployment/compare/1.19.0...2.0.0) + +**Implemented enhancements:** + +- Bump vmpooler-provider-vsphere [\#84](https://github.com/puppetlabs/vmpooler-deployment/pull/84) ([yachub](https://github.com/yachub)) +- Refactor docs and deployment [\#81](https://github.com/puppetlabs/vmpooler-deployment/pull/81) ([yachub](https://github.com/yachub)) + +**Fixed bugs:** + +- .gitignore missed charts directory [\#39](https://github.com/puppetlabs/vmpooler-deployment/issues/39) + ## [1.19.0](https://github.com/puppetlabs/vmpooler-deployment/tree/1.19.0) (2022-08-26) [Full Changelog](https://github.com/puppetlabs/vmpooler-deployment/compare/3.0.0-prod-all-providers...1.19.0) diff --git a/README.md b/README.md index 5de9e07..a160a6d 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,9 @@ Artifactory Example: 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: 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. + - This key pertains to the docker tag that will be pushed upon release. 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. + - This key pertains to the helm chart verison that will be pushed upon release. 3. Run `./update-changelog` to update `CHANGELOG.md`. 4. Commit and push changes to a new branch, then open a pull request against `main` and be sure to add the "maintenance" label. 5. After the pull request is approved and merged, then navigate to Actions --> Docker and Helm Release --> run workflow --> Branch: main --> Run workflow. diff --git a/build-chart.sh b/build-chart similarity index 100% rename from build-chart.sh rename to build-chart diff --git a/helm-charts/vmpooler/Chart.yaml b/helm-charts/vmpooler/Chart.yaml index 08575fd..d58dbd6 100644 --- a/helm-charts/vmpooler/Chart.yaml +++ b/helm-charts/vmpooler/Chart.yaml @@ -3,8 +3,8 @@ name: vmpooler description: A Helm chart to deploy vmpooler type: application icon: https://github.com/puppetlabs/vmpooler/raw/master/lib/vmpooler/public/img/logo.png -version: 1.19.0 -appVersion: 1.8.0-prod-all-providers +version: 2.0.0 +appVersion: 4.0.0 dependencies: - name: redis repository: https://charts.bitnami.com/bitnami