Skip to content

Commit

Permalink
feat: Update reusable workflow dependency (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjjaramillo authored Dec 1, 2023
1 parent a6f32ad commit 54bf037
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:

jobs:
check-changelog:
uses: newrelic/k8s-metadata-injection/.github/workflows/changelog-reusable.yml@main
uses: newrelic/k8s-agents-automation/.github/workflows/reusable-changelog.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
release-chart:
permissions:
contents: write
uses: newrelic/k8s-metadata-injection/.github/workflows/release-chart-reusable.yml@main
uses: newrelic/k8s-agents-automation/.github/workflows/reusable-release-chart.yml@main
secrets:
gh_token: "${{ secrets.GITHUB_TOKEN }}"
slack_channel: ${{ secrets.K8S_AGENTS_SLACK_CHANNEL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
permissions:
contents: write
pull-requests: write
uses: newrelic/k8s-metadata-injection/.github/workflows/release-integration-reusable.yml@main
uses: newrelic/k8s-agents-automation/.github/workflows/reusable-release-integration.yml@main
with:
repo_name: newrelic-k8s-metrics-adapter
docker_image_name: newrelic/newrelic-k8s-metrics-adapter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
uses: newrelic/k8s-metadata-injection/.github/workflows/security-reusable.yaml@main
uses: newrelic/k8s-agents-automation/.github/workflows/reusable-security.yaml@main
secrets:
slack_channel: ${{ secrets.K8S_AGENTS_SLACK_CHANNEL }}
slack_token: ${{ secrets.K8S_AGENTS_SLACK_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/trigger-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
trigger-prerelease:
uses: newrelic/k8s-metadata-injection/.github/workflows/trigger-prerelease-reusable.yml@main
uses: newrelic/k8s-agents-automation/.github/workflows/reusable-trigger-prerelease.yml@main
with:
bot_email: '${{ vars.K8S_AGENTS_BOT_EMAIL }}'
bot_name: '${{ vars.K8S_AGENTS_BOT_NAME }}'
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased

### enhancement
- Update reusable workflow dependency by @juanjjaramillo [#254](https://github.com/newrelic/newrelic-k8s-metrics-adapter/pull/254)
- Make E2E testing run for all supported K8s versions by @juanjjaramillo in [#253](https://github.com/newrelic/newrelic-k8s-metrics-adapter/pull/253)
- E2E testing: use `autoscaling/v2` instead of `autoscaling/v2beta2` by @juanjjaramillo in [#252](https://github.com/newrelic/newrelic-k8s-metrics-adapter/pull/252)
- Automate local integration and E2E testing by @juanjjaramillo in [#251](https://github.com/newrelic/newrelic-k8s-metrics-adapter/pull/251)
Expand Down

0 comments on commit 54bf037

Please sign in to comment.