Skip to content

Commit

Permalink
feat: Renaming repo to nrdot-collector-releases (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
mailo-nr authored Feb 13, 2025
1 parent 71f99a2 commit e75cc26
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Troubleshooting
url: https://github.com/newrelic/opentelemetry-collector-releases/blob/master/README.md#support
url: https://github.com/newrelic/nrdot-collector-releases/blob/master/README.md#support
about: Check out the README for troubleshooting directions
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
webhook-type: incoming-webhook
# This data can be any valid JSON from a previous step in the GitHub Action
payload: |
text: ":rotating_light: Hi from your Github Action, vulnerabilities found in NRDOT ${{ matrix.image }}:${{ inputs.tag }}, see: https://github.com/newrelic/opentelemetry-collector-releases/security :rotating_light:"
text: ":rotating_light: Hi from your Github Action, vulnerabilities found in NRDOT ${{ matrix.image }}:${{ inputs.tag }}, see: https://github.com/newrelic/nrdot-collector-releases/security :rotating_light:"
2 changes: 1 addition & 1 deletion cmd/goreleaser/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/goreleaser/goreleaser/v2/pkg/config"
"gopkg.in/yaml.v3"

"github.com/newrelic/opentelemetry-collector-releases/cmd/goreleaser/internal"
"github.com/newrelic/nrdot-collector-releases/cmd/goreleaser/internal"
)

var distFlag = flag.String("d", "", "Collector distributions to build")
Expand Down
2 changes: 1 addition & 1 deletion distributions/nr-otel-collector/THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In the event that a required notice is missing or incorrect, please notify us by
[[email protected]](mailto:[email protected]).

For any licenses that require the disclosure of source code, the source code
can be found at https://github.com/newrelic/opentelemetry-collector-releases.
can be found at https://github.com/newrelic/nrdot-collector-releases.



Expand Down
2 changes: 1 addition & 1 deletion distributions/nr-otel-collector/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dist:
module: github.com/newrelic/opentelemetry-collector-releases/nr-otel-collector
module: github.com/newrelic/nrdot-collector-releases/nr-otel-collector
name: nr-otel-collector
description: NRDOT Collector Legacy
version: 0.8.10
Expand Down
2 changes: 1 addition & 1 deletion distributions/nrdot-collector-host/THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In the event that a required notice is missing or incorrect, please notify us by
[[email protected]](mailto:[email protected]).

For any licenses that require the disclosure of source code, the source code
can be found at https://github.com/newrelic/opentelemetry-collector-releases.
can be found at https://github.com/newrelic/nrdot-collector-releases.



Expand Down
2 changes: 1 addition & 1 deletion distributions/nrdot-collector-host/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dist:
module: github.com/newrelic/opentelemetry-collector-releases/nrdot-collector-host
module: github.com/newrelic/nrdot-collector-releases/nrdot-collector-host
name: nrdot-collector-host
description: NRDOT Collector Host
version: 0.8.10
Expand Down
2 changes: 1 addition & 1 deletion distributions/nrdot-collector-k8s/THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In the event that a required notice is missing or incorrect, please notify us by
[[email protected]](mailto:[email protected]).

For any licenses that require the disclosure of source code, the source code
can be found at https://github.com/newrelic/opentelemetry-collector-releases.
can be found at https://github.com/newrelic/nrdot-collector-releases.



Expand Down
2 changes: 1 addition & 1 deletion distributions/nrdot-collector-k8s/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dist:
module: github.com/newrelic/opentelemetry-collector-releases/nrdot-collector-k8s
module: github.com/newrelic/nrdot-collector-releases/nrdot-collector-k8s
name: nrdot-collector-k8s
description: NRDOT Collector k8s
version: 0.8.9
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/newrelic/opentelemetry-collector-releases
module github.com/newrelic/nrdot-collector-releases

go 1.23.4

Expand Down
2 changes: 1 addition & 1 deletion internal/assets/license/THIRD_PARTY_NOTICES.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In the event that a required notice is missing or incorrect, please notify us by
[[email protected]](mailto:[email protected]).

For any licenses that require the disclosure of source code, the source code
can be found at https://github.com/newrelic/opentelemetry-collector-releases.
can be found at https://github.com/newrelic/nrdot-collector-releases.


{{ template "depInfo" .Direct }}
Expand Down
2 changes: 1 addition & 1 deletion internal/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/newrelic/opentelemetry-collector-releases/internal/tools
module github.com/newrelic/nrdot-collector-releases/internal/tools

go 1.23

Expand Down
30 changes: 15 additions & 15 deletions test/terraform/permanent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@ module "ecr" {

for_each = local.distros

source = "terraform-aws-modules/ecr/aws"

source = "terraform-aws-modules/ecr/aws"
version = "2.3.1"
repository_name = each.value

repository_image_tag_mutability = "MUTABLE"

repository_read_write_access_arns = [data.aws_iam_session_context.current.issuer_arn]
repository_read_access_arns = [module.ci_e2e_cluster.cluster_iam_role_arn]
repository_read_access_arns = [module.ci_e2e_cluster.cluster_iam_role_arn]

repository_lifecycle_policy = jsonencode({
rules = [
{
rulePriority = 1,
description = "Keep last 10 nightly images",
selection = {
tagStatus = "tagged",
tagStatus = "tagged",
tagPrefixList = ["nightly"],
countType = "imageCountMoreThan",
countNumber = 10
countType = "imageCountMoreThan",
countNumber = 10
},
action = {
type = "expire"
Expand All @@ -63,10 +63,10 @@ module "ecr" {
}

module "s3_bucket" {
source = "terraform-aws-modules/s3-bucket/aws"

bucket = local.releases_bucket_name
acl = "private"
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.5.0"
bucket = local.releases_bucket_name
acl = "private"

control_object_ownership = true
object_ownership = "ObjectWriter"
Expand All @@ -86,7 +86,7 @@ resource "random_string" "deploy_id" {
}

resource "helm_release" "ci_e2e_nightly" {
for_each = local.distros
for_each = local.distros
depends_on = [module.ci_e2e_cluster, module.ecr]

name = "ci-e2etest-nightly"
Expand Down Expand Up @@ -131,9 +131,9 @@ module "ci_e2e_ec2" {
source = "../modules/ec2"
releases_bucket_name = local.releases_bucket_name
collector_distro = each.key
nr_ingest_key = var.nr_ingest_key
nr_ingest_key = var.nr_ingest_key
# reuse vpc to avoid having to pay for second NAT gateway for this simple use case
vpc_id = module.ci_e2e_cluster.eks_vpc_id
deploy_id = random_string.deploy_id.result
permission_boundary = local.required_permissions_boundary_arn_for_new_roles
vpc_id = module.ci_e2e_cluster.eks_vpc_id
deploy_id = random_string.deploy_id.result
permission_boundary = local.required_permissions_boundary_arn_for_new_roles
}

0 comments on commit e75cc26

Please sign in to comment.