This repository has been archived by the owner on Jan 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #744 from cdrage/release-0.6.0
0.6.0 Release
- Loading branch information
Showing
10 changed files
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
## Atomic App 0.6.0 (06-14-2016) | ||
|
||
A major release of Atomic App, we incorporate major changes to the **kubernetes** provider. With this release we replace the usage of kubectl with the *requests* Python library and the Kubernetes HTTP API end-point. This change results in faster deployment, smaller image sizes and detailed error messages. | ||
|
||
The main features of this release are: | ||
- Kubectl to API conversion for the Kubernetes provider | ||
- Removal of ASCII art | ||
|
||
``` | ||
Charlie Drage <[email protected]> (3): | ||
Ignore .swn vim temp files | ||
Remove ASCII art | ||
Add a new 'library' for k8s/openshift providers. | ||
Khris Richardson <[email protected]> (2): | ||
add support for api-groups | ||
add precision to resource membership test | ||
``` | ||
|
||
## Atomic App 0.5.2 (05-24-2016) | ||
|
||
This release of Atomic App we include binary generation, a logging refactor/clean-up as well as a minor code refactor to the main Nulecule codebase. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM centos:7 | |
|
||
MAINTAINER Red Hat, Inc. <[email protected]> | ||
|
||
ENV ATOMICAPPVERSION="0.5.2" | ||
ENV ATOMICAPPVERSION="0.6.0" | ||
|
||
LABEL io.projectatomic.nulecule.atomicappversion=${ATOMICAPPVERSION} \ | ||
io.openshift.generate.job=true \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM centos:7 | |
|
||
MAINTAINER Red Hat, Inc. <[email protected]> | ||
|
||
ENV ATOMICAPPVERSION="0.5.2" | ||
ENV ATOMICAPPVERSION="0.6.0" | ||
|
||
LABEL io.projectatomic.nulecule.atomicappversion=${ATOMICAPPVERSION} \ | ||
io.openshift.generate.job=true \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM debian:jessie | |
|
||
MAINTAINER Red Hat, Inc. <[email protected]> | ||
|
||
ENV ATOMICAPPVERSION="0.5.2" | ||
ENV ATOMICAPPVERSION="0.6.0" | ||
|
||
LABEL io.projectatomic.nulecule.atomicappversion=${ATOMICAPPVERSION} \ | ||
RUN="docker run -it --rm \${OPT1} --privileged -v \${PWD}:/atomicapp -v /run:/run -v /:/host --net=host --name \${NAME} -e USER -e SUDO_USER -e NAME=\${NAME} -e IMAGE=\${IMAGE} \${IMAGE} \${OPT2} run \${OPT3}" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM fedora:23 | |
|
||
MAINTAINER Red Hat, Inc. <[email protected]> | ||
|
||
ENV ATOMICAPPVERSION="0.5.2" | ||
ENV ATOMICAPPVERSION="0.6.0" | ||
|
||
LABEL io.projectatomic.nulecule.atomicappversion=${ATOMICAPPVERSION} \ | ||
io.openshift.generate.job=true \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ MAINTAINER Red Hat, Inc. <[email protected]> | |
|
||
# Check https://bodhi.fedoraproject.org/updates/?packages=atomicapp | ||
# for the most recent builds of atomicapp in epel | ||
ENV ATOMICAPPVERSION="0.5.2" | ||
ENV ATOMICAPPVERSION="0.6.0" | ||
ENV TESTING="--enablerepo=epel-testing" | ||
|
||
LABEL io.projectatomic.nulecule.atomicappversion=${ATOMICAPPVERSION} \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ MAINTAINER Red Hat, Inc. <[email protected]> | |
|
||
# Check https://bodhi.fedoraproject.org/updates/?packages=atomicapp | ||
# for the most recent builds of atomicapp in fedora | ||
ENV ATOMICAPPVERSION="0.5.2" | ||
ENV ATOMICAPPVERSION="0.6.0" | ||
ENV TESTING="--enablerepo=updates-testing" | ||
|
||
LABEL io.projectatomic.nulecule.atomicappversion=${ATOMICAPPVERSION} \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ def _install_requirements(): | |
|
||
setup( | ||
name='atomicapp', | ||
version='0.5.2', | ||
version='0.6.0', | ||
description='A tool to install and run Nulecule apps', | ||
author='Red Hat, Inc.', | ||
author_email='[email protected]', | ||
|