Skip to content

Commit 9d9df05

Browse files
authored
Merge pull request #3243 from chaoss/main
Release Version Updates to 0.90.0
2 parents 5e49264 + 7548d2e commit 9d9df05

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Augur NEW Release v0.89.3
1+
# Augur NEW Release v0.90.0
22

33
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!
44
The primary way of looking at Augur data is through [8Knot](https://github.com/oss-aspen/8knot), a public instance of 8Knot is available [here](https://metrix.chaoss.io) - this is tied to a public instance of [Augur](https://ai.chaoss.io).
@@ -11,7 +11,7 @@ We follow the [First Timers Only](https://www.firsttimersonly.com/) philosophy o
1111
## NEW RELEASE ALERT!
1212
**If you want to jump right in, the updated docker, docker-compose and bare metal installation instructions are available [here](docs/new-install.md)**.
1313

14-
Augur is now releasing a dramatically improved new version. It is also available [here](https://github.com/chaoss/augur/releases/tag/v0.89.3).
14+
Augur is now releasing a dramatically improved new version. It is also available [here](https://github.com/chaoss/augur/releases/tag/v0.90.0).
1515

1616

1717
- The `release` branch is a stable version of our new architecture, which features:

docker/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN go install github.com/ossf/scorecard/v5@v5.1.1 \
2020
FROM python:3.11-slim-bullseye
2121

2222
LABEL maintainer="outdoors@acm.org"
23-
LABEL version="0.86.1"
23+
LABEL version="0.90.0"
2424

2525
ENV DEBIAN_FRONTEND=noninteractive
2626
ENV PATH="/usr/bin/:/usr/local/bin:/usr/lib:${PATH}"

docker/database/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM postgres:16
33

44
LABEL maintainer="outdoors@acm.org"
5-
LABEL version="0.86.1"
5+
LABEL version="0.90.0"
66

77
ENV POSTGRES_DB="test"
88
ENV POSTGRES_USER="augur"

docker/keyman/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM python:3.11.12-alpine
22

3+
LABEL maintainer="outdoors@acm.org"
4+
LABEL version="0.90.0"
5+
36
RUN pip install --no-cache-dir --upgrade pip
47

58
RUN pip install --no-cache-dir redis==4.3.3

docker/rabbitmq/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM rabbitmq:3.12-management-alpine
22

33
LABEL maintainer="574/augur@simplelogin.com"
4-
LABEL version="0.86.1"
4+
LABEL version="0.90.0"
55

66
ARG RABBIT_MQ_DEFAULT_USER=augur
77
ARG RABBIT_MQ_DEFAULT_PASSWORD=password123

metadata.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

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

8-
__version__ = "0.89.3"
9-
__release__ = "v0.89.3 (Midnight Sun)"
8+
__version__ = "0.90.0"
9+
__release__ = "v0.90.0 (Trade Deadline)"
1010

1111
__license__ = "MIT"
12-
__copyright__ = "University of Missouri, University of Nebraska-Omaha, CHAOSS, Sean Goggins, Brian Warner & Augurlabs 2025"
12+
__copyright__ = "University of Missouri, University of Nebraska-Omaha, CHAOSS, Sean Goggins, Brian Warner & Augurlabs 2025, Red Hat Software"

0 commit comments

Comments
 (0)