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.35.3 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.35.3/bootstrap.sh sudo DOKKU_TAG=v0.35.3 bash bootstrap.sh ``` ### Bug Fixes - dokku#7200: @josegonzalez Automatically select a container type if none is specified - dokku#7199: @josegonzalez Check if nginx is running before reloading during an app deletion - dokku#7198: @josegonzalez Add builder-herokuish to default help output - dokku#7197: @josegonzalez Implement missing network:info command ### Tests - dokku#7201: @josegonzalez Run arm build on 22.04 ### Dependencies - dokku#7193: @dependabot[bot] chore(deps): bump pymdown-extensions from 10.9 to 10.10.1 in /docs/_build - dokku#7194: @dependabot[bot] chore(deps): bump traefik from 3.1.2 to 3.1.4 in /plugins/traefik-vhosts - dokku#7195: @dependabot[bot] chore(deps): bump dokku/openresty-docker-proxy from 0.9.0 to 0.9.1 in /plugins/openresty-vhosts - dokku#7196: @dependabot[bot] chore(deps): bump socket.io from 4.7.5 to 4.8.0 in /tests/apps/.websocket.disabled
- Loading branch information
Dokku Bot
committed
Sep 24, 2024
1 parent
5832523
commit 095995d
Showing
56 changed files
with
159 additions
and
132 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.35.2 | ||
Version: 0.35.3 | ||
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].2/docs/assets/favicons/mstile-70x70.png"/> | ||
<square150x150logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/mstile-150x150.png"/> | ||
<square310x310logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/mstile-310x310.png"/> | ||
<wide310x150logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/mstile-310x150.png"/> | ||
<square70x70logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/mstile-70x70.png"/> | ||
<square150x150logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/mstile-150x150.png"/> | ||
<square310x310logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/mstile-310x310.png"/> | ||
<wide310x150logo src="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/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].2\/docs\/assets\/favicons\/android-chrome-36x36.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].3\/docs\/assets\/favicons\/android-chrome-36x36.png", | ||
"sizes": "36x36", | ||
"type": "image\/png", | ||
"density": "0.75" | ||
}, | ||
{ | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].2\/docs\/assets\/favicons\/android-chrome-48x48.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].3\/docs\/assets\/favicons\/android-chrome-48x48.png", | ||
"sizes": "48x48", | ||
"type": "image\/png", | ||
"density": "1.0" | ||
}, | ||
{ | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].2\/docs\/assets\/favicons\/android-chrome-72x72.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].3\/docs\/assets\/favicons\/android-chrome-72x72.png", | ||
"sizes": "72x72", | ||
"type": "image\/png", | ||
"density": "1.5" | ||
}, | ||
{ | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].2\/docs\/assets\/favicons\/android-chrome-96x96.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].3\/docs\/assets\/favicons\/android-chrome-96x96.png", | ||
"sizes": "96x96", | ||
"type": "image\/png", | ||
"density": "2.0" | ||
}, | ||
{ | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].2\/docs\/assets\/favicons\/android-chrome-144x144.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].3\/docs\/assets\/favicons\/android-chrome-144x144.png", | ||
"sizes": "144x144", | ||
"type": "image\/png", | ||
"density": "3.0" | ||
}, | ||
{ | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].2\/docs\/assets\/favicons\/android-chrome-192x192.png", | ||
"src": "https:\/\/cdn.jsdelivr.net\/dokku\/[email protected].3\/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 |
---|---|---|
|
@@ -32,6 +32,6 @@ | |
"0.32.4", | ||
"0.33.9", | ||
"0.34.9", | ||
"0.35.2" | ||
"0.35.3" | ||
] | ||
} |
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
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 |
---|---|---|
|
@@ -10,26 +10,26 @@ | |
<meta name="author" content=""> | ||
<title>Dokku - The smallest PaaS implementation you've ever seen</title> | ||
|
||
<link rel="apple-touch-icon" sizes="57x57" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-57x57.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-60x60.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-76x76.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-114x114.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-120x120.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-152x152.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/apple-touch-icon-180x180.png"> | ||
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/favicon-32x32.png" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/android-chrome-192x192.png" sizes="192x192"> | ||
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/favicon-96x96.png" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/favicon-16x16.png" sizes="16x16"> | ||
<link rel="manifest" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/manifest.json"> | ||
<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/favicon.ico"> | ||
<link rel="apple-touch-icon" sizes="57x57" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/apple-touch-icon-57x57.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/apple-touch-icon-60x60.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/apple-touch-icon-72x72.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/apple-touch-icon-76x76.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/apple-touch-icon-114x114.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/apple-touch-icon-120x120.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/apple-touch-icon-144x144.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/apple-touch-icon-152x152.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/apple-touch-icon-180x180.png"> | ||
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/favicon-32x32.png" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/android-chrome-192x192.png" sizes="192x192"> | ||
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/favicon-96x96.png" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/favicon-16x16.png" sizes="16x16"> | ||
<link rel="manifest" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/manifest.json"> | ||
<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/favicon.ico"> | ||
<meta name="apple-mobile-web-app-title" content="Dokku"> | ||
<meta name="application-name" content="Dokku"> | ||
<meta name="msapplication-TileColor" content="#da532c"> | ||
<meta name="msapplication-TileImage" content="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/mstile-144x144.png"> | ||
<meta name="msapplication-config" content="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/favicons/browserconfig.xml"> | ||
<meta name="msapplication-TileImage" content="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/mstile-144x144.png"> | ||
<meta name="msapplication-config" content="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/favicons/browserconfig.xml"> | ||
<meta name="theme-color" content="#ffffff"> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous"> | ||
|
@@ -38,7 +38,7 @@ | |
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap" rel="stylesheet"> | ||
<link href="https://cdn.jsdelivr.net/gh/dokku/[email protected].2/docs/assets/style.css" rel="stylesheet"> | ||
<link href="https://cdn.jsdelivr.net/gh/dokku/[email protected].3/docs/assets/style.css" rel="stylesheet"> | ||
<!-- <link href="./assets/style.css" rel="stylesheet"> --> | ||
</head> | ||
|
||
|
@@ -98,7 +98,7 @@ | |
<main class="container px-4 px-lg-5"> | ||
<div class="row"> | ||
<div class="col-lg-7"> | ||
<a class="badge-link" href="https://github.com/dokku/dokku/releases"><span class="badge py-2 d-flex fit-content"><div class="circle align-self-center me-2"></div>Latest release <span id="releaseVersion" class="ms-1">v0.35.2</span></span></a> | ||
<a class="badge-link" href="https://github.com/dokku/dokku/releases"><span class="badge py-2 d-flex fit-content"><div class="circle align-self-center me-2"></div>Latest release <span id="releaseVersion" class="ms-1">v0.35.3</span></span></a> | ||
<h1 class="text-white hero-heading mt-5">An open source PAAS alternative to Heroku.</h1> | ||
<h4 class="text-white mt-5">Dokku helps you build and manage the lifecycle of applications from building to scaling.</h4> | ||
<div class="d-flex mt-5"> | ||
|
@@ -125,7 +125,7 @@ <h4 class="text-white mt-5">Dokku helps you build and manage the lifecycle of ap | |
</p> | ||
<p class="line"> | ||
<span class="prompt">$</span> | ||
<span class="command">sudo DOKKU_TAG=v0.35.2 bash bootstrap.sh</span> | ||
<span class="command">sudo DOKKU_TAG=v0.35.3 bash bootstrap.sh</span> | ||
</p> | ||
<br> | ||
|
||
|
Oops, something went wrong.