diff --git a/.github/workflows/release-integration.yml b/.github/workflows/release-integration.yml index d0acf910..d220d713 100644 --- a/.github/workflows/release-integration.yml +++ b/.github/workflows/release-integration.yml @@ -159,7 +159,7 @@ jobs: git commit -m "Update version and appVersion" - name: Push Changes - run: git push origin update-chart-version-${{ github.sha }} + run: git push origin k8s-agent-bot/update-chart-version-${{ github.sha }} - name: Open pull request run: gh pr create -B main -H k8s-agent-bot/update-chart-version-${{ github.sha }} --title 'Bump appVersion' --body 'Bumping appVersion' diff --git a/CHANGELOG.md b/CHANGELOG.md index f15d9ca4..dc4ac52a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## v1.13.1 - 2023-08-28 - -### 🐞 Bug fixes +### bugfix - Remove old maintainers @svetlanabrennan [#355](https://github.com/newrelic/k8s-metadata-injection/pull/355) ## v1.13.0 - 2023-08-28