Skip to content

Commit dec6036

Browse files
ViacheslavKlimovclaude
authored andcommitted
Fix family variable being nil in docker upgrade script notices
Remove `assign family = include.family` from CE and PE new-docker-upgrade-steps.md — the parent doesn't pass family, so the assignment overwrote the page-global with nil, causing "version .0+" instead of "version 4.3.0+". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8036b48 commit dec6036

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

_includes/docs/pe/user-guide/install/new-docker-upgrade-steps.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{% assign current_version = include.version %}
22
{% assign previous_version = include.previous_version %}
3-
{%- assign family = include.family -%}
43

54
{% capture update_note %}
65
{% assign base_version_parts = base_version | split: "." %}

_includes/docs/user-guide/install/new-docker-upgrade-steps.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{% assign current_version = include.version %}
22
{% assign previous_version = include.previous_version %}
3-
{%- assign family = include.family -%}
43

54
{% capture update_note %}
65
{% assign base_version_parts = base_version | split: "." %}

0 commit comments

Comments
 (0)