Jose Diaz-Gonzalez
768c7ede8d
tests: correct the app name in use
2023-02-08 12:24:20 -05:00
Jose Diaz-Gonzalez
91ff698a68
fix: use correct alias for non-initial-network connect calls
2023-02-08 12:08:26 -05:00
Jose Diaz-Gonzalez
00bc6ea144
fix: always use the network alias
2023-02-08 12:06:57 -05:00
Jose Diaz-Gonzalez
44fe34fdfa
fix: set correct alias for wait container when not using an initial network
2023-02-08 11:53:45 -05:00
Jose Diaz-Gonzalez
a88e34088d
feat: use service name as hostname
2023-02-08 11:01:02 -05:00
Jose Diaz-Gonzalez
18cd825539
feat: add network alias that is $SERVICE_NAME.$SERVICE_TYPE
...
This alias is in addition to the existing dokku.$SERVICE_TYPE.$SERVICE_NAME network alias that is derived from the hostname.
2023-02-08 11:00:01 -05:00
josegonzalez
e7efcfee63
Merge pull request #282 from dokku/network-flags
...
feat: add support for network related flags on create, clone, and upgrade
2023-02-08 10:25:57 -05:00
Jose Diaz-Gonzalez
1637ce5f25
tests: ignore case where app is already deleted
2023-02-08 02:22:08 -05:00
Jose Diaz-Gonzalez
530dcdbb31
tests: fix issue where the test app wasn't being removed on test teardown
2023-02-08 02:12:32 -05:00
Jose Diaz-Gonzalez
3b2774a8cc
chore: remove extra newline
2023-02-08 01:44:22 -05:00
Jose Diaz-Gonzalez
6dc8e57024
fix: correct imports
2023-02-08 01:42:07 -05:00
Jose Diaz-Gonzalez
07065e9a06
feat: add service container log output on failure to start
2023-02-08 01:21:00 -05:00
Jose Diaz-Gonzalez
ebb5112055
fix: add -N flag to getopts
2023-02-08 00:54:23 -05:00
Jose Diaz-Gonzalez
49e4e4ec23
tests: fix :set tests
2023-02-08 00:41:10 -05:00
Jose Diaz-Gonzalez
9b8ab5667b
tests: stop running workflows on push
...
Also remove unnecessary strategy block from jobs.
2023-02-08 00:38:21 -05:00
Jose Diaz-Gonzalez
c2e2b8af62
tests: also force destroy the lsa service
2023-02-08 00:26:56 -05:00
Jose Diaz-Gonzalez
412f92ddea
tests: output the contents of the run command in tests
2023-02-08 00:26:32 -05:00
Jose Diaz-Gonzalez
7f4f4d4782
docs: regenerate README
2023-02-08 00:13:39 -05:00
Jose Diaz-Gonzalez
934d054471
feat: add support for network related flags on create, clone, and upgrade
...
Also add some tests to cover all the network-related functionality.
2023-02-08 00:03:25 -05:00
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