Skip to content

Commit

Permalink
Preparing v0.14.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Apr 23, 2017
1 parent 8937114 commit cefceb0
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 11 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# API Umbrella Change Log

## 0.14.1 (2017-04-23)

This update contains a few bug fixes and one potential security fix. Upgrading is recommended.

### Upgrade Instructions

If you're upgrading a previous API Umbrella version, you may upgrade the `api-umbrella` package using your package manager.

### Changed

- **Upgrade bundled software dependencies:**
- OpenResty 1.11.2.2 -\> 1.11.2.3
- Ruby 2.3.3 -\> 2.3.4
- Rsyslog 8.24.0 -\> 8.26.0

### Fixed

- **Missing validations on API backends:** It was possible to create API backends that omitted fields that should have been required in the Sub-URL Request Settings and Advanced Requests Rewriting sections. This could cause errors in loading the API configuration. ([#360](https://github.com/NREL/api-umbrella/issues/360))
- **Creating new admin groups:** Creating new admin groups in the admin was broken in v0.14.0. ([#347](https://github.com/NREL/api-umbrella/issues/347))
- **Outgoing example URL in admin:** In the API backend form of the admin, the example outgoing URL was incorrect in v0.14.0. ([b4ce3e28](https://github.cmm/NREL/api-umbrella/commit/b4ce3e28e77859c05b1989342cc8f0ce6fe85a06))
- **Ember.js deprecation warnings:** Fix some deprecation warnings in the admin tool. ([3e019140](https://github.cmm/NREL/api-umbrella/commit/3e0191409c1b24db3733b04d450de904b1492389), [27bf988d](https://github.cmm/NREL/api-umbrella/commit/27bf988d5b7c6f5d9bc1e6e8ef22f22a67e84064))

### Security

- **Don't pass admin session cookie to API backends:** The session cookie the API Umbrella admin uses is now stripped from requests to API backends. ([89371149](https://github.cmm/NREL/api-umbrella/commit/89371149585c1c94d1420bd8ce190a6fcdadb59b))

## 0.14.0 (2017-02-22)

This update focuses on upgrading various internal components of API Umbrella. It also offers new features and various bug fixes. A few potential security issues are also addressed. Upgrading is recommended, but there are some potential compatibility issues to note. See the Upgrade Instructions section below.
Expand Down
1 change: 1 addition & 0 deletions build/package/verify/download_previous_packages
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ previous_versions=(
0.11.1-1
0.12.0-1
0.13.0-1
0.14.0-1
)

distros=(
Expand Down
1 change: 1 addition & 0 deletions build/package/verify/spec/localhost/service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -659,4 +659,5 @@ def install_package(version)
it_behaves_like "package upgrade", "0.11.1-1"
it_behaves_like "package upgrade", "0.12.0-1"
it_behaves_like "package upgrade", "0.13.0-1"
it_behaves_like "package upgrade", "0.14.0-1"
end
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:jessie

ENV API_UMBRELLA_VERSION 0.14.0-1~jessie
ENV API_UMBRELLA_VERSION 0.14.1-1~jessie

# Install API Umbrella
RUN echo "deb http://dl.bintray.com/nrel/api-umbrella-debian jessie main" >> /etc/apt/sources.list.d/api-umbrella.list
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '0.14.0'
version = '0.14.1'
# The full version, including alpha/beta/rc tags.
release = '0.14.0'
release = '0.14.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions docs/developer/compiling-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Installing from a [binary package](../getting-started.html#installation) is reco
## Compiling & Installing

```sh
$ curl -OLJ https://github.com/NREL/api-umbrella/archive/v0.14.0.tar.gz
$ tar -xvf api-umbrella-0.14.0.tar.gz
$ cd api-umbrella-0.14.0
$ curl -OLJ https://github.com/NREL/api-umbrella/archive/v0.14.1.tar.gz
$ tar -xvf api-umbrella-0.14.1.tar.gz
$ cd api-umbrella-0.14.1
$ sudo ./build/scripts/install_build_dependencies
$ ./configure
$ make
Expand Down
2 changes: 1 addition & 1 deletion src/api-umbrella/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0
0.14.1
2 changes: 1 addition & 1 deletion website/source/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ title: API Umbrella - Open Source API Management
</div>
<img class="img-responsive img-center" src="images/overview.png" data-at2x="images/overview@2x.png" alt="" width="676" height="266">
<div class="links">
Version 0.14.0&nbsp;&nbsp;&nbsp;&nbsp;&sdot;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/NREL/api-umbrella"><i class="fa fa-github" aria-hidden="true"></i>GitHub Project</a>
Version 0.14.1&nbsp;&nbsp;&nbsp;&nbsp;&sdot;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/NREL/api-umbrella"><i class="fa fa-github" aria-hidden="true"></i>GitHub Project</a>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions website/source/install.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ sudo yum install api-umbrella</pre>

<div id="other" class="platform-download" style="display: none;">
<p>We build binary packages for a variety of Linux distributions. These binary packages are the recommended way to install API Umbrella. However, if binary packages aren't available, you can also compile from source (also, please <a href="https://github.com/NREL/api-umbrella/issues">let us know</a> if you'd like to see binaries for other operating systems):</p>
<pre>$ curl -OLJ https://github.com/NREL/api-umbrella/archive/v0.14.0.tar.gz
$ tar -xvf api-umbrella-0.14.0.tar.gz
$ cd api-umbrella-0.14.0
<pre>$ curl -OLJ https://github.com/NREL/api-umbrella/archive/v0.14.1.tar.gz
$ tar -xvf api-umbrella-0.14.1.tar.gz
$ cd api-umbrella-0.14.1
$ make
$ sudo make install</pre>
</div>
Expand Down

0 comments on commit cefceb0

Please sign in to comment.