Skip to content

Commit

Permalink
Version Kubernetes Tentacle Chart (#32)
Browse files Browse the repository at this point in the history
* Version Kubernetes Tentacle Chart

* Fix workflows and update chart version

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alastair Pitts <APErebus@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 15, 2024
1 parent 9393b35 commit 789e98b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-versioning-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git config user.email github-actions@github.com
git add ./charts/kubernetes-tentacle/Chart.yaml
git commit -m "Update Chart.yaml"
git push
git push --set-upstream origin changeset-release/main
if: steps.changesets.outputs.hasChangesets == 'true'


Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/kubernetes-tentacle-publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ on:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-latest

# For all pushes that aren't creating a versioning commit
if: ${{ !startsWith(github.event.commits[0].message, 'Version Kubernetes Tentacle Chart') }}

steps:
- uses: actions/checkout@v4
Expand Down

This file was deleted.

5 changes: 0 additions & 5 deletions charts/kubernetes-tentacle/.changeset/violet-toes-wait.md

This file was deleted.

7 changes: 7 additions & 0 deletions charts/kubernetes-tentacle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# kubernetes-tentacle

## 0.1.3

### Patch Changes

- fbc9a76: Add support for changeset versioning
- 3704cc2: Allow Tentacle service account to interact with config maps

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion charts/kubernetes-tentacle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.1.2"
version: "0.1.3"
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
2 changes: 1 addition & 1 deletion charts/kubernetes-tentacle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kubernetes-tentacle",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"description": "The Octopus Kubernetes Tentacle",
"author": "Octopus Deploy Ptd Ltd",
Expand Down

0 comments on commit 789e98b

Please sign in to comment.