Skip to content

Commit b5b6762

Browse files
committed
release updates
1 parent 82f7be6 commit b5b6762

File tree

11 files changed

+42
-14
lines changed

11 files changed

+42
-14
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [v2.0.0-beta.3] - 2024-07-29
9+
10+
### Added
11+
12+
- License management
13+
- Release dataset with versions
14+
- Enable and disable user account through Keycloak
15+
- Jupyterhub integration
16+
- Interface for creating and editing matching criteria for triggering extractors
17+
- Interface for editing metadata definitions
18+
- My dataset tab listing all the datasets created by the user
19+
- Drag and drop upload multiple files
20+
- Footer with links to documentation, source code, and contact information
21+
- Documentation through MKDocs
22+
23+
### Changed
24+
25+
- Allow public datasets and files to be searchable
26+
- List all the extractors with the ability to enable/disable the extractors
27+
- Filter listeners based on their support for file or dataset
28+
- Helm chart updated to support custom existing secret
29+
30+
### Fixed
31+
32+
- Clowder registration link on the top bar
33+
- Case-insensitive search
34+
- Download count immediately increments after download
35+
836
## [v2.0.0-beta.2] - 2024-02-16
937

1038
### Added

backend/app/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Settings(BaseSettings):
99
API_V2_STR: str = "/api/v2"
1010
admin_email: str = "[email protected]"
1111
frontend_url: str = "http://localhost:3000"
12-
version: str = "2.0.0-beta.2"
12+
version: str = "2.0.0-beta.3"
1313

1414
# Unique secret for hashing API keys. Generate with `openssl rand -hex 32`
1515
local_auth_secret = "clowder_secret_key"

backend/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
description="A cloud native data management framework to support any research domain. Clowder was "
8787
"developed to help researchers and scientists in data intensive domains manage raw data, complex "
8888
"metadata, and automatic data pipelines. ",
89-
version="2.0.0-beta.2",
89+
version="2.0.0-beta.3",
9090
contact={"name": "Clowder", "url": "https://clowderframework.org/"},
9191
license_info={
9292
"name": "Apache 2.0",

deployments/kubernetes/charts/clowder2/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ description: >
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 1.9.1
16+
version: 1.9.2
1717

1818
# This is the version number of the application being deployed. This version number should be
1919
# incremented each time you make changes to the application. Versions are not expected to
2020
# follow Semantic Versioning. They should reflect the version the application is using.
2121
# It is recommended to use it with quotes.
22-
appVersion: "2.0.0-beta.2"
22+
appVersion: "2.0.0-beta.3"
2323

2424
# List of people that maintain this helm chart.
2525
maintainers:

deployments/kubernetes/charts/clowder2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ hostname: { your hostname. E.g. clowder2.software-dev.ncsa.illinois.edu }
1717
frontend:
1818
image:
1919
repository: clowder/clowder2-frontend
20-
tag: 2.0.0-beta.2
20+
tag: 2.0.0-beta.3
2121
pullPolicy: Always
2222

2323
backend:
2424
image:
2525
repository: clowder/clowder2-backend
26-
tag: 2.0.0-beta.2
26+
tag: 2.0.0-beta.3
2727
pullPolicy: Always
2828

2929
geoserver:

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
- /var/run/docker.sock:/var/run/docker.sock
3838

3939
backend:
40-
image: 'clowder/clowder2-backend:2.0.0-beta.2'
40+
image: 'clowder/clowder2-backend:2.0.0-beta.3'
4141
restart: unless-stopped
4242
build:
4343
context: ./backend
@@ -77,7 +77,7 @@ services:
7777
- "traefik.http.routers.backend.priority=5"
7878

7979
frontend:
80-
image: "clowder/clowder2-frontend:2.0.0-beta.2"
80+
image: "clowder/clowder2-frontend:2.0.0-beta.3"
8181
restart: unless-stopped
8282
build:
8383
context: ./frontend

frontend/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clowder-frontend",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"description": "",
55
"engines": {
66
"npm": ">=8.11",

frontend/src/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const hostname =
4242

4343
// TODO when add auth piece remove this env
4444
const apikey = process.env.APIKEY || "";
45-
config["appVersion"] = "v2.0.0-beta.2";
45+
config["appVersion"] = "v2.0.0-beta.3";
4646
config["mailingList"] = "[email protected]";
4747
config["slackChannel"] =
4848
"https://join.slack.com/t/clowder-software/shared_invite/enQtMzQzOTg0Nzk3OTUzLTYwZDlkZDI0NGI4YmI0ZjE5MTZiYmZhZTIyNWE1YzM0NWMwMzIxODNhZTA1Y2E3MTQzOTg1YThiNzkwOWQwYWE";

frontend/src/openapi/v2/core/OpenAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type Config = {
2020

2121
export const OpenAPI: Config = {
2222
BASE: '',
23-
VERSION: '2.0.0-beta.2',
23+
VERSION: '2.0.0-beta.3',
2424
WITH_CREDENTIALS: false,
2525
CREDENTIALS: 'include',
2626
TOKEN: undefined,

0 commit comments

Comments
 (0)