Skip to content

Commit

Permalink
Merge pull request #2178 from chaoss/spg-patch-bbc
Browse files Browse the repository at this point in the history
Version 0.44.2 Release
  • Loading branch information
sgoggins committed Feb 15, 2023
2 parents 942c9a0 + bc89e1b commit 0799026
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@

# Augur NEW Release v0.44.1
# Augur NEW Release v0.44.2

[![first-timers-only](https://img.shields.io/badge/first--timers--only-friendly-blue.svg?style=flat-square)](https://www.firsttimersonly.com/) We follow the [First Timers Only](https://www.firsttimersonly.com/) philosophy of tagging issues for first timers only, and walking one newcomer through the resolution process weekly. [You can find these issues tagged with "first timers only" on our issues list.](https://github.com/chaoss/augur/labels/first-timers-only).

Expand All @@ -9,7 +9,7 @@
### [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.44.1
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.44.2
- 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.
- A new job management architecture that uses Celery and Redis to manage queues, and enables users to run a Flower job monitoring dashboard
Expand Down
2 changes: 1 addition & 1 deletion docker/augurface/Dockerfile
Expand Up @@ -2,7 +2,7 @@
FROM node:16 as build-stage

LABEL maintainer="outdoors@acm.org"
LABEL version="0.44.1"
LABEL version="0.44.2"

WORKDIR /augur/frontend/
COPY ./docker/frontend/docker.config.json frontend.config.json
Expand Down
2 changes: 1 addition & 1 deletion docker/backend/Dockerfile
Expand Up @@ -2,7 +2,7 @@
FROM python:3.8.11-slim-buster

LABEL maintainer="outdoors@acm.org"
LABEL version="0.44.1"
LABEL version="0.44.2"

ENV DEBIAN_FRONTEND=noninteractive

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

LABEL maintainer="outdoors@acm.org"
LABEL version="0.44.1"
LABEL version="0.44.2"

ENV POSTGRES_DB "test"
ENV POSTGRES_USER "augur"
Expand Down
2 changes: 1 addition & 1 deletion docker/frontend/Dockerfile
Expand Up @@ -2,7 +2,7 @@
FROM node:16 as build-stage

LABEL maintainer="outdoors@acm.org"
LABEL version="0.44.1"
LABEL version="0.44.2"

WORKDIR /augur/frontend/
COPY ./docker/frontend/docker.config.json frontend.config.json
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.44.1"
__release__ = "v0.44.1 (Brussel Sprouts)"
__version__ = "0.44.2"
__release__ = "v0.44.2 (Brussels Sprouts)"

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

0 comments on commit 0799026

Please sign in to comment.