Jose Diaz-Gonzalez
d5e9a12d59
fix: add missing source calls
2023-02-07 22:38:51 -05:00
Jose Diaz-Gonzalez
ae5be9ff96
fix: ensure properties are setup on plugin install
2023-02-07 22:25:43 -05:00
Jose Diaz-Gonzalez
f101842fe1
fix: suppress output only if there are no errors
2023-02-07 22:22:24 -05:00
josegonzalez
27e8af869a
Merge pull request #277 from dokku/191-network-support
...
Add custom network support
2023-02-07 19:52:13 -05:00
Jose Diaz-Gonzalez
01242f6f88
feat: add network properties to :info output
2023-02-07 18:34:30 -05:00
Jose Diaz-Gonzalez
b482b2ed8c
docs: add example for multiple networks
2023-02-07 18:34:30 -05:00
Jose Diaz-Gonzalez
36cd07ec8b
feat: add ability to set multiple, comma-delimited post-create and post-start networks
2023-02-07 18:34:30 -05:00
Jose Diaz-Gonzalez
ae0d21180a
feat: add support for attaching to networks after service container creation and start
2023-02-07 18:34:30 -05:00
Jose Diaz-Gonzalez
9a8b835a19
refactor: directly write out the cid file when creating the service container
2023-02-07 18:34:30 -05:00
Jose Diaz-Gonzalez
46ad657eaa
fix: correct error message for valid/invalid properties
2023-02-07 18:34:30 -05:00
Jose Diaz-Gonzalez
e041442ffd
fix: actually call the :set function and ensure we write properties to the correct namespace
2023-02-07 18:34:30 -05:00
Jose Diaz-Gonzalez
ad9b22837a
fix: correct issue with checking if the service container is ready when using an initial-network
2023-02-07 18:34:30 -05:00
Jose Diaz-Gonzalez
434cca5aeb
feat: add support for specifying an initial-network property
...
This network is the network that is associated with the container on creation. If specified, then the bridge network is not attached to the service.
Only a single initial network can be specified at this time.
2023-02-07 18:34:30 -05:00
josegonzalez
45c1b1047b
Merge pull request #281 from dokku/dependabot/github_actions/actions/upload-artifact-3
...
chore(deps): bump actions/upload-artifact from 2 to 3
2023-02-07 18:33:44 -05:00
dependabot[bot]
450648d241
chore(deps): bump actions/upload-artifact from 2 to 3
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-07 23:31:31 +00:00
josegonzalez
a253155e43
Merge pull request #280 from dokku/dependabot/github_actions/actions/setup-python-4
...
chore(deps): bump actions/setup-python from 2 to 4
2023-02-07 18:14:26 -05:00
josegonzalez
5e5cb373de
Merge pull request #279 from dokku/dependabot/github_actions/actions/checkout-3
...
chore(deps): bump actions/checkout from 2 to 3
2023-02-07 18:14:18 -05:00
dependabot[bot]
db224a5879
chore(deps): bump actions/setup-python from 2 to 4
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-07 23:04:08 +00:00
dependabot[bot]
11584397b1
chore(deps): bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-07 22:59:03 +00:00
Jose Diaz-Gonzalez
8b04d4d434
feat: upgrade github actions automatically
2023-02-07 17:01:15 -05:00
josegonzalez
3d9fc52c78
Merge pull request #278 from dokku/upgrade-test-os
...
feat: upgrade test os to ubuntu 20.04
2023-02-07 16:51:17 -05:00
Jose Diaz-Gonzalez
31c2c9724d
feat: upgrade test os to ubuntu 20.04
2023-02-07 16:19:10 -05:00
Jose Diaz-Gonzalez
1aae1afe5c
Release 1.27.0
1.27.0
2023-02-07 08:19:49 -05:00
josegonzalez
3288779806
Merge pull request #276 from dokku/fix-upgrades
...
fix: properly support new image and image-version values during plugin upgrades
2023-02-07 07:13:59 -05:00
Jose Diaz-Gonzalez
428e95ef08
fix: properly support new image and image-version values during plugin upgrades
...
Closes dokku/dokku-mongo#143
Closes dokku/dokku-redis#193
Closes dokku/dokku-redis#195
2023-02-07 06:53:40 -05:00
josegonzalez
0bd701736f
Merge pull request #275 from dokku/update-docker-commands
...
Update docker commands to use DOCKER_BIN
2023-02-07 04:46:22 -05:00
Jose Diaz-Gonzalez
03e4c519f1
refactor: use DOCKER_BIN env var instead of calling docker directly
...
This will allow us to alias the docker binary with podman for most actions - other than updating running containers.
2023-02-07 03:53:08 -05:00
Jose Diaz-Gonzalez
0c04ad8dcb
refactor: use namespaced docker commands for interacting with the docker binary
2023-02-07 03:39:42 -05:00
Jose Diaz-Gonzalez
13eeed1582
refactor: namespace all docker commands in common-functions
2023-02-07 03:31:50 -05:00
Jose Diaz-Gonzalez
b1cc1c7914
Release 1.26.2
1.26.2
2023-02-07 02:46:53 -05:00
Jose Diaz-Gonzalez
8701fe04e2
fix: pull the new docker image when upgrading a service if DOCKER_IMAGE_PULL is not disabled
...
Refs dokku/dokku-clickhouse#51
2023-02-07 02:45:35 -05:00
Jose Diaz-Gonzalez
d654334225
Release 1.26.1
1.26.1
2023-01-28 16:34:48 -05:00
Jose Diaz-Gonzalez
409cd36b63
docs: update the ci workflow badge
...
Refs https://github.com/badges/shields/issues/8671
2023-01-28 16:32:52 -05:00
josegonzalez
5a181a6a4c
Merge pull request #271 from dokku/5468-dokku-lib-host-root
...
feat: respect DOKKU_LIB_HOST_ROOT for mounted data volumes
2022-12-27 00:22:59 -05:00
Jose Diaz-Gonzalez
077aa4dc11
feat: respect DOKKU_LIB_HOST_ROOT for mounted data volumes
...
This change allows folks to change where dokku mounts data from for all official plugins, removing the need to specify the configuration on a one-off basis.
Refs dokku/dokku#5468
2022-12-26 23:49:28 -05:00
Jose Diaz-Gonzalez
6ebdb98ac8
Release 1.26.0
1.26.0
2022-12-26 19:02:25 -05:00
josegonzalez
b7e092db39
Merge pull request #270 from dokku/pause-stop-rm
...
Add :pause subcommand and make :stop subcommand actually remove the container
2022-12-26 18:44:39 -05:00
Jose Diaz-Gonzalez
3f338c7985
feat: add :pause subcommand and make :stop subcommand actually remove the container
2022-12-26 18:21:10 -05:00
Jose Diaz-Gonzalez
1cde514fba
docs: update readme
2022-12-26 17:27:30 -05:00
Jose Diaz-Gonzalez
d281d63afb
Release 1.25.0
1.25.0
2022-10-12 01:28:19 -04:00
Jose Diaz-Gonzalez
535bbd839f
Merge pull request #257 from dokku/dependabot/docker/postgres-14.5
...
chore(deps): bump postgres from 14.4 to 14.5
2022-10-11 21:46:51 -07:00
Jose Diaz-Gonzalez
1c4d20cd18
Merge pull request #262 from dokku/arm-support
...
Update all related images to add arm/arm64 support
2022-10-11 21:45:48 -07:00
Jose Diaz-Gonzalez
90f6f1db08
feat: update all related images to add arm/arm64 support
2022-10-11 23:59:25 -04:00
Komlan KEDJI
09926fbecd
fix: create ssl certs outside container
...
This enables support for alpine-based images like timescaledb (no bash/openssl).
Fixes #153
Fixes timescale/timescaledb-docker#99
2022-09-04 09:37:10 +00:00
dependabot[bot]
f0c5009e1a
chore(deps): bump postgres from 14.4 to 14.5
...
Bumps postgres from 14.4 to 14.5.
---
updated-dependencies:
- dependency-name: postgres
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-12 02:07:29 +00:00
Jose Diaz-Gonzalez
674d10ea4d
Release 1.24.0
1.24.0
2022-07-25 01:31:15 -04:00
Jose Diaz-Gonzalez
4e3a77ab0e
feat: add method for listing all plugin services
...
This will allow other plugins to iterate over the services exposed by a plugin and instantiate whatever is necessary for those services.
2022-07-25 01:30:32 -04:00
Jose Diaz-Gonzalez
4ea17b07dc
Release 1.23.0
1.23.0
2022-07-25 01:17:26 -04:00
Jose Diaz-Gonzalez
d5a4cddc3f
chore: run shfmt
2022-07-25 01:15:32 -04:00
Jose Diaz-Gonzalez
2909ba7a9b
Merge pull request #256 from dokku/filter-services
...
fix: refactor how services are filtered
2022-07-25 01:12:09 -04:00