Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #733 from cdrage/release-0.5.2
Browse files Browse the repository at this point in the history
0.5.2 Release
  • Loading branch information
cdrage committed May 24, 2016
2 parents d703c8d + 73705a2 commit 8c08057
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 9 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## 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.

The main features are:
- Add support for generating a static binary of Atomic App
- Logging clean-up
- README.md removed from `atomicapp init` generation
- Removal of dynamic module/class loading from providers in favour of static

```
Charlie Drage <charlie@charliedrage.com>:
Ignore vim .swo files
Change provider-config warning to debug
Remove README.MD from init
Makes Makefile faster using .PHONY && add default python location
Modify TravisCI for updated Makefile
Removes loading via .py files
Hide container id output on container creation
Change dir of /external to /nulecule/external
Add binary generation
Update to a cleaner logging output.
Logging formatting
Suraj Deshmukh <surajssd009005@gmail.com>:
Added elif to consecutive exclusive if statements
Use filter to search in kubeconfig.py
Now logs can show path to file under root atomicapp folder
Updated the inContainer function doc string
Removed unused function update from utils.py
Replaced a for loop that initialized a dict
```

## Atomic App 0.5.1 (04-26-2016)

This is a minor release of Atomic App where we refactor, fix code bugs as well as deprecate an old feature. Due to the numerous issues of locking as well as the deprectation of the `lockfile` library we have remove the locking mechanism from Atomic App.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

MAINTAINER Red Hat, Inc. <container-tools@redhat.com>

ENV ATOMICAPPVERSION="0.5.1"
ENV ATOMICAPPVERSION="0.5.2"

LABEL io.projectatomic.nulecule.atomicappversion=${ATOMICAPPVERSION} \
io.openshift.generate.job=true \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles.git/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

MAINTAINER Red Hat, Inc. <container-tools@redhat.com>

ENV ATOMICAPPVERSION="0.5.1"
ENV ATOMICAPPVERSION="0.5.2"

LABEL io.projectatomic.nulecule.atomicappversion=${ATOMICAPPVERSION} \
io.openshift.generate.job=true \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles.git/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:jessie

MAINTAINER Red Hat, Inc. <container-tools@redhat.com>

ENV ATOMICAPPVERSION="0.5.1"
ENV ATOMICAPPVERSION="0.5.2"

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}" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles.git/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM fedora:23

MAINTAINER Red Hat, Inc. <container-tools@redhat.com>

ENV ATOMICAPPVERSION="0.5.1"
ENV ATOMICAPPVERSION="0.5.2"

LABEL io.projectatomic.nulecule.atomicappversion=${ATOMICAPPVERSION} \
io.openshift.generate.job=true \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles.pkgs/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Red Hat, Inc. <container-tools@redhat.com>

# Check https://bodhi.fedoraproject.org/updates/?packages=atomicapp
# for the most recent builds of atomicapp in epel
ENV ATOMICAPPVERSION="0.5.1"
ENV ATOMICAPPVERSION="0.5.2"
ENV TESTING="--enablerepo=epel-testing"

LABEL io.projectatomic.nulecule.atomicappversion=${ATOMICAPPVERSION} \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles.pkgs/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Red Hat, Inc. <container-tools@redhat.com>

# Check https://bodhi.fedoraproject.org/updates/?packages=atomicapp
# for the most recent builds of atomicapp in fedora
ENV ATOMICAPPVERSION="0.5.1"
ENV ATOMICAPPVERSION="0.5.2"
ENV TESTING="--enablerepo=updates-testing"

LABEL io.projectatomic.nulecule.atomicappversion=${ATOMICAPPVERSION} \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ _or_

Download a pre-signed .tar.gz from [download.projectatomic.io](https://download.projectatomic.io) / [GitHub](https://github.com/projectatomic/atomicapp/releases):
```sh
export RELEASE=0.5.1
export RELEASE=0.5.2
wget https://github.com/projectatomic/atomicapp/releases/download/$RELEASE/atomicapp-$RELEASE.tar.gz
tar -xvf atomicapp-$RELEASE.tar.gz && cd atomicapp-$RELEASE
sudo make install
Expand Down
2 changes: 1 addition & 1 deletion atomicapp/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
2) LABEL io.projectatomic.nulecule.specversion in app Dockefile
"""

__ATOMICAPPVERSION__ = '0.5.1'
__ATOMICAPPVERSION__ = '0.5.2'
__NULECULESPECVERSION__ = '0.0.2'

EXTERNAL_APP_DIR = "external"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _install_requirements():

setup(
name='atomicapp',
version='0.5.1',
version='0.5.2',
description='A tool to install and run Nulecule apps',
author='Red Hat, Inc.',
author_email='container-tools@redhat.com',
Expand Down

0 comments on commit 8c08057

Please sign in to comment.