6
6
Releases and maintenance
7
7
========================
8
8
9
- This table describes the collections release dates, dependency versions and End of Life dates (EOL).
9
+ This section describes the collections release dates, dependency versions and End of Life dates (EOL)
10
+ and support coverage.
10
11
11
12
The ``ibm_zos_core `` collection is developed and released on a flexible release cycle; generally, each quarter
12
13
a beta is released followed by a GA version. Occasionally, the cycle may be extended to properly implement and
13
14
test larger changes before a new release is made available.
14
15
15
16
End of Life for this collection is generally a 2-year cycle unless a dependency reaches EOL prior to the 2 years.
16
- For example, if a collection has released and its dependency reaches EOL 1 year later, then the collection will EOL
17
+ For example, if a collection has released and a dependency reaches EOL 1 year later, then the collection will EOL
17
18
at the same time as the dependency, 1 year later.
18
19
20
+ Life Cycle Phase
21
+ ================
22
+
23
+ To encourage the adoption of new features while keeping the high standard of stability inherent,
24
+ support is divided into life cycle phases; **full support ** which covers the first year
25
+ and **maintenance support ** which covers the second year.
26
+
27
+ +--------------------------+------------------------------------+---------------------------+
28
+ | Life Cycle Phase | Full Support | Maintenance Support |
29
+ +==========================+====================================+===========================+
30
+ | Critical security fixes | Yes | Yes |
31
+ +--------------------------+------------------------------------+---------------------------+
32
+ | Bug fixes by severity | Critical and high severity issues | Critical severity issues |
33
+ +--------------------------+------------------------------------+---------------------------+
34
+
35
+ Severities
36
+ ==========
37
+
38
+ Severity 1 (Critical):
39
+ A problem that severely impacts your use of the software in a productionenvironment (such as loss
40
+ of production data or in which your production systems are not functioning). The situation halts
41
+ your business operations and no procedural workaround exists.
42
+
43
+ Severity 2 (high):
44
+ A problem where the software is functioning but your use in a production environment is severely
45
+ reduced. The situation is causing a high impact to portions of your business operations and no
46
+ procedural workaround exists.
47
+
48
+ Severity 3 (medium):
49
+ A problem that involves partial, non-critical loss of use of the software in a production environment
50
+ or development environment. For production environments, there is a medium-to-low impact on your
51
+ business, but your business continues to function, including by using a procedural workaround. For
52
+ development environments, where the situation is causing your project to no longer continue or
53
+ migrate into production.
54
+
55
+ Severity 4 (low):
56
+ A general usage question, reporting of a documentation error, or recommendation for a future product
57
+ enhancement or modification. For production environments, there is low-to-no impact on your business
58
+ or the performance or functionality of your system. For development environments, there is
59
+ a medium-to-low impact on your business, but your business continues to function, including by
60
+ using a procedural workaround.
61
+
62
+ Support Matrix
63
+ ==============
64
+
19
65
These are the component versions available when the collection was made generally available (GA). The underlying
20
66
component version is likely to change as it reaches EOL, thus components must be a version that is
21
67
currently supported.
@@ -33,8 +79,6 @@ For IBM product lifecycle information, you can search for products using a produ
33
79
to view IBM's `Open Enterprise SDK for Python lifecycle `_, search on product ID `5655-PYT `_, and for
34
80
`Z Open Automation Utilities lifecycle `_, search on product ID `5698-PA1 `_.
35
81
36
- Support Matrix
37
- ==============
38
82
+---------+----------------------------+---------------------------------------------------+---------------+---------------+
39
83
| Version | Controller | Managed Node | GA | End of Life |
40
84
+=========+============================+===================================================+===============+===============+
0 commit comments