Skip to content

Commit

Permalink
chore: Release scotty version 0.1.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Oct 17, 2024
1 parent 37c3156 commit 90d133e
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 2 deletions.
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [0.1.0-alpha.5] - 2024-10-17

### CI

- Add openssl to dependencies to fix problem with cross-compilation in ci ✔️

### Documentation

- Document how to create a new release ✔️

## [0.1.0-alpha.4] - 2024-10-17

### CI
Expand Down Expand Up @@ -115,4 +125,55 @@ All notable changes to this project will be documented in this file.
- Implement list, run, stop and rm docker-compose based app via API ✔️
- Add first cut of a websocket implementation ✔️

### Other (unconventional)

- Merge pull request #1 from factorial-io/dependabot/npm_and_yarn/frontend/rollup-4.24.0

chore(deps-dev): bump rollup from 4.22.0 to 4.24.0 in /frontend ❌
- Merge branch 'renovate/opentelemetry-packages' ❌
- Merge branch 'renovate/traefik-3.x' into 'main'

chore(deps): update traefik docker tag to v3.2

See merge request administration/scotty!11 ❌
- Merge branch 'renovate/dependencies-(patch)' into 'main'

fix(deps): update dependencies (patch)

See merge request administration/scotty!7 ❌
- Merge branch 'renovate/dependencies-(non-major)' into 'main'

fix(deps): update dependencies (non-major)

See merge request administration/scotty!2 ❌
- Merge branch 'first-draft-of-frontend'

# Conflicts:
# frontend/src/components/start-stop-app-action.svelte
# frontend/src/lib/index.ts
# frontend/src/stores/tasksStore.ts
# frontend/vite.config.ts ❌
- Merge branch 'first-draft-of-frontend' ❌
- Merge branch 'first-draft-of-frontend' ❌
- Rename yafbds to scotty ❌
- Merge branch 'renovate/rust-1.x' into 'main'

chore(deps): update rust docker tag to v1.81

See merge request administration/yafbds!5 ❌
- Savw WIP ❌
- WIP ❌
- Merge branch 'renovate/traefik-3.x' into 'main'

chore(deps): update traefik docker tag to v3.1

See merge request administration/yafbds!3 ❌
- Merge branch 'renovate/configure' into 'main'

Configure Renovate

See merge request administration/yafbds!1 ❌
- Add renovate.json ❌
- Initial commit ❌

<!-- generated by git-cliff -->
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.4"
version = "0.1.0-alpha.5"
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 90d133e

Please sign in to comment.