Skip to content

Commit 332c228

Browse files
committed
chore: Release scotty version 0.1.0-alpha.13
1 parent 8aff443 commit 332c228

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,43 @@
22

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

5+
## [0.1.0-alpha.13] - 2024-12-13
6+
7+
### Bug Fixes
8+
9+
- Update app detail when needed ✔️
10+
- Check for app-changes every 15 secs ✔️
11+
- Use proper type for AppTtl ✔️
12+
- Handle missing domains in yaml files correctly, print an error message if the settings file couldnt be read ✔️
13+
- Update rust crate serde to v1.0.216 (#129) ✔️
14+
- Update url dependency to prevent dependabot alert #8 ✔️
15+
- Increase default ttl to 7 days ✔️
16+
- Update rust crate init-tracing-opentelemetry to v0.24.2 ✔️
17+
18+
### Dependencies
19+
20+
- Update dependency daisyui to v4.12.22 (#132) ✔️
21+
- Update dependency @sveltejs/kit to v2.11.1 ✔️
22+
- Update dependency daisyui to v4.12.21 (#131) ✔️
23+
- Update dependency @sveltejs/kit to v2.10.1 ✔️
24+
25+
### Features
26+
27+
- Try to adopt basic_auth data when available ✔️
28+
- Rename app:migrate to app:adopt ✔️
29+
- Show version string in footer ✔️
30+
- Add support for multiple domains and settings in UI ✔️
31+
- Reenable dark theme ✔️
32+
- Support multiple domains for a service (fixes #126) ✔️
33+
- Export env-vars to settings when migrating an app ✔️
34+
535
## [0.1.0-alpha.12] - 2024-12-10
636

737
### Bug Fixes
838

939
- Fix frontend build ✔️
1040
- Update rust crate chrono to v0.4.39 (#118) ✔️
41+
- Update dependency @iconify/svelte to v4.1.0 ✔️
1142
- Update rust crate tokio-stream to v0.1.17 (#115) ✔️
1243
- Update rust crate clap to v4.5.23 (#114) ✔️
1344
- Update rust crate clap to v4.5.22 (#112) ✔️

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scotty"
3-
version = "0.1.0-alpha.12"
3+
version = "0.1.0-alpha.13"
44
edition = "2021"
55
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"
66
authors = ["Stephan Maximilian Huber <[email protected]>"]

0 commit comments

Comments
 (0)