Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
nr_backend_url: ${{ secrets.NR_STAGING_BACKEND_URL }}
nr_ingest_key: ${{ secrets.OTELCOMM_NR_INGEST_KEY }}
nr_account_id: ${{ secrets.OTELCOMM_NR_TEST_ACCOUNT_ID }}
nr_api_base_url: ${{ secrets.NR_STAGING_API_BASE_URL }}
nr_api_key: ${{ secrets.OTELCOMM_NR_API_KEY }}

publish:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dist/
.vscode
ci/terraform/terraform.backend.tf
inventory
ci/terraform/caos.auto.tfvars
# Local .terraform directories
**/.terraform/
# .tfstate files
Expand Down
2 changes: 1 addition & 1 deletion cmd/goreleaser/internal/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func Package(dist string) config.NFPM {
Formats: []string{"deb", "rpm"},
License: "Apache 2.0",
Description: fmt.Sprintf("NRDOT Collector - %s", dist),
Maintainer: "New Relic <caos-team@newrelic.com>",
Maintainer: "New Relic <otelcomm-team@newrelic.com>",
Overrides: map[string]config.NFPMOverridables{
"rpm": {
Dependencies: []string{"/bin/sh"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ nfpms:
formats:
- deb
- rpm
maintainer: New Relic <caos-team@newrelic.com>
maintainer: New Relic <otelcomm-team@newrelic.com>
description: NRDOT Collector - nrdot-collector-host
license: Apache 2.0
snapshot:
Expand Down
2 changes: 1 addition & 1 deletion distributions/nrdot-collector-host/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ nfpms:
formats:
- deb
- rpm
maintainer: New Relic <caos-team@newrelic.com>
maintainer: New Relic <otelcomm-team@newrelic.com>
description: NRDOT Collector - nrdot-collector-host
license: Apache 2.0
snapshot:
Expand Down
Loading