Skip to content

Commit

Permalink
Update changelog, sql files & install scripts for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
turtle0x1 committed May 8, 2019
1 parent d795bbe commit 183077d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
0.3.0

Fixed
Fix ui doesn't load when server is offline (#77)
Expand All @@ -12,3 +12,4 @@ Fixed
Added
Store total storage usage for fleet analytics (#75)
Support for CentOS7 (#84)
Basic network management (#4)
2 changes: 1 addition & 1 deletion examples/install_with_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mysql < sql/users.sql
mysql < sql/seed.sql
mysql < sql/0.1.0.sql
mysql < sql/0.2.0.sql
mysql < sql/fleet_storage_usage.sql
mysql < sql/0.3.0.sql


cp examples/lxd_manager.conf /etc/apache2/sites-available/
Expand Down
4 changes: 2 additions & 2 deletions examples/install_with_clone_centos7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ curl -sL https://rpm.nodesource.com/setup_10.x | bash -
yum install -y http://rpms.remirepo.net/enterprise/remi-release-7.rpm

# Install mariadb 10.4 repo
cat >/etc/yum.repos.d/MariaDB.repo<<EOF
cat >/etc/yum.repos.d/MariaDB.repo<<EOF
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.4/centos7-amd64
Expand Down Expand Up @@ -74,7 +74,7 @@ mysql < sql/users.sql
mysql < sql/seed.sql
mysql < sql/0.1.0.sql
mysql < sql/0.2.0.sql
mysql < sql/fleet_storage_usage.sql
mysql < sql/0.3.0.sql


# Install a self-signed certificate as CentOS doesn't ship with one
Expand Down
File renamed without changes.

1 comment on commit 183077d

@bugz8unny69
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which tag syntax you planning to use? v0.0.0 or just 0.0.0?

Please sign in to comment.