This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
dokku
Watch
1
Star
0
Fork
0
You've already forked dokku
mirror of
https://github.com/dokku/dokku.git
synced
2025-12-28 16:06:40 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f5aa90d1ab4d0c5c71cf1b8f4b4e7b5373d5d97e
dokku
/
plugins
/
ports
/
plugin.toml
5 lines
84 B
TOML
Raw
Normal View
History
Unescape
Escape
refactor: move all port management code to standalone ports plugin This change makes interacting with port mappings more clear - folks might previously set the port mapping to the proxy type or vice-versa. The existing proxy:ports* commands still exist but will show a deprecation warning for a single minor release.
2023-07-02 01:29:01 -04:00
[
plugin
]
description
=
"dokku core ports plugin"
Release 0.35.4 # History ## 0.35.4 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.35.4/bootstrap.sh sudo DOKKU_TAG=v0.35.4 bash bootstrap.sh ``` ### Bug Fixes - #7209: @josegonzalez Exit non-zero if any deployment tasks fails - #7211: @josegonzalez Always set the git rev env var when building an app via git:sync - #7208: @josegonzalez Compute path for docker-container-healthchecker - #7205: @Cactusbone chore: fix vagrant dokku-windows config ### Tests - #7210: @josegonzalez Ensure pack binary is installed correctly when running tests in a devcontainer ### Dependencies - #7206: @dependabot[bot] chore(deps): bump mkdocs-material from 9.5.37 to 9.5.38 in /docs/_build - #7207: @dependabot[bot] chore(deps): bump pymdown-extensions from 10.10.1 to 10.10.2 in /docs/_build - #7203: @dependabot[bot] chore(deps): bump mkdocs-material from 9.5.36 to 9.5.37 in /docs/_build
2024-09-29 06:50:53 +00:00
version
=
"0.35.4"
refactor: move all port management code to standalone ports plugin This change makes interacting with port mappings more clear - folks might previously set the port mapping to the proxy type or vice-versa. The existing proxy:ports* commands still exist but will show a deprecation warning for a single minor release.
2023-07-02 01:29:01 -04:00
[
plugin
.
config
]
Reference in New Issue
Copy Permalink