Skip to content

Commit

Permalink
Version bump to 15.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Feb 23, 2016
1 parent 1f919db commit c78479e
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 6 deletions.
25 changes: 25 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 15.4.0

### New

* Enable smtp notify service. [Thomas Merkel]
* Add bashrc for root user from default. [Thomas Merkel]
* Add gsed as default package to base. [Thomas Merkel]

### Fix

* Find issue with crt lookup. [Thomas Merkel]
* Store FQDN for nullmailer in me file. [Thomas Merkel]

### Other

* Provide SVC log functions from global zone to zones. [Thomas Merkel]

The functions help a lot for debugging and you don't need to know
the full command :-)

* Use FQDN for PS1. [Thomas Merkel]

We use a cloud based environment, so most of the time some servers have the
same name but different FQDN.

# 15.3.0

### New
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015 SkyLime GmbH, All rights reserved.
Copyright (c) 2016 SkyLime GmbH, All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion customize
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit

PATH=/opt/local/gnu/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/usr/sbin

PKGSRC_VERSION='2015Q3'
PKGSRC_VERSION='2015Q4'

# Munin plugins
MUNIN_PLUGIN_VERSION='0.7'
Expand Down
4 changes: 2 additions & 2 deletions manifest
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name="core-base"
organization="SkyLime"
brand="Instance"
version="15.3.0"
version="15.4.0"
description="Base core.io image"
homepage="https://github.com/skylime/mi-core-base"
users="root admin"
base="fec7e254-6e98-11e5-9284-3f9c607cb3e7"
base="c540b62c-beb2-11e5-8512-8b1694a57f84"
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "core-base",
"version": "15.3.0",
"version": "15.4.0",
"description": "Base core.io image",
"organization": "SkyLime",
"brand": "Instance",
"homepage": "https://github.com/skylime/mi-core-base",
"base": "fec7e254-6e98-11e5-9284-3f9c607cb3e7",
"base": "c540b62c-beb2-11e5-8512-8b1694a57f84",
"customer_metadata": {
"root_authorized_keys": {"type": "text", "description": "SSH public authorized key(s) for the root user"},
"root_ssh_rsa": {"type": "text", "description": "private SSH rsa key for root user"},
Expand Down

0 comments on commit c78479e

Please sign in to comment.