Skip to content

Commit 50ad5d6

Browse files
authored
Merge pull request #44078 from DebarghoGhosh/1.4.5-release-notes
RHDEVDOCS-3930 - Added 1.4.5 release notes
2 parents d34b1dd + 85cd1c7 commit 50ad5d6

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

cicd/gitops/gitops-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ include::modules/go-compatibility-and-support-matrix.adoc[leveloffset=+1]
2323
include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1]
2424

2525
// Modules included, most to least recent
26+
include::modules/gitops-release-notes-1-4-5.adoc[leveloffset=+1]
27+
2628
include::modules/gitops-release-notes-1-4-3.adoc[leveloffset=+1]
2729

2830
include::modules/gitops-release-notes-1-4-2.adoc[leveloffset=+1]
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
// Module included in the following assembly:
2+
//
3+
// * gitops/gitops-release-notes.adoc
4+
5+
[id="gitops-release-notes-1-4-5_{context}"]
6+
= Release notes for {gitops-title} 1.4.5
7+
8+
[role="_abstract"]
9+
{gitops-title} 1.4.5 is now available on {product-title} 4.7, 4.8, 4.9 and 4.10.
10+
11+
[id="fixed-issues-1-4-5_{context}"]
12+
== Fixed issues
13+
14+
[WARNING]
15+
====
16+
You should directly upgrade to {gitops-title} v1.4.5 from {gitops-title} v1.4.3. Do not use {gitops-title} v1.4.4 in a production environment. Major issues that affected {gitops-title} v1.4.4 are fixed in {gitops-title} 1.4.5.
17+
====
18+
19+
The following issue has been resolved in the current release:
20+
21+
* Before this update, Argo CD pods were stuck in the `ErrImagePullBackOff` state. The following error message was shown:
22+
[source,yaml]
23+
----
24+
reason: ErrImagePull
25+
message: >-
26+
rpc error: code = Unknown desc = reading manifest
27+
sha256:ff4ad30752cf0d321cd6c2c6fd4490b716607ea2960558347440f2f370a586a8
28+
in registry.redhat.io/openshift-gitops-1/argocd-rhel8: StatusCode:
29+
404, <HTML><HEAD><TITLE>Error</TITLE></HEAD><BODY>
30+
----
31+
This issue is now fixed. link:https://issues.redhat.com/browse/GITOPS-1848[GITOPS-1848]

modules/go-compatibility-and-support-matrix.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In the table, features are marked with the following statuses:
1616

1717
|*Version*|*kam* |*Helm* |*Kustomize*|*Argo CD*|*ApplicationSet*|*Dex* |*RH SSO* |
1818
|1.4.0 |0.0.41 TP|3.7.1 GA|4.2.0 GA |2.2.2 GA |0.2.0 TP |2.30.0 GA |7.4.0 GA |4.7-4.9
19-
|1.3.0 |0.0.40 TP|3.6.0 GA|4.2.0 GA |2.1.2 GA |0.2.0 TP |2.28.0 GA |7.4.0 GA |4.6-4.9
19+
|1.3.0 |0.0.40 TP|3.6.0 GA|4.2.0 GA |2.1.2 GA |0.2.0 TP |2.28.0 GA |7.4.0 GA |4.7-4.9
2020
|1.2.0 |0.0.38 TP|3.5.0 GA|3.9.4 GA |2.0.5 GA |0.1.0 TP |N/A |7.4.0 GA |4.8
2121
|1.1.0 |0.0.32 TP|3.5.0 GA|3.9.4 GA |2.0.0 GA |N/A |N/A |N/A |4.7
2222
|===

0 commit comments

Comments
 (0)