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
d4484d03738433c08e5c3ba79f2f996a497f7052
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.36.2 # History ## 0.36.2 Install/update via the bootstrap script: ```shell wget -NP . https://dokku.com/install/v0.36.2/bootstrap.sh sudo DOKKU_TAG=v0.36.2 bash bootstrap.sh ``` ### Bug Fixes - #7872: @josegonzalez Correct issues when scaling non-web processes for the scheduler-k3s plugin ### Refactors - #7871: @josegonzalez Remove public exposure of DOKKU_APP_TYPE in favor of builder detected property ### Dependencies - #7868: @dependabot[bot] chore(deps): bump grunt-cli from 1.4.3 to 1.5.0 in /tests/apps/multi - #7869: @dependabot[bot] chore(deps): bump bower from 1.8.12 to 1.8.14 in /tests/apps/multi - #7870: @dependabot[bot] chore(deps): bump tmp from 0.2.4 to 0.2.5 in /tests/apps/multi - #7867: @dependabot[bot] chore(deps): bump grunt from 1.5.3 to 1.6.1 in /tests/apps/multi - #7866: @dependabot[bot] chore(deps): bump github.com/fluxcd/pkg/kustomize from 1.18.0 to 1.19.0 in /plugins/scheduler-k3s - #7862: @dependabot[bot] chore(deps): bump google.golang.org/protobuf from 1.36.7 to 1.36.8 in /tests/apps/gogrpc ### Other - #7864: @josegonzalez chore(deps): add dependabot entries for plugins/scheduler-k3s and tests/apps/multi
2025-08-22 12:03:49 +00:00
version
=
"0.36.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