Skip to content

Commit

Permalink
tmp fix workflow and changelog for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlanabrennan committed Aug 28, 2023
1 parent 24fdcef commit bc301ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
DOCKER_PLATFORMS: "linux/amd64,linux/arm64,linux/arm" # Must be consistent with the matrix from the job above
steps:
- name: Generate docker image version from git tag
id: set-new-version
run: |
echo "${{ github.event.release.tag_name }}" | grep -E '^[v]?[0-9.]*[0-9]$'
DOCKER_IMAGE_TAG=$(echo "${{ github.event.release.tag_name }}" | sed 's/^v//')
Expand Down Expand Up @@ -109,7 +110,8 @@ jobs:
- name: Find new helm chart version
id: find-version
run: |
echo "TEST_VERSION=${{ needs.find-chart-version.outputs.new-version }}" >> $GITHUB_ENV
echo "TEST_VERSION=${{ needs.docker-integration.outputs.new-version }}" >> $GITHUB_ENV
echo "new app version is: $TEST_VERSION"
- name: Current appVersion
run: |
Expand Down
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## v1.13.0 - 2023-08-28

### 🚀 Enhancements
### enhancement
- Define GitHub bot name and email @juanjjaramillo [#343](https://github.com/newrelic/k8s-metadata-injection/pull/343)

### ⛓️ Dependencies
- Updated alpine to v3.18.3

## v1.12.0 - 2023-08-23

### 🛡️ Security notices
Expand Down

0 comments on commit bc301ae

Please sign in to comment.