Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
prepare for releasing 1.6.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel committed Jan 6, 2018
1 parent 20e87f5 commit adfdeb3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM usuresearch/apache-kudu:1.5.0
FROM usuresearch/apache-kudu:1.6.0

LABEL maintainer="[email protected]"

ENV KUDU_VERSION 1.5.0
ENV KUDU_VERSION 1.6.0

RUN yum -y install epel-release && \
yum -y install python-sqlobject && \
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ line to `/etc/kudu/conf/master.gflagfile` and `/etc/kudu/conf/tserver.gflagfile`

### Installation of RPM package
```
yum install kudu-1.5.0-1.x86_64.rpm
yum install kudu-1.6.0-1.x86_64.rpm
```

### Updating from older version
```
yum erase kudu
yum install kudu-1.6.0-1.x86_64.rpm
```

### Running master server as service
Expand Down Expand Up @@ -50,3 +56,8 @@ After checking out this project, just run
./extract-rpms.sh
```

## Updating to new version
- build docker image `usuresearch/apache-kudu`
- adjust versions in `README.md`, `extract-rpms.sh`, `Dockerfile`, and `spec/header`
- commit and release

2 changes: 1 addition & 1 deletion extract-rpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

docker build . -t kudu-rpm

KUDU_VERSION=1.5.0
KUDU_VERSION=1.6.0
RELEASE=1

KUDU_RPM=kudu-${KUDU_VERSION}-${RELEASE}.x86_64.rpm
Expand Down
2 changes: 1 addition & 1 deletion spec/header
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Name: kudu
Summary: Apache Kudu: A columnar storage manager developed for the Apache Hadoop platform.

# The version of your package
Version: 1.5.0
Version: 1.6.0

# The release number of your package
Release: 1
Expand Down

0 comments on commit adfdeb3

Please sign in to comment.