Jose Diaz-Gonzalez
|
e3f7c1a71e
|
chore: regenerate readme
|
2023-03-05 04:40:07 -05:00 |
|
josegonzalez
|
3466997632
|
Merge pull request #164 from dokku/dependabot/docker/mongo-6.0.4
chore(deps): bump mongo from 5.0.9 to 6.0.4
|
2023-03-05 04:33:43 -05:00 |
|
dependabot[bot]
|
17439f7a0a
|
chore(deps): bump mongo from 5.0.9 to 6.0.4
Bumps mongo from 5.0.9 to 6.0.4.
---
updated-dependencies:
- dependency-name: mongo
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-05 09:11:42 +00:00 |
|
Jose Diaz-Gonzalez
|
4939abaa41
|
Release 1.32.0
tagged-release / tagged-release (push) Has been cancelled
1.32.0
|
2023-02-25 22:13:09 -05:00 |
|
josegonzalez
|
e85adaf39e
|
Merge pull request #180 from dokku/error-when-link-exists
Show an error when an ambassador container already exists but we don't have expose configuration
|
2023-02-25 22:11:29 -05:00 |
|
Jose Diaz-Gonzalez
|
5eac5448e6
|
fix: show an error when an ambassador container already exists but we don't have expose configuration
Closes dokku/dokku-redis#200
|
2023-02-25 20:10:37 -05:00 |
|
Jose Diaz-Gonzalez
|
081357c56d
|
Release 1.31.0
tagged-release / tagged-release (push) Has been cancelled
1.31.0
|
2023-02-25 02:23:17 -05:00 |
|
josegonzalez
|
51078f7e76
|
Merge pull request #179 from dokku/no-restart-link
Add ability to skip restarts on link and unlink
|
2023-02-25 02:12:55 -05:00 |
|
Jose Diaz-Gonzalez
|
a19cd9f4e7
|
fix: update link docs to remove erroneous copy-paste
|
2023-02-25 01:50:30 -05:00 |
|
Jose Diaz-Gonzalez
|
db188ed9b5
|
tests: link service before unlinking
|
2023-02-25 00:47:25 -05:00 |
|
Jose Diaz-Gonzalez
|
acdaf553df
|
chore: remove extra newline
|
2023-02-21 00:49:17 -05:00 |
|
Jose Diaz-Gonzalez
|
c86a482415
|
fix: update tests to properly handle case where app is not running
|
2023-02-21 00:48:22 -05:00 |
|
Jose Diaz-Gonzalez
|
554bf4c3b4
|
fix: move arg-less flags to the front
|
2023-02-21 00:29:30 -05:00 |
|
Jose Diaz-Gonzalez
|
df8b454fd6
|
tests: add output/status and flesh out restart tests a bit more
|
2023-02-21 00:08:53 -05:00 |
|
Jose Diaz-Gonzalez
|
df6a78660d
|
tests: add test for --no-restart to link tests
|
2023-02-20 23:51:27 -05:00 |
|
Jose Diaz-Gonzalez
|
d49f80f06e
|
tests: add test for --no-restart to unlink tests
|
2023-02-20 23:47:03 -05:00 |
|
Jose Diaz-Gonzalez
|
bbef0173a2
|
chore: make all the service names used in the service_unlink tests the same
|
2023-02-20 23:40:09 -05:00 |
|
Jose Diaz-Gonzalez
|
22de4506d2
|
chore: make all the service names used in the service_link tests the same
|
2023-02-20 23:35:12 -05:00 |
|
Jose Diaz-Gonzalez
|
3e827e15f9
|
feat: add ability to skip restarts on link and unlink
Refs dokku/dokku-redis#192
|
2023-02-20 23:26:44 -05:00 |
|
Jose Diaz-Gonzalez
|
0b3b744d9b
|
Release 1.30.1
tagged-release / tagged-release (push) Has been cancelled
1.30.1
|
2023-02-09 03:12:12 -05:00 |
|
Jose Diaz-Gonzalez
|
681d825bb8
|
fix: drop extra files from being included in release
|
2023-02-09 03:07:31 -05:00 |
|
josegonzalez
|
7275006e29
|
Merge pull request #178 from dokku/auto-release-tags
feat: automatically create releases from tags
|
2023-02-09 03:02:02 -05:00 |
|
Jose Diaz-Gonzalez
|
183d79ee53
|
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:42 -05:00 |
|
Jose Diaz-Gonzalez
|
8913a1452b
|
Release 1.30.0
1.30.0
|
2023-02-09 00:47:33 -05:00 |
|
Jose Diaz-Gonzalez
|
68ca96d9d9
|
Release 1.25.0
1.25.0
|
2023-02-09 00:38:38 -05:00 |
|
josegonzalez
|
fb16ef5223
|
Merge pull request #177 from dokku/alt-network-alias
feat: add network alias that is $SERVICE_NAME.$SERVICE_TYPE
|
2023-02-09 00:35:53 -05:00 |
|
Jose Diaz-Gonzalez
|
acd623401d
|
fix: use network alias when linking to wait container
|
2023-02-08 23:59:22 -05:00 |
|
Jose Diaz-Gonzalez
|
8636a6dd39
|
fix: drop extra check and always use the same network alias
|
2023-02-08 18:30:12 -05:00 |
|
Jose Diaz-Gonzalez
|
75ce3385fa
|
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
|
fb86f97d4b
|
tests: drop extra alias
|
2023-02-08 12:41:09 -05:00 |
|
Jose Diaz-Gonzalez
|
49690af006
|
tests: correct the app name in use
|
2023-02-08 12:24:20 -05:00 |
|
Jose Diaz-Gonzalez
|
6814405ce9
|
fix: use correct alias for non-initial-network connect calls
|
2023-02-08 12:08:26 -05:00 |
|
Jose Diaz-Gonzalez
|
18d1256d5e
|
fix: always use the network alias
|
2023-02-08 12:06:57 -05:00 |
|
Jose Diaz-Gonzalez
|
960a499864
|
fix: set correct alias for wait container when not using an initial network
|
2023-02-08 11:53:45 -05:00 |
|
Jose Diaz-Gonzalez
|
0de0971810
|
feat: use service name as hostname
|
2023-02-08 11:01:02 -05:00 |
|
Jose Diaz-Gonzalez
|
fdda1b47f9
|
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
|
b26c936259
|
Merge pull request #174 from dokku/network-flags
feat: add support for network related flags on create, clone, and upgrade
|
2023-02-08 10:25:45 -05:00 |
|
Jose Diaz-Gonzalez
|
9a639cd36a
|
chore: drop debugging
|
2023-02-08 05:12:47 -05:00 |
|
Jose Diaz-Gonzalez
|
d4cfd94bc7
|
tests: ignore case where app is already deleted
|
2023-02-08 04:12:43 -05:00 |
|
Jose Diaz-Gonzalez
|
36cccdf231
|
tests: fix issue where the test app wasn't being removed on test teardown
|
2023-02-08 04:12:43 -05:00 |
|
Jose Diaz-Gonzalez
|
f8a245f5f8
|
debug: add trace output
|
2023-02-08 04:12:43 -05:00 |
|
Jose Diaz-Gonzalez
|
d1a33a6e18
|
chore: remove extra newline
|
2023-02-08 04:12:43 -05:00 |
|
Jose Diaz-Gonzalez
|
87889957ff
|
fix: correct imports
|
2023-02-08 04:12:43 -05:00 |
|
Jose Diaz-Gonzalez
|
8081de8258
|
feat: add service container log output on failure to start
|
2023-02-08 04:12:43 -05:00 |
|
Jose Diaz-Gonzalez
|
1f9407fc19
|
fix: add -N flag to getopts
|
2023-02-08 04:12:43 -05:00 |
|
Jose Diaz-Gonzalez
|
1cc451435c
|
tests: fix :set tests
|
2023-02-08 04:12:43 -05:00 |
|
Jose Diaz-Gonzalez
|
7144e34b0f
|
tests: stop running workflows on push
Also remove unnecessary strategy block from jobs.
|
2023-02-08 04:12:43 -05:00 |
|
Jose Diaz-Gonzalez
|
8163a43f6b
|
tests: also force destroy the lsa service
|
2023-02-08 04:12:43 -05:00 |
|
Jose Diaz-Gonzalez
|
fec9f76d27
|
tests: output the contents of the run command in tests
|
2023-02-08 04:12:43 -05:00 |
|
Jose Diaz-Gonzalez
|
a265bc62fc
|
docs: regenerate README
|
2023-02-08 04:12:43 -05:00 |
|