From d516aff908d2e768c0e1a8f66be1331606c0b8cd Mon Sep 17 00:00:00 2001 From: DevCats Date: Thu, 9 Oct 2025 08:13:06 -0500 Subject: [PATCH] chore: set verified to false and bump to 1.0.1 (#473) ## Description Removes verified status from nexus module. ## Type of Change - [ ] New module - [ ] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [X] Other ## Module Information **Path:** `registry/mavrickrishi/modules/nexus-repository` **New version:** `v1.0.1` **Breaking change:** [ ] Yes [X] No ## Testing & Validation - [X] Tests pass (`bun test`) - [X] Code formatted (`bun run fmt`) - [X] Changes tested locally --- .../modules/nexus-repository/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/registry/mavrickrishi/modules/nexus-repository/README.md b/registry/mavrickrishi/modules/nexus-repository/README.md index 4694e0f8..6bf5431c 100644 --- a/registry/mavrickrishi/modules/nexus-repository/README.md +++ b/registry/mavrickrishi/modules/nexus-repository/README.md @@ -2,7 +2,7 @@ display_name: Nexus Repository description: Configure package managers to use Sonatype Nexus Repository for Maven, npm, PyPI, and Docker registries. icon: ../../../../.icons/nexus-repository.svg -verified: true +verified: false tags: [integration, nexus-repository, maven, npm, pypi, docker] --- @@ -13,7 +13,7 @@ Configure package managers (Maven, npm, Go, PyPI, Docker) to use [Sonatype Nexus ```tf module "nexus_repository" { source = "registry.coder.com/mavrickrishi/nexus-repository/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.example.id nexus_url = "https://nexus.example.com" nexus_password = var.nexus_api_token @@ -43,7 +43,7 @@ module "nexus_repository" { ```tf module "nexus_repository" { source = "registry.coder.com/mavrickrishi/nexus-repository/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.example.id nexus_url = "https://nexus.example.com" nexus_password = var.nexus_api_token @@ -58,7 +58,7 @@ module "nexus_repository" { ```tf module "nexus_repository" { source = "registry.coder.com/mavrickrishi/nexus-repository/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.example.id nexus_url = "https://nexus.example.com" nexus_password = var.nexus_api_token @@ -73,7 +73,7 @@ module "nexus_repository" { ```tf module "nexus_repository" { source = "registry.coder.com/mavrickrishi/nexus-repository/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.example.id nexus_url = "https://nexus.example.com" nexus_password = var.nexus_api_token @@ -88,7 +88,7 @@ module "nexus_repository" { ```tf module "nexus_repository" { source = "registry.coder.com/mavrickrishi/nexus-repository/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.example.id nexus_url = "https://nexus.example.com" nexus_password = var.nexus_api_token @@ -103,7 +103,7 @@ module "nexus_repository" { ```tf module "nexus_repository" { source = "registry.coder.com/mavrickrishi/nexus-repository/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.example.id nexus_url = "https://nexus.example.com" nexus_password = var.nexus_api_token @@ -118,7 +118,7 @@ module "nexus_repository" { ```tf module "nexus_repository" { source = "registry.coder.com/mavrickrishi/nexus-repository/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.example.id nexus_url = "https://nexus.example.com" nexus_username = "custom-user" @@ -134,7 +134,7 @@ module "nexus_repository" { ```tf module "nexus_repository" { source = "registry.coder.com/mavrickrishi/nexus-repository/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.example.id nexus_url = "https://nexus.example.com" nexus_password = var.nexus_api_token