Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
stork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
140
Issues
140
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
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
ISC Open Source Projects
stork
Commits
69d4d0ff
Commit
69d4d0ff
authored
Jul 01, 2020
by
Michal Nowikowski
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[
#332
] bumped version to 0.9
parent
bc43c88a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
4 deletions
+6
-4
ChangeLog.md
ChangeLog.md
+2
-0
api/swagger.in.yaml
api/swagger.in.yaml
+1
-1
backend/version.go
backend/version.go
+1
-1
webui/package-lock.json
webui/package-lock.json
+1
-1
webui/package.json
webui/package.json
+1
-1
No files found.
ChangeLog.md
View file @
69d4d0ff
Stork 0.9.0 released on 2020-07-01.
*
76 [func] marcin
Pool utilization in the Stork dashboard is shown with a progress bar.
...
...
api/swagger.in.yaml
View file @
69d4d0ff
...
...
@@ -3,7 +3,7 @@ swagger: "2.0"
info
:
description
:
An API for Stork
title
:
Stork API
version
:
0.
8
.0
version
:
0.
9
.0
consumes
:
-
application/json
produces
:
...
...
backend/version.go
View file @
69d4d0ff
package
stork
const
Version
=
"0.
8
.0"
const
Version
=
"0.
9
.0"
var
BuildDate
=
"unset"
webui/package-lock.json
View file @
69d4d0ff
{
"name": "stork",
"version": "0.
8
.0",
"version": "0.
9
.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
...
...
webui/package.json
View file @
69d4d0ff
{
"name"
:
"stork"
,
"version"
:
"0.
8
.0"
,
"version"
:
"0.
9
.0"
,
"scripts"
:
{
"ng"
:
"ng"
,
"start"
:
"ng serve"
,
...
...
Michal Nowikowski
@godfryd
mentioned in merge request
!181 (closed)
·
Jul 09, 2020
mentioned in merge request
!181 (closed)
mentioned in merge request !181
Toggle commit list
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