Upgrade Trident to 22.07.0 version.
Update version of Trident to 22.07.0 to keep compatibility with version 1.24 of k8s. Supports k8s from 1.19 to 1.24. Test Plan: PASS: Tested Trident 22.07.0 installation and communication with Netapp simulator. PASS: Tested the Trident update from version 21.04.1 to 22.07.0, upgrading tridentctl client version and rerunning the ansible-playbook to update the server version. Story: 2010301 Task: 46487 Signed-off-by: Mauricio Carmelo <Mauricio.BiasiDoMonteCarmelo@windriver.com> Change-Id: I9f162bf8d31a5dc8012b61d95617f77d3ce92601
This commit is contained in:
parent
9195c75b7c
commit
7d5fa3c70b
@ -82,7 +82,7 @@ seastar-0cf6aa6b28d69210b271489c0778f226cde0f459.tar.gz#seastar#https://api.gith
|
||||
spawn-5f4742f647a5a33b9467f648a3968b3cd0a681ee.tar.gz#spawn#https://api.github.com/repos/ceph/spawn/tarball/5f4742f647a5a33b9467f648a3968b3cd0a681ee#https##
|
||||
spdk-fd292c568f72187e172b98074d7ccab362dae348.tar.gz#spdk#https://api.github.com/repos/ceph/spdk/tarball/fd292c568f72187e172b98074d7ccab362dae348#https##
|
||||
spectre-meltdown-checker-0.37+-5cc77741.tar.gz#spectre-meltdown-checker#https://github.com/speed47/spectre-meltdown-checker/tarball/5cc77741af1d2f52140aa9f89339f56b6c4b6783#http##
|
||||
trident-installer-22.01.0.tar.gz#trident-installer-22.01.0#https://github.com/NetApp/trident/releases/download/v22.01.0/trident-installer-22.01.0.tar.gz#https##
|
||||
trident-installer-22.07.0.tar.gz#trident-installer-22.07.0#https://github.com/NetApp/trident/releases/download/v22.07.0/trident-installer-22.07.0.tar.gz#https##
|
||||
!tss2-930.tar.gz#tss2-930#https://git.code.sf.net/p/ibmtpm20tss/tss#git#v930#
|
||||
xxHash-1f40c6511fa8dd9d2e337ca8c9bc18b3e87663c9.tar.gz#xxHash#https://api.github.com/repos/ceph/xxHash/tarball/1f40c6511fa8dd9d2e337ca8c9bc18b3e87663c9#https##
|
||||
zstd-b706286adbba780006a47ef92df0ad7a785666b6.tar.gz#zstd#https://api.github.com/repos/facebook/zstd/tarball/b706286adbba780006a47ef92df0ad7a785666b6#https##
|
||||
|
@ -1,2 +1,2 @@
|
||||
COPY_LIST="$CGCS_BASE/downloads/trident-installer-22.01.0.tar.gz"
|
||||
COPY_LIST="$CGCS_BASE/downloads/trident-installer-22.07.0.tar.gz"
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,18 +1,18 @@
|
||||
Summary: trident-installer
|
||||
Name: trident-installer
|
||||
Version: 22.01.0
|
||||
Version: 22.07.0
|
||||
Release: 0%{?_tis_dist}.%{tis_patch_ver}
|
||||
License: Apache-2.0
|
||||
Group: base
|
||||
Packager: Wind River <info@windriver.com>
|
||||
URL: https://github.com/NetApp/trident/releases/download/v22.01.0/trident-installer-22.01.0.tar.gz
|
||||
URL: https://github.com/NetApp/trident/releases/download/v22.07.0/trident-installer-22.07.0.tar.gz
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
Requires: nfs-utils
|
||||
|
||||
%description
|
||||
Netapp Trident-installer
|
||||
https://netapp-trident.readthedocs.io/en/stable-v21.04/introduction.html
|
||||
https://docs.netapp.com/us-en/trident/trident-rn.html
|
||||
|
||||
%define debug_package %{nil}
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
trident-installer (22.07.0-0) unstable; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Mauricio Carmelo <Mauricio.BiasiDoMonteCarmelo@windriver.com> Mon, 26 Sep 2022 18:04:00 -0400
|
||||
|
||||
trident-installer (22.01.0-0) unstable; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
debname: trident-installer
|
||||
debver: 22.01.0-0
|
||||
debver: 22.07.0-0
|
||||
dl_path:
|
||||
name: trident-installer-22.01.0.tar.gz
|
||||
url: https://github.com/NetApp/trident/releases/download/v22.01.0/trident-installer-22.01.0.tar.gz
|
||||
md5sum: 9997421309e641f69ee7a9c52153a545
|
||||
sha256sum: 277a7557c63ddcf135c5b8489594f8e5d551df1f8f36c8ae78ccc0bb7b02d0ec
|
||||
name: trident-installer-22.07.0.tar.gz
|
||||
url: https://github.com/NetApp/trident/releases/download/v22.07.0/trident-installer-22.07.0.tar.gz
|
||||
md5sum: da8da54ea642ed52fc8283aeba1db790
|
||||
sha256sum: e6b3ea4a3f947b42b91c32df8b9cc0287d6756a364688ea1ddb35cc244339d37
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
PKG_GITREVCOUNT: true
|
||||
|
Loading…
Reference in New Issue
Block a user