Releases: tinyauthapp/analytics
Releases · tinyauthapp/analytics
v1.1.0
What's Changed
Warning
The image was moved from ghcr.io/steveiliop56/tinyauth-analytics to ghcr.io/tinyauthapp/analytics. There is no longer a separate dashboard package as it's now hosted under the /dashboard path on the server itself. This change is backwards compatible and will continue to work with previous versions of the separate dashboard package, but from now on, no dashboard docker images will be released.
- refactor: move dashboard out of separate package by @steveiliop56 in #24
- chore(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in #21
- chore(deps): bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #22
- chore(deps): bump modernc.org/sqlite from 1.48.0 to 1.48.1 in the minor-patch group by @dependabot[bot] in #23
- feat: add badge endpoint for shields.io by @steveiliop56 in #25
Full Changelog: v1.0.2...v1.1.0
v1.1.0-beta.3
fix: add badge handler in dockerfile
v1.1.0-beta.2
chore: add review comments for #24
v1.1.0-beta.1: chore(deps): bump modernc.org/sqlite in the minor-patch group (#23)
Pre-release
Bumps the minor-patch group with 1 update: [modernc.org/sqlite](https://gitlab.com/cznic/sqlite). Updates `modernc.org/sqlite` from 1.48.0 to 1.48.1 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.48.0...v1.48.1) --- updated-dependencies: - dependency-name: modernc.org/sqlite dependency-version: 1.48.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.0.2
What's Changed
- chore(deps): bump the minor-patch group with 2 updates by @dependabot[bot] in #14
- chore(deps): bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #15
- chore(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #16
- chore(deps): bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #17
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #18
- chore(deps): bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #19
- chore(deps): bump modernc.org/sqlite from 1.46.1 to 1.48.0 in the minor-patch group by @dependabot[bot] in #20
Full Changelog: v1.0.1...v1.0.2
v1.0.2-beta.1
chore: enable github action updates in dependabot
v1.0.1
What's Changed
- chore(deps): bump the minor-patch group across 1 directory with 2 updates by @dependabot[bot] in #13
Full Changelog: v1.0.0...v1.0.1
v1.0.1-beta.1
Merge pull request #13 from steveiliop56/dependabot/go_modules/minor-…
v1.0.0
Breaking changes
- The environment variable
DB_PATHhas been renamed toDATABASE_PATH
What's Changed
- refactor: rewrite app with chi and sqlc by @steveiliop56 in #10
- chore(deps): bump alpine from 3.22 to 3.23 by @dependabot[bot] in #8
- chore(deps): bump modernc.org/sqlite from 1.40.1 to 1.41.0 in the minor-patch group by @dependabot[bot] in #11
Full Changelog: v0.3.0...v1.0.0
v1.0.0-beta.1
chore: remove log level from vs code config