Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Every version the playbook installs is pinned here and nowhere else, so a bump i

| Variable | Default | Meaning |
| --- | --- | --- |
| `eru_core_version` | `v0.1.1` | Release tag of `eru-core` |
| `eru_agent_version` | `v0.1.1` | Release tag of `eru-agent` |
| `eru_cli_version` | `v0.1.2` | Release tag of `eru-cli` |
| `eru_resource_extend_version` | `v0.1.2` | Release tag of the resource plugins |
| `eru_core_version` | `v0.1.4` | Release tag of `eru-core` |
| `eru_agent_version` | `v0.1.2` | Release tag of `eru-agent` |
| `eru_cli_version` | `v0.1.4` | Release tag of `eru-cli` |
| `eru_resource_extend_version` | `v0.1.4` | Release tag of the resource plugins |
| `etcd_version` | `v3.6.14` | Release tag of etcd |
| `containerd_version` | `v2.3.4` | Release tag of containerd |
| `runc_version` | `v1.5.1` | Release tag of runc |
Expand Down
8 changes: 4 additions & 4 deletions group_vars/all.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
# Release tags. Every version the playbook installs is pinned here and nowhere else.
eru_core_version: v0.1.2
eru_agent_version: v0.1.1
eru_cli_version: v0.1.3
eru_resource_extend_version: v0.1.3
eru_core_version: v0.1.4
eru_agent_version: v0.1.2
eru_cli_version: v0.1.4
eru_resource_extend_version: v0.1.4
etcd_version: v3.6.14
containerd_version: v2.3.4
runc_version: v1.5.1
Expand Down