Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d3db5d1b
Commit
d3db5d1b
authored
Jun 19, 2019
by
Chris Baumbauer
Committed by
Grzegorz Bizon
Jun 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Knative version bump 0.5 -> 0.6
parent
22755a4a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/models/clusters/applications/knative.rb
app/models/clusters/applications/knative.rb
+1
-1
changelogs/unreleased/knative-0-6.yml
changelogs/unreleased/knative-0-6.yml
+5
-0
spec/models/clusters/applications/knative_spec.rb
spec/models/clusters/applications/knative_spec.rb
+1
-1
No files found.
app/models/clusters/applications/knative.rb
View file @
d3db5d1b
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
module
Clusters
module
Clusters
module
Applications
module
Applications
class
Knative
<
ApplicationRecord
class
Knative
<
ApplicationRecord
VERSION
=
'0.
5
.0'
.
freeze
VERSION
=
'0.
6
.0'
.
freeze
REPOSITORY
=
'https://storage.googleapis.com/triggermesh-charts'
.
freeze
REPOSITORY
=
'https://storage.googleapis.com/triggermesh-charts'
.
freeze
METRICS_CONFIG
=
'https://storage.googleapis.com/triggermesh-charts/istio-metrics.yaml'
.
freeze
METRICS_CONFIG
=
'https://storage.googleapis.com/triggermesh-charts/istio-metrics.yaml'
.
freeze
FETCH_IP_ADDRESS_DELAY
=
30
.
seconds
FETCH_IP_ADDRESS_DELAY
=
30
.
seconds
...
...
changelogs/unreleased/knative-0-6.yml
0 → 100644
View file @
d3db5d1b
---
title
:
Knative version bump 0.5 ->
0.6
merge_request
:
28798
author
:
Chris Baumbauer
type
:
changed
spec/models/clusters/applications/knative_spec.rb
View file @
d3db5d1b
...
@@ -112,7 +112,7 @@ describe Clusters::Applications::Knative do
...
@@ -112,7 +112,7 @@ describe Clusters::Applications::Knative do
subject
{
knative
.
install_command
}
subject
{
knative
.
install_command
}
it
'is initialized with latest version'
do
it
'is initialized with latest version'
do
expect
(
subject
.
version
).
to
eq
(
'0.
5
.0'
)
expect
(
subject
.
version
).
to
eq
(
'0.
6
.0'
)
end
end
it_behaves_like
'a command'
it_behaves_like
'a command'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment