mirror of
https://github.com/coder/registry.git
synced 2026-06-02 20:48:14 +00:00
fix: bump version in README.md (#532)
## Description <!-- Briefly describe what this PR does and why --> ## Type of Change - [ ] New module - [ ] New template - [x] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [ ] Other ## Module Information <!-- Delete this section if not applicable --> **Path:** `registry/[namespace]/modules/[module-name]` **New version:** `v1.0.0` **Breaking change:** [ ] Yes [ ] No ## Template Information <!-- Delete this section if not applicable --> **Path:** `registry/[namespace]/templates/[template-name]` ## Testing & Validation - [ ] Tests pass (`bun test`) - [ ] Code formatted (`bun fmt`) - [ ] Changes tested locally ## Related Issues <!-- Link related issues or write "None" if not applicable -->
This commit is contained in:
@@ -14,7 +14,7 @@ Automatically install and run [cmux](https://github.com/coder/cmux) in a Coder w
|
||||
module "cmux" {
|
||||
count = data.coder_workspace.me.start_count
|
||||
source = "registry.coder.com/coder/cmux/coder"
|
||||
version = "1.0.0"
|
||||
version = "1.0.2"
|
||||
agent_id = coder_agent.example.id
|
||||
}
|
||||
```
|
||||
@@ -35,7 +35,7 @@ module "cmux" {
|
||||
module "cmux" {
|
||||
count = data.coder_workspace.me.start_count
|
||||
source = "registry.coder.com/coder/cmux/coder"
|
||||
version = "1.0.0"
|
||||
version = "1.0.2"
|
||||
agent_id = coder_agent.example.id
|
||||
}
|
||||
```
|
||||
@@ -46,7 +46,7 @@ module "cmux" {
|
||||
module "cmux" {
|
||||
count = data.coder_workspace.me.start_count
|
||||
source = "registry.coder.com/coder/cmux/coder"
|
||||
version = "1.0.0"
|
||||
version = "1.0.2"
|
||||
agent_id = coder_agent.example.id
|
||||
# Default is "latest"; set to a specific version to pin
|
||||
install_version = "0.4.0"
|
||||
@@ -59,7 +59,7 @@ module "cmux" {
|
||||
module "cmux" {
|
||||
count = data.coder_workspace.me.start_count
|
||||
source = "registry.coder.com/coder/cmux/coder"
|
||||
version = "1.0.0"
|
||||
version = "1.0.2"
|
||||
agent_id = coder_agent.example.id
|
||||
port = 8080
|
||||
}
|
||||
@@ -73,7 +73,7 @@ Run an existing copy of cmux if found, otherwise install from npm:
|
||||
module "cmux" {
|
||||
count = data.coder_workspace.me.start_count
|
||||
source = "registry.coder.com/coder/cmux/coder"
|
||||
version = "1.0.0"
|
||||
version = "1.0.2"
|
||||
agent_id = coder_agent.example.id
|
||||
use_cached = true
|
||||
}
|
||||
@@ -87,7 +87,7 @@ Run without installing from the network (requires cmux to be pre-installed):
|
||||
module "cmux" {
|
||||
count = data.coder_workspace.me.start_count
|
||||
source = "registry.coder.com/coder/cmux/coder"
|
||||
version = "1.0.0"
|
||||
version = "1.0.2"
|
||||
agent_id = coder_agent.example.id
|
||||
install = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user