Skip to content

Commit

Permalink
Release Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoggins committed Apr 28, 2024
1 parent eb97403 commit 331b8e2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# Augur NEW Release v0.63.0
# Augur NEW Release v0.63.3

Augur is primarily a data engineering tool that makes it possible for data scientists to gather open source software community data. Less data carpentry for everyone else!
The primary way of looking at Augur data is through [8Knot](https://github.com/oss-aspen/8knot) ... A public instance of 8Knot is available at https://metrix.chaoss.io ... That is tied to a public instance of Augur at https://ai.chaoss.io
Expand All @@ -10,7 +10,7 @@ The primary way of looking at Augur data is through [8Knot](https://github.com/o
## NEW RELEASE ALERT!
### [If you want to jump right in, updated docker build/compose and bare metal installation instructions are available here](docs/new-install.md)

Augur is now releasing a dramatically improved new version to the main branch. It is also available here: https://github.com/chaoss/augur/releases/tag/v0.63.0
Augur is now releasing a dramatically improved new version to the main branch. It is also available here: https://github.com/chaoss/augur/releases/tag/v0.63.3

- The `main` branch is a stable version of our new architecture, which features:
- Dramatic improvement in the speed of large scale data collection (100,000+ repos). All data is obtained for 100k+ repos within 2 weeks.
Expand Down
2 changes: 1 addition & 1 deletion docker/backend/Dockerfile
Expand Up @@ -2,7 +2,7 @@
FROM python:3.10-bookworm

LABEL maintainer="outdoors@acm.org"
LABEL version="0.63.0"
LABEL version="0.63.3"

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion docker/database/Dockerfile
Expand Up @@ -2,7 +2,7 @@
FROM postgres:14

LABEL maintainer="outdoors@acm.org"
LABEL version="0.63.0"
LABEL version="0.63.3"

ENV POSTGRES_DB "test"
ENV POSTGRES_USER "augur"
Expand Down
2 changes: 1 addition & 1 deletion docker/rabbitmq/Dockerfile
@@ -1,7 +1,7 @@
FROM rabbitmq:3.12-management-alpine

LABEL maintainer="574/augur@simplelogin.com"
LABEL version="0.63.0"
LABEL version="0.63.3"

ARG RABBIT_MQ_DEFAULT_USER
ARG RABBIT_MQ_DEFAULT_PASSWORD
Expand Down
4 changes: 2 additions & 2 deletions metadata.py
Expand Up @@ -5,8 +5,8 @@

__short_description__ = "Python 3 package for free/libre and open-source software community metrics, models & data collection"

__version__ = "0.63.0"
__release__ = "v0.63.0 (Ides of March)"
__version__ = "0.63.3"
__release__ = "v0.63.3 (Supply Chain Gang)"

__license__ = "MIT"
__copyright__ = "University of Missouri, University of Nebraska-Omaha, CHAOSS, Brian Warner & Augurlabs 2024"

0 comments on commit 331b8e2

Please sign in to comment.