From ee035ee9b97ee0a67ac5cdd22a8087bafc5035e2 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Wed, 1 Apr 2026 13:55:22 -0500 Subject: [PATCH] fix: use 1Password brand blue icon for dark background visibility (#825) The 1Password icon was black on transparent, making it invisible on the registry's dark cards. Replaced with 1Password brand blue (`#0572EC`) circle + white keyhole. --- .icons/1password.svg | 2 +- registry/bpmct/modules/onepassword/README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.icons/1password.svg b/.icons/1password.svg index c81c316f..47cb4706 100644 --- a/.icons/1password.svg +++ b/.icons/1password.svg @@ -1 +1 @@ -1Password \ No newline at end of file +1Password diff --git a/registry/bpmct/modules/onepassword/README.md b/registry/bpmct/modules/onepassword/README.md index 0a911ace..c3168330 100644 --- a/registry/bpmct/modules/onepassword/README.md +++ b/registry/bpmct/modules/onepassword/README.md @@ -17,7 +17,7 @@ for code-server and VS Code. ```tf module "onepassword" { source = "registry.coder.com/bpmct/onepassword/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.main.id service_account_token = var.op_service_account_token } @@ -40,7 +40,7 @@ variable "op_service_account_token" { module "onepassword" { source = "registry.coder.com/bpmct/onepassword/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.main.id service_account_token = var.op_service_account_token } @@ -55,7 +55,7 @@ terminal. ```tf module "onepassword" { source = "registry.coder.com/bpmct/onepassword/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.main.id account_address = "myteam.1password.com" account_email = "you@example.com" @@ -71,7 +71,7 @@ for code-server and VS Code. ```tf module "onepassword" { source = "registry.coder.com/bpmct/onepassword/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.main.id service_account_token = var.op_service_account_token install_vscode_extension = true @@ -85,7 +85,7 @@ Run custom logic before or after the CLI is installed. ```tf module "onepassword" { source = "registry.coder.com/bpmct/onepassword/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.main.id service_account_token = var.op_service_account_token post_install_script = <<-EOT