Skip to content
Snippets Groups Projects
Commit a6ce726b authored by Tiger Watson's avatar Tiger Watson Committed by GitLab Release Tools Bot
Browse files

Update Knative version due to a security vulnerability

parent f9f4555b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3,7 +3,7 @@
module Clusters
module Applications
class Knative < ActiveRecord::Base
VERSION = '0.2.2'.freeze
VERSION = '0.5.0'.freeze
REPOSITORY = 'https://storage.googleapis.com/triggermesh-charts'.freeze
METRICS_CONFIG = 'https://storage.googleapis.com/triggermesh-charts/istio-metrics.yaml'.freeze
FETCH_IP_ADDRESS_DELAY = 30.seconds
Loading
Loading
@@ -86,7 +86,7 @@ module Clusters
end
 
def ingress_service
cluster.kubeclient.get_service('knative-ingressgateway', 'istio-system')
cluster.kubeclient.get_service('istio-ingressgateway', 'istio-system')
end
 
def services_for(ns: namespace)
Loading
Loading
---
title: Update Knative version
merge_request:
author:
type: security
Loading
Loading
@@ -107,7 +107,7 @@ describe Clusters::Applications::Knative do
subject { knative.install_command }
 
it 'should be initialized with latest version' do
expect(subject.version).to eq('0.2.2')
expect(subject.version).to eq('0.5.0')
end
 
it_behaves_like 'a command'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment