Skip to content

Commit b4cfebf

Browse files
committed
bumping up versions for 1.8 release
1 parent 03c0a6b commit b4cfebf

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

modules/op-installing-tkn-on-linux-using-rpm.adoc

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,29 @@ For {op-system-base-full} version 8, you can install the {pipelines-title} CLI (
5151
+
5252
[source,terminal]
5353
----
54-
# subscription-manager repos --enable="pipelines-1.7-for-rhel-8-x86_64-rpms"
54+
# subscription-manager repos --enable="pipelines-1.8-for-rhel-8-x86_64-rpms"
5555
----
5656
+
5757
* Linux on IBM Z and LinuxONE (s390x)
5858
+
5959
[source,terminal]
6060
----
61-
# subscription-manager repos --enable="pipelines-1.7-for-rhel-8-s390x-rpms"
61+
# subscription-manager repos --enable="pipelines-1.8-for-rhel-8-s390x-rpms"
6262
----
6363
+
64-
* Linux on IBM Power Systems (ppc64le)
64+
* Linux on IBM Power (ppc64le)
6565
+
6666
[source,terminal]
6767
----
68-
# subscription-manager repos --enable="pipelines-1.7-for-rhel-8-ppc64le-rpms"
68+
# subscription-manager repos --enable="pipelines-1.8-for-rhel-8-ppc64le-rpms"
69+
----
70+
+
71+
* Linux on ARM (arm64)
72+
+
73+
[source,terminal]
74+
----
75+
# subscription-manager repos --enable="pipelines-1.8-for-rhel-8-arm64-rpms"
6976
----
70-
7177
. Install the `openshift-pipelines-client` package:
7278
+
7379
[source,terminal]

modules/op-installing-tkn-on-linux.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ For Linux distributions, you can download the CLI directly as a `tar.gz` archive
1414

1515
. Download the relevant CLI.
1616

17-
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.23.1/tkn-linux-amd64-0.23.1.tar.gz[Linux (x86_64, amd64)]
17+
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-linux-amd64.tar.gz[Linux (x86_64, amd64)]
1818

19-
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.23.1/tkn-linux-s390x-0.23.1.tar.gz[Linux on IBM Z and LinuxONE (s390x)]
19+
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-linux-s390x.tar.gz[Linux on IBM Z and LinuxONE (s390x)]
2020

21-
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.23.1/tkn-linux-ppc64le-0.23.1.tar.gz[Linux on IBM Power Systems (ppc64le)]
21+
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-linux-ppc64le.tar.gz[Linux on IBM Power (ppc64le)]
22+
23+
* link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-linux-arm64.tar.gz[Linux on ARM (arm64)]
2224

2325
. Unpack the archive:
2426
+

modules/op-installing-tkn-on-macos.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For macOS, the `tkn` CLI is provided as a `tar.gz` archive.
1212

1313
.Procedure
1414

15-
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.23.1/tkn-macos-amd64-0.23.1.tar.gz[CLI].
15+
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-macos-amd64.tar.gz[CLI].
1616

1717
. Unpack and unzip the archive.
1818

modules/op-installing-tkn-on-windows.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For Windows, the `tkn` CLI is provided as a `zip` archive.
1212

1313
.Procedure
1414

15-
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.23.1/tkn-windows-amd64-0.23.1.zip[CLI].
15+
. Download the link:https://mirror.openshift.com/pub/openshift-v4/clients/pipeline/0.24.0/tkn-windows-amd64.zip[CLI].
1616

1717
. Unzip the archive with a ZIP program.
1818

0 commit comments

Comments
 (0)