forked from dokku/dokku
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# History ## 0.33.5 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.33.5/bootstrap.sh sudo DOKKU_TAG=v0.33.5 bash bootstrap.sh ``` ### Bug Fixes - dokku#6574: @josegonzalez Correct indentation when configuring https on a k3s app ### Documentation - dokku#6575: @josegonzalez Remove reference to web ui from digitalocean install documentation ### Dependencies - dokku#6573: @dependabot[bot] chore(deps): bump golang from 1.21.6 to 1.22.0 in /tests/apps/go-fail-postdeploy - dokku#6569: @dependabot[bot] chore(deps): bump golang from 1.21.6 to 1.22.0 in /tests/apps/go-fail-predeploy - dokku#6570: @dependabot[bot] chore(deps): bump golang.org/x/crypto from 0.18.0 to 0.19.0 in /plugins/common - dokku#6571: @dependabot[bot] chore(deps): bump golang from 1.21.6 to 1.22.0 in /tests/apps/zombies-dockerfile-tini - dokku#6572: @dependabot[bot] chore(deps): bump python from 3.12.1-alpine to 3.12.2-alpine in /docs/_build
- Loading branch information
Dokku Bot
committed
Feb 9, 2024
1 parent
4b480ae
commit 596d785
Showing
56 changed files
with
161 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: dokku | ||
Version: 0.33.4 | ||
Version: 0.33.5 | ||
Section: web | ||
Priority: optional | ||
Architecture: amd64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
<browserconfig> | ||
<msapplication> | ||
<tile> | ||
<square70x70logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].4/docs/assets/favicons/mstile-70x70.png"/> | ||
<square150x150logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].4/docs/assets/favicons/mstile-150x150.png"/> | ||
<square310x310logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].4/docs/assets/favicons/mstile-310x310.png"/> | ||
<wide310x150logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].4/docs/assets/favicons/mstile-310x150.png"/> | ||
<square70x70logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].5/docs/assets/favicons/mstile-70x70.png"/> | ||
<square150x150logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].5/docs/assets/favicons/mstile-150x150.png"/> | ||
<square310x310logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].5/docs/assets/favicons/mstile-310x310.png"/> | ||
<wide310x150logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].5/docs/assets/favicons/mstile-310x150.png"/> | ||
<TileColor>#da532c</TileColor> | ||
</tile> | ||
</msapplication> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,37 +2,37 @@ | |
"name": "Dokku", | ||
"icons": [ | ||
{ | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].4\/docs\/assets\/favicons\/android-chrome-36x36.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].5\/docs\/assets\/favicons\/android-chrome-36x36.png", | ||
"sizes": "36x36", | ||
"type": "image\/png", | ||
"density": "0.75" | ||
}, | ||
{ | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].4\/docs\/assets\/favicons\/android-chrome-48x48.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].5\/docs\/assets\/favicons\/android-chrome-48x48.png", | ||
"sizes": "48x48", | ||
"type": "image\/png", | ||
"density": "1.0" | ||
}, | ||
{ | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].4\/docs\/assets\/favicons\/android-chrome-72x72.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].5\/docs\/assets\/favicons\/android-chrome-72x72.png", | ||
"sizes": "72x72", | ||
"type": "image\/png", | ||
"density": "1.5" | ||
}, | ||
{ | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].4\/docs\/assets\/favicons\/android-chrome-96x96.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].5\/docs\/assets\/favicons\/android-chrome-96x96.png", | ||
"sizes": "96x96", | ||
"type": "image\/png", | ||
"density": "2.0" | ||
}, | ||
{ | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].4\/docs\/assets\/favicons\/android-chrome-144x144.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].5\/docs\/assets\/favicons\/android-chrome-144x144.png", | ||
"sizes": "144x144", | ||
"type": "image\/png", | ||
"density": "3.0" | ||
}, | ||
{ | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].4\/docs\/assets\/favicons\/android-chrome-192x192.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].5\/docs\/assets\/favicons\/android-chrome-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image\/png", | ||
"density": "4.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,6 @@ | |
"0.30.11", | ||
"0.31.5", | ||
"0.32.4", | ||
"0.33.4" | ||
"0.33.5" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.