Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit 930ed6b

Browse files
Rabbitmq feature failes on latest version (#475)
Fixes #474
1 parent 8344b41 commit 930ed6b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/rabbitmq-asdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RabbitMQ is a feature rich, multi-protocol messaging and streaming broker.
1515

1616
| Options Id | Description | Type | Default Value |
1717
|-----|-----|-----|-----|
18-
| version | Select the version to install. | string | latest |
18+
| version | Select the version to install. | string | v3.12.0 |
1919
| erlangVersion | Select the version to install. | string | latest |
2020

2121

src/rabbitmq-asdf/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"id": "rabbitmq-asdf",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"name": "Rabbitmq (via asdf)",
55
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/kubectl-asdf",
66
"description": "RabbitMQ is a feature rich, multi-protocol messaging and streaming broker.",
77
"options": {
88
"version": {
9-
"default": "latest",
9+
"default": "v3.12.0",
1010
"description": "Select the version to install.",
1111
"proposals": [
1212
"latest"

test/asdf-package/scenarios.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"features": {
55
"ghcr.io/devcontainers-contrib/features/apt-get-packages" : {"packages": "xz-utils"},
66
"asdf-package": {
7-
"version": "latest",
7+
"version": "3.12.0",
88
"plugin": "rabbitmq",
99
"latestVersionPattern": "v"
1010
}

0 commit comments

Comments
 (0)