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
ba57919dfe481e3479e32d6663cc7bb8d6977c98
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.32.2 # History ## 0.32.2 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.32.2/bootstrap.sh sudo DOKKU_TAG=v0.32.2 bash bootstrap.sh ``` ### New Features - #6324: @josegonzalez Update openresty image to 0.6.0 ### Documentation - #6316: @holamendi Fix docs app-exists plugin trigger description ### Dependencies - #6307: @dependabot[bot] chore(deps): bump luizm/action-sh-checker from 0.7.0 to 0.8.0 - #6308: @dependabot[bot] chore(deps): bump werkzeug from 3.0.0 to 3.0.1 in /tests/apps/python-flask - #6310: @dependabot[bot] chore(deps): bump github.com/onsi/gomega from 1.28.1 to 1.29.0 in /plugins/config - #6311: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 39.2.4 to 40.0.0
2023-11-03 07:03:44 +00:00
version
=
"0.32.2"
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