Skip to content

Commit

Permalink
REL: v0.1.0-b14
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Jan 21, 2025
1 parent 501b28b commit 1f5779d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,21 @@ Write the date in place of the "Unreleased" in the case a new version is release

# Changelog

## Unreleased
## v0.1.0-b14 (2024-01-21)

### Changed

- Updated OIDC Authenticator configuration to expect `well_known_uri` and
`audience` and to no longer expect `token_uri`, `authorization_endpoint` and
`public_keys`, which can be fetched at initialization (server startup) time.
See examples `example_configs/orcid_auth.yml`,
`example_configs/google_auth.yml`, and `example_configs/simple_oidc`.

### Maintenance

- Addressed DeprecationWarnings from Python and dependencies
- Update AccessPolicy Docs to match new filter arguments
- Refactored intialization of dask DataFrame
- Refactored intialization of dask DataFrame to be compatible with dask 2025.1

## v0.1.0-b13 (2024-01-09)

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.2"
services:
tiled:
image: ghcr.io/bluesky/tiled:v0.1.0-b13
image: ghcr.io/bluesky/tiled:v0.1.0-b14
environment:
- TILED_SINGLE_USER_API_KEY=${TILED_SINGLE_USER_API_KEY}
ports:
Expand Down

0 comments on commit 1f5779d

Please sign in to comment.