josegonzalez
60869897f0
Merge pull request #284 from dokku/auto-release-tags
...
feat: automatically create releases from tags
2023-02-09 03:03:08 -05:00
Jose Diaz-Gonzalez
df8f917a04
feat: automatically create releases from tags
...
This will also include release notes, allowing downstream consumers of plugins to better understand what the release includes.
2023-02-09 03:00:43 -05:00
Jose Diaz-Gonzalez
81cb9b79c5
Release 1.30.0
1.30.0
2023-02-09 00:47:42 -05:00
Jose Diaz-Gonzalez
5ed828bc2d
Release 1.28.0
1.28.0
2023-02-09 00:38:49 -05:00
josegonzalez
3c7450b9ce
Merge pull request #283 from dokku/alt-network-alias
...
feat: add network alias that is $SERVICE_NAME.$SERVICE_TYPE
2023-02-09 00:36:27 -05:00
Jose Diaz-Gonzalez
a1090e23dc
fix: use network alias when linking to wait container
2023-02-08 23:59:22 -05:00
Jose Diaz-Gonzalez
09f022086a
fix: drop extra check and always use the same network alias
2023-02-08 18:30:12 -05:00
Jose Diaz-Gonzalez
5479a2b0c9
refactor: use the same network alias as is used when running :link command
...
This allows for some degree of parity as the network will now resolve the same for both linked and networked containers.
2023-02-08 17:08:08 -05:00
Jose Diaz-Gonzalez
f68b22116d
tests: drop extra alias
2023-02-08 12:41:09 -05:00
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