Releases: lsst-sqre/ltd-keeper
Releases · lsst-sqre/ltd-keeper
2.0.0-alpha.6
New features
- The release
kind
is now being automatically set based on introspection of the tracking git ref when an edition is automatically created from a build. - The release
kind
is now included in the edition response models, and can be set or reset in the POST/PATCH models for an edition. - The
lsst_doc
tracking mode now accepts semver tags, not just thevX.Y
tags typical of Rubin documentation releases.
What's Changed
- DM-44453: Fix handling of release versions in v2 API. by @jonathansick in #130
Full Changelog: 2.0.0-alpha.5...2.0.0-alpha.6
2.0.0-alpha.5
- Initial support for version dashboards with a built-in template
- Updates to GitHub Actions workflows and Docker base image
What's Changed
- Bump actions/cache from 2 to 3 by @dependabot in #111
- Bump docker/setup-buildx-action from 1 to 2 by @dependabot in #113
- Bump docker/build-push-action from 2 to 3 by @dependabot in #114
- Bump docker/login-action from 1 to 2 by @dependabot in #112
- Update dependencies by @jonathansick in #115
- Bump pre-commit/action from 2.0.3 to 3.0.0 by @dependabot in #116
- Update to setup-python@v4 action by @jonathansick in #117
- Bump python from 3.10.4-slim-buster to 3.10.5-slim-buster by @dependabot in #118
- Implement dashboard generation from built-in templates by @jonathansick in #119
Full Changelog: 2.0.0-alpha.4...2.0.0-alpha.5
2.0.0-alpha.4
What's Changed
- Fixes for organization creation in /v2/ API by @jonathansick in #107
- Add git_ref tracking mode by @jonathansick in #108
- Use AWS signature v4 for presigned POST URLs by @jonathansick in #109
Full Changelog: 2.0.0-alpha.3...2.0.0-alpha.4
2.0.0-alpha.3
What's Changed
- Update to Flask 2 by @jonathansick in #105
Full Changelog: 2.0.0-alpha.2...2.0.0-alpha.3
2.0.0-alpha.2
New in this alpha release
Move root and auth endpoints out of v1 blueprint by @jonathansick in #104
What's Changed since v1
- [DM-29084] Update Docker and pre-commit CI configuration by @rra in #75
- [neophile] Update dependencies by @sqrbot in #62
- [neophile] Update dependencies by @sqrbot in #82
- [neophile] Update dependencies by @sqrbot in #84
- Bump pre-commit/action from v2.0.0 to v2.0.3 by @dependabot in #85
- Bump py from 1.9.0 to 1.10.0 in /requirements by @dependabot in #83
- Bump pygments from 2.7.1 to 2.7.4 in /requirements by @dependabot in #77
- Bump jinja2 from 2.11.2 to 2.11.3 in /requirements by @dependabot in #76
- Bump python from 3.8.6-slim-buster to 3.9.4-slim-buster by @dependabot in #81
- [neophile] Update dependencies by @sqrbot in #87
- Support mysql and postgres in development and testing by @jonathansick in #66
- New model definitions for version 2 API by @jonathansick in #64
- Refactor services and API schemas out of database models by @jonathansick in #91
- Bump python from 3.9.5-slim-buster to 3.9.6-slim-buster by @dependabot in #90
- New celery task system by @jonathansick in #92
- Add core /v2/ API endpoints by @jonathansick in #93
- Add support for path-based project layouts by @jonathansick in #96
- Prepare Kubernetes deployment for v2 by @jonathansick in #100
- Bump actions/checkout from 2 to 3 by @dependabot in #101
- Bump actions/setup-python from 2 to 3 by @dependabot in #102
- Migrate to main as default default branch and use __main for default edition's slug by @jonathansick in #103
- Move root and auth endpoints out of v1 blueprint by @jonathansick in #104
New Contributors
Full Changelog: 1.20.3...2.0.0-alpha.2
2.0.0-alpha.1
This is the first alpha release of LTD Keeper 2, which includes the /v2/
API.
What's Changed
- [DM-29084] Update Docker and pre-commit CI configuration by @rra in #75
- [neophile] Update dependencies by @sqrbot in #62
- [neophile] Update dependencies by @sqrbot in #82
- [neophile] Update dependencies by @sqrbot in #84
- Bump pre-commit/action from v2.0.0 to v2.0.3 by @dependabot in #85
- Bump py from 1.9.0 to 1.10.0 in /requirements by @dependabot in #83
- Bump pygments from 2.7.1 to 2.7.4 in /requirements by @dependabot in #77
- Bump jinja2 from 2.11.2 to 2.11.3 in /requirements by @dependabot in #76
- Bump python from 3.8.6-slim-buster to 3.9.4-slim-buster by @dependabot in #81
- [neophile] Update dependencies by @sqrbot in #87
- Support mysql and postgres in development and testing by @jonathansick in #66
- New model definitions for version 2 API by @jonathansick in #64
- Refactor services and API schemas out of database models by @jonathansick in #91
- Bump python from 3.9.5-slim-buster to 3.9.6-slim-buster by @dependabot in #90
- New celery task system by @jonathansick in #92
- Add core /v2/ API endpoints by @jonathansick in #93
- Add support for path-based project layouts by @jonathansick in #96
- Prepare Kubernetes deployment for v2 by @jonathansick in #100
New Contributors
Full Changelog: 1.20.3...2.0.0-alpha.1
1.23.0
- Change "master" to "main" as the tracked branch for default editions when a product is created.
- Update the lsstdoc tracking mode so that it accepts either master or main as the name of a default branch to track if a semantic version is not available yet.