From 9474abc158342c8ae2534a35517feb67c452f5e7 Mon Sep 17 00:00:00 2001 From: CMGS Date: Sun, 6 Sep 2026 23:47:54 +0900 Subject: [PATCH] chore: pin the 2026-09-03 releases core v0.1.4, agent v0.1.2, cli v0.1.4, resource-extend v0.1.4. The configuration table listed defaults that had already drifted from group_vars; both now agree. --- docs/configuration.md | 8 ++++---- group_vars/all.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index f8bfb86..5bc8225 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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 | diff --git a/group_vars/all.yml b/group_vars/all.yml index 53a1625..81b2c0c 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -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