Skip to content

Commit

Permalink
chore: Release scotty version 0.1.0-alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Dec 13, 2024
1 parent 8aff443 commit 332c228
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,43 @@

All notable changes to this project will be documented in this file.

## [0.1.0-alpha.13] - 2024-12-13

### Bug Fixes

- Update app detail when needed ✔️
- Check for app-changes every 15 secs ✔️
- Use proper type for AppTtl ✔️
- Handle missing domains in yaml files correctly, print an error message if the settings file couldnt be read ✔️
- Update rust crate serde to v1.0.216 (#129) ✔️
- Update url dependency to prevent dependabot alert #8 ✔️
- Increase default ttl to 7 days ✔️
- Update rust crate init-tracing-opentelemetry to v0.24.2 ✔️

### Dependencies

- Update dependency daisyui to v4.12.22 (#132) ✔️
- Update dependency @sveltejs/kit to v2.11.1 ✔️
- Update dependency daisyui to v4.12.21 (#131) ✔️
- Update dependency @sveltejs/kit to v2.10.1 ✔️

### Features

- Try to adopt basic_auth data when available ✔️
- Rename app:migrate to app:adopt ✔️
- Show version string in footer ✔️
- Add support for multiple domains and settings in UI ✔️
- Reenable dark theme ✔️
- Support multiple domains for a service (fixes #126) ✔️
- Export env-vars to settings when migrating an app ✔️

## [0.1.0-alpha.12] - 2024-12-10

### Bug Fixes

- Fix frontend build ✔️
- Update rust crate chrono to v0.4.39 (#118) ✔️
- Update dependency @iconify/svelte to v4.1.0 ✔️
- Update rust crate tokio-stream to v0.1.17 (#115) ✔️
- Update rust crate clap to v4.5.23 (#114) ✔️
- Update rust crate clap to v4.5.22 (#112) ✔️
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scotty"
version = "0.1.0-alpha.12"
version = "0.1.0-alpha.13"
edition = "2021"
description = "scotty is a small PaaS which helps you to administer a bunch of docker-compose-based applications. It comes with an API and a cli"
authors = ["Stephan Maximilian Huber <[email protected]>"]
Expand Down

0 comments on commit 332c228

Please sign in to comment.