Skip to content

Commit 5a6563a

Browse files
authored
Merge pull request #976 from zowe/3.3.0-release
3.3.0 release
2 parents 0423240 + 529d25f commit 5a6563a

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

_data/releases.yml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,28 @@
22
# Note - keep this in order as the latest release is pulled from the first item in the list!
33
future:
44
v3:
5-
- version: 3.3.0
6-
release_date: 2025-08-12
5+
- version: 3.4.0
6+
release_date: 2025-11-17
77
v2:
88
- version: 2.18.3
99
release_date: 2025-12-02
1010

1111
v3:
12+
- version: 3.3.0
13+
zos_version: 3.3.0
14+
smpe_version: 3.3.0
15+
smpe_sysmod: PTF
16+
smpe_numbers: UO03548 UO03549
17+
containerization_version: 3.3.0
18+
cli_version: 3.3.0
19+
cli_plugins_version: 3.3.0
20+
intellij_explorer_version: 3.3.0
21+
explorer_version: 3.3.0
22+
node_sdk_version: 3.3.0
23+
python_sdk_version: 3.3.0
24+
release_date: 2025-09-09
25+
documentation: stable
26+
release_notes: v3_3_0
1227
- version: 3.2.0
1328
zos_version: 3.2.0
1429
smpe_version: 3.2.0
@@ -22,7 +37,7 @@ v3:
2237
node_sdk_version: 3.2.0
2338
python_sdk_version: 3.2.0
2439
release_date: 2025-05-09
25-
documentation: stable
40+
documentation: v3.2.x
2641
release_notes: v3_2_0
2742
- version: 3.1.0
2843
zos_version: 3.1.0

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ redirect_from:
8787
{% endif %}
8888
{% if release_date_v3 > today_minus_week %}
8989
{% capture version_v3_announcements %}
90-
<strong>Zowe version {{ site.data.releases.v2[0].version }} is now available. You can download the installers for this release from the <a href="/download">Download</a> page. To learn what's new in this release, see the <a href="https://docs.zowe.org/stable/getting-started/release-notes/{{ site.data.releases.v2[0].release_notes }}">Release notes</a>.</strong>
90+
<strong>Zowe version {{ site.data.releases.v3[0].version }} is now available. You can download the installers for this release from the <a href="/download">Download</a> page. To learn what's new in this release, see the <a href="https://docs.zowe.org/stable/getting-started/release-notes/{{ site.data.releases.v2[0].release_notes }}">Release notes</a>.</strong>
9191
{% endcapture %}
9292
{% assign version_v3_announcements= version_v3_announcements | split: "~" %}
9393
{% assign announcements = version_v3_announcements | concat: announcements %}

0 commit comments

Comments
 (0)