From 70bf4902b9703276bb130b9c776ec86036a9063a Mon Sep 17 00:00:00 2001 From: "Sean P. Goggins" Date: Thu, 23 Feb 2023 21:50:10 -0600 Subject: [PATCH] Version Bump --- README.md | 4 ++-- docker/augurface/Dockerfile | 2 +- docker/backend/Dockerfile | 2 +- docker/database/Dockerfile | 2 +- docker/frontend/Dockerfile | 2 +- metadata.py | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ab5342dac7..edfcf2c389 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Augur NEW Release v0.44.2 +# Augur NEW Release v0.44.3 [![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). @@ -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.2 +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.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. - A new job management architecture that uses Celery and Redis to manage queues, and enables users to run a Flower job monitoring dashboard diff --git a/docker/augurface/Dockerfile b/docker/augurface/Dockerfile index c758d6c253..220e74d358 100644 --- a/docker/augurface/Dockerfile +++ b/docker/augurface/Dockerfile @@ -2,7 +2,7 @@ FROM node:16 as build-stage LABEL maintainer="outdoors@acm.org" -LABEL version="0.44.2" +LABEL version="0.44.3" WORKDIR /augur/frontend/ COPY ./docker/frontend/docker.config.json frontend.config.json diff --git a/docker/backend/Dockerfile b/docker/backend/Dockerfile index ca569339bc..e5d7a574f5 100644 --- a/docker/backend/Dockerfile +++ b/docker/backend/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.8.11-slim-buster LABEL maintainer="outdoors@acm.org" -LABEL version="0.44.2" +LABEL version="0.44.3" ENV DEBIAN_FRONTEND=noninteractive diff --git a/docker/database/Dockerfile b/docker/database/Dockerfile index 6cf9517cad..87ba1a0ed1 100644 --- a/docker/database/Dockerfile +++ b/docker/database/Dockerfile @@ -2,7 +2,7 @@ FROM postgres:12 LABEL maintainer="outdoors@acm.org" -LABEL version="0.44.2" +LABEL version="0.44.3" ENV POSTGRES_DB "test" ENV POSTGRES_USER "augur" diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile index 317e3a0cd2..db400ea418 100644 --- a/docker/frontend/Dockerfile +++ b/docker/frontend/Dockerfile @@ -2,7 +2,7 @@ FROM node:16 as build-stage LABEL maintainer="outdoors@acm.org" -LABEL version="0.44.2" +LABEL version="0.44.3" WORKDIR /augur/frontend/ COPY ./docker/frontend/docker.config.json frontend.config.json diff --git a/metadata.py b/metadata.py index 77f950c14b..af862d1a22 100644 --- a/metadata.py +++ b/metadata.py @@ -5,8 +5,8 @@ __short_description__ = "Python 3 package for free/libre and open-source software community metrics, models & data collection" -__version__ = "0.44.2" -__release__ = "v0.44.2 (Brussels Sprouts)" +__version__ = "0.44.3" +__release__ = "v0.44.3 (Brussels Sprouts)" __license__ = "MIT" __copyright__ = "University of Missouri, University of Nebraska-Omaha, CHAOSS, Brian Warner & Augurlabs 2023"