Skip to content

Commit

Permalink
Release/3.3.1 (#45)
Browse files Browse the repository at this point in the history
* ci: use the main branch for official releases

* refactor: new container names and assets

* fix(docker-compose): wrong image tag runtipi/worker

* chore(docker-compose): add healthchecks for runtipi container

* chore: update deps

* fix(debug): check for file tipi-compose.yml instead of tipi-config.yml

* fix(debug): use new naming convention for debugging running containers

* feat: allow custom path for all runtipi folders

* chore: remove obsolete "version" from docker-compose

* ci: echo distinc id inside matrix

* refactor(api-request): improve error handling and error message

* refactor(main): use utility get_env_map

* fix(seed): throw an error if seed is not created instead of returning an empty string

* feat(reset-password): add dashboard link in printed result

* refactor: improve error handling

* refactor: update error handling and splitting

* test: is_major_bump

* Update reset password command to add an expiration timestamp

* Update reset_password.rs

Save current time instead of expiration

* refactor: proper error handling with timestamp calc

* chore: simplify suggested command for reset password

* docs: update README.md

* docs: update .all-contributorsrc

* docs: update README.md

* docs: update .all-contributorsrc

* chore: bump traefik to v3.0

---------

Co-authored-by: hex-developer <77530549+hex-developer@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Stavros <steveiliop56@gmail.com>
  • Loading branch information
4 people authored May 26, 2024
1 parent 48e9775 commit 3484307
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,24 @@
"code",
"doc"
]
},
{
"login": "hex-developer",
"name": "hex-developer",
"avatar_url": "https://avatars.githubusercontent.com/u/77530549?v=4",
"profile": "https://github.com/hex-developer",
"contributions": [
"code"
]
},
{
"login": "jnth",
"name": "Jonathan Virga",
"avatar_url": "https://avatars.githubusercontent.com/u/7796167?v=4",
"profile": "https://github.com/jnth",
"contributions": [
"code"
]
}
]
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
![Issues](https://img.shields.io/github/issues/runtipi/cli)

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg)](#contributors-)

[![All Contributors](https://img.shields.io/github/runtipi/cli](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

> 💡 Runtipi CLI is written in Rust! If you want to collaborate on a cool project, join the discussion on Discord!
Expand Down Expand Up @@ -71,6 +69,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://meienberger.dev/"><img src="https://avatars.githubusercontent.com/u/47644445?v=4?s=100" width="100px;" alt="Nicolas Meienberger"/><br /><sub><b>Nicolas Meienberger</b></sub></a><br /><a href="#code-meienberger" title="Code">💻</a> <a href="#test-meienberger" title="Tests">⚠️</a> <a href="#infra-meienberger" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/steveiliop56"><img src="https://avatars.githubusercontent.com/u/106091011?v=4?s=100" width="100px;" alt="Stavros"/><br /><sub><b>Stavros</b></sub></a><br /><a href="#code-steveiliop56" title="Code">💻</a> <a href="#doc-steveiliop56" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hex-developer"><img src="https://avatars.githubusercontent.com/u/77530549?v=4?s=100" width="100px;" alt="hex-developer"/><br /><sub><b>hex-developer</b></sub></a><br /><a href="#code-hex-developer" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jnth"><img src="https://avatars.githubusercontent.com/u/7796167?v=4?s=100" width="100px;" alt="Jonathan Virga"/><br /><sub><b>Jonathan Virga</b></sub></a><br /><a href="#code-jnth" title="Code">💻</a></td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion src/assets/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
depends_on:
runtipi:
condition: service_healthy
image: traefik:v2.11
image: traefik:v3.0
restart: unless-stopped
ports:
- ${NGINX_PORT:-80}:80
Expand Down

0 comments on commit 3484307

Please sign in to comment.