We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757213c commit 46743c2Copy full SHA for 46743c2
1 file changed
lib/shared/addon/components/form-engine-opts/component.js
@@ -51,6 +51,10 @@ export default Component.extend({
51
label: 'v28.1.x',
52
value: 'https://releases.rancher.com/install-docker/28.1.sh'
53
},
54
+ {
55
+ label: 'v28.0.x',
56
+ value: 'https://releases.rancher.com/install-docker/28.0.sh'
57
+ },
58
{
59
label: 'v27.5.x',
60
value: 'https://releases.rancher.com/install-docker/27.5.sh'
0 commit comments