diff options
author | Tiger Watson <twatson@gitlab.com> | 2019-05-28 13:15:51 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2019-05-28 13:15:51 +0000 |
commit | 1ebc44dd45f305068262c59d71a995fa2b569f64 (patch) | |
tree | 635a8de9033395caae040f785b3d6c7077667518 /spec | |
parent | 04724a1768c55b984cfca4cd5b73c47e66a1b8f7 (diff) | |
download | gitlab-ce-1ebc44dd45f305068262c59d71a995fa2b569f64.tar.gz |
Update Knative version due to a security vulnerability
Diffstat (limited to 'spec')
-rw-r--r-- | spec/models/clusters/applications/knative_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/clusters/applications/knative_spec.rb b/spec/models/clusters/applications/knative_spec.rb index 5e68f2634da..405b5ad691c 100644 --- a/spec/models/clusters/applications/knative_spec.rb +++ b/spec/models/clusters/applications/knative_spec.rb @@ -109,7 +109,7 @@ describe Clusters::Applications::Knative do subject { knative.install_command } it 'is initialized with latest version' do - expect(subject.version).to eq('0.3.0') + expect(subject.version).to eq('0.5.0') end it_behaves_like 'a command' |