dependabot[bot]
|
cf59cac18a
|
chore(deps): bump redis from 7.0.9 to 7.0.10
Bumps redis from 7.0.9 to 7.0.10.
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-21 16:02:35 +00:00 |
|
Jose Diaz-Gonzalez
|
e76a457c74
|
Release 1.32.1
tagged-release / tagged-release (push) Has been cancelled
1.32.1
|
2023-03-19 05:30:41 -04:00 |
|
josegonzalez
|
8b653f74b0
|
Merge pull request #214 from dokku/dependabot/docker/redis-7.0.9
chore(deps): bump redis from 7.0.8 to 7.0.9
|
2023-03-19 05:30:31 -04:00 |
|
dependabot[bot]
|
57f7b138f4
|
chore(deps): bump redis from 7.0.8 to 7.0.9
Bumps redis from 7.0.8 to 7.0.9.
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-01 16:00:16 +00:00 |
|
Jose Diaz-Gonzalez
|
a443bc7912
|
Release 1.32.0
tagged-release / tagged-release (push) Has been cancelled
1.32.0
|
2023-02-25 22:13:23 -05:00 |
|
josegonzalez
|
b1d94ed87a
|
Merge pull request #213 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:12:05 -05:00 |
|
Jose Diaz-Gonzalez
|
352794aa05
|
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
|
2369ebf94a
|
Release 1.31.0
tagged-release / tagged-release (push) Has been cancelled
1.31.0
|
2023-02-25 02:23:31 -05:00 |
|
josegonzalez
|
ac78cb842c
|
Merge pull request #211 from dokku/no-restart-link
Add ability to skip restarts on link and unlink
|
2023-02-25 02:13:18 -05:00 |
|
Jose Diaz-Gonzalez
|
a902165547
|
fix: update link docs to remove erroneous copy-paste
|
2023-02-25 01:50:30 -05:00 |
|
Jose Diaz-Gonzalez
|
dbaa985fe6
|
tests: link service before unlinking
|
2023-02-25 00:47:26 -05:00 |
|
Jose Diaz-Gonzalez
|
5e78f7d1e5
|
chore: remove extra newline
|
2023-02-21 00:49:18 -05:00 |
|
Jose Diaz-Gonzalez
|
b3747635b2
|
fix: update tests to properly handle case where app is not running
|
2023-02-21 00:48:23 -05:00 |
|
Jose Diaz-Gonzalez
|
3154beb12d
|
fix: move arg-less flags to the front
|
2023-02-21 00:29:30 -05:00 |
|
Jose Diaz-Gonzalez
|
3cb6d2fe7b
|
tests: add output/status and flesh out restart tests a bit more
|
2023-02-21 00:08:53 -05:00 |
|
Jose Diaz-Gonzalez
|
577d73e7f0
|
tests: add test for --no-restart to link tests
|
2023-02-20 23:51:28 -05:00 |
|
Jose Diaz-Gonzalez
|
6b39dea20e
|
tests: add test for --no-restart to unlink tests
|
2023-02-20 23:47:03 -05:00 |
|
Jose Diaz-Gonzalez
|
ba0f46a8b5
|
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
|
673fc4c9bb
|
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
|
3c6b6e1c0f
|
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
|
9fd0ede9f3
|
Release 1.30.1
tagged-release / tagged-release (push) Has been cancelled
1.30.1
|
2023-02-09 03:12:27 -05:00 |
|
Jose Diaz-Gonzalez
|
7fb98d7cfc
|
fix: drop extra files from being included in release
|
2023-02-09 03:07:31 -05:00 |
|
josegonzalez
|
4da3491a6c
|
Merge pull request #210 from dokku/auto-release-tags
feat: automatically create releases from tags
|
2023-02-09 03:03:10 -05:00 |
|
Jose Diaz-Gonzalez
|
79d204a682
|
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
|
9a6b80c837
|
Release 1.30.0
1.30.0
|
2023-02-09 00:47:48 -05:00 |
|
Jose Diaz-Gonzalez
|
75a091477b
|
Release 1.29.0
1.29.0
|
2023-02-09 00:38:56 -05:00 |
|
josegonzalez
|
2a8489e2f8
|
Merge pull request #209 from dokku/alt-network-alias
feat: add network alias that is $SERVICE_NAME.$SERVICE_TYPE
|
2023-02-09 00:36:40 -05:00 |
|
Jose Diaz-Gonzalez
|
2965302171
|
fix: use network alias when linking to wait container
|
2023-02-08 23:59:22 -05:00 |
|
Jose Diaz-Gonzalez
|
c6f3b67509
|
fix: drop extra check and always use the same network alias
|
2023-02-08 18:30:12 -05:00 |
|
Jose Diaz-Gonzalez
|
7230fbfccd
|
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
|
b93710dbd2
|
tests: drop extra alias
|
2023-02-08 12:41:09 -05:00 |
|
Jose Diaz-Gonzalez
|
86f81e9981
|
tests: correct the app name in use
|
2023-02-08 12:24:20 -05:00 |
|
Jose Diaz-Gonzalez
|
331b5197da
|
fix: use correct alias for non-initial-network connect calls
|
2023-02-08 12:08:26 -05:00 |
|
Jose Diaz-Gonzalez
|
1925d15ffb
|
fix: always use the network alias
|
2023-02-08 12:06:57 -05:00 |
|
Jose Diaz-Gonzalez
|
c0e8b7afb8
|
fix: set correct alias for wait container when not using an initial network
|
2023-02-08 11:53:45 -05:00 |
|
Jose Diaz-Gonzalez
|
3aa2c03834
|
feat: use service name as hostname
|
2023-02-08 11:01:02 -05:00 |
|
Jose Diaz-Gonzalez
|
b664ce6411
|
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
|
ad2509d3ec
|
Merge pull request #207 from dokku/network-flags
feat: add support for network related flags on create, clone, and upgrade
|
2023-02-08 10:26:07 -05:00 |
|
Jose Diaz-Gonzalez
|
f055182cca
|
refactor: use actual database dump for redis import tests
|
2023-02-08 04:04:04 -05:00 |
|
Jose Diaz-Gonzalez
|
68b7e33a07
|
fix: remove old dump before writing it from the host
|
2023-02-08 03:12:31 -05:00 |
|
Jose Diaz-Gonzalez
|
8b9a03aa66
|
refactor: write rdb file outside of docker container command
|
2023-02-08 02:54:35 -05:00 |
|
Jose Diaz-Gonzalez
|
b845d6fb43
|
tests: ignore case where app is already deleted
|
2023-02-08 02:22:08 -05:00 |
|
Jose Diaz-Gonzalez
|
bba2f1384f
|
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
|
a4520a74e2
|
chore: drop trace from output
|
2023-02-08 01:46:00 -05:00 |
|
Jose Diaz-Gonzalez
|
8eb25a93d1
|
chore: remove extra newline
|
2023-02-08 01:44:22 -05:00 |
|
Jose Diaz-Gonzalez
|
c3b51a064d
|
fix: correct imports
|
2023-02-08 01:42:07 -05:00 |
|
Jose Diaz-Gonzalez
|
61c0ad851f
|
feat: add service container log output on failure to start
|
2023-02-08 01:21:00 -05:00 |
|
Jose Diaz-Gonzalez
|
2e241f9ae6
|
fix: add -N flag to getopts
|
2023-02-08 00:54:23 -05:00 |
|
Jose Diaz-Gonzalez
|
f6b6bd87f0
|
tests: fix :set tests
|
2023-02-08 00:41:10 -05:00 |
|
Jose Diaz-Gonzalez
|
e23f15ca7f
|
tests: stop running workflows on push
Also remove unnecessary strategy block from jobs.
|
2023-02-08 00:38:21 -05:00 |
|