Jose Diaz-Gonzalez
4a8ed5cd06
feat: add uuid-runtime to fix random id generation in tests
2021-09-16 00:26:11 -04:00
Jose Diaz-Gonzalez
709d8d411c
fix: mount correct path for DOKKU_HOST_ROOT
2021-09-16 00:26:11 -04:00
Jose Diaz-Gonzalez
e79b750b6d
Merge pull request #4786 from dokku/ps-restore-docs
...
Add missing argument from trigger documentation
2021-09-14 02:25:33 -04:00
Jose Diaz-Gonzalez
bb4a2da52e
docs: add missing argument from trigger documentation
2021-09-14 02:25:08 -04:00
Jose Diaz-Gonzalez
79bb5cb9a7
fix: add make change for devcontainer support
2021-09-14 02:24:16 -04:00
Jose Diaz-Gonzalez
70877e351c
Merge pull request #4785 from dokku/devcontainer-support
...
Add support for VSCode Dev Containers
2021-09-14 02:23:31 -04:00
Jose Diaz-Gonzalez
8877abb83f
feat: add support for VSCode Dev Containers
...
This cannot be used in codespaces due to the extra mount, but it does allow for local development.
2021-09-14 02:22:52 -04:00
Jose Diaz-Gonzalez
e1482df157
Merge pull request #4780 from adam12/adam12-patch-1
...
Update source for `dokku-update`
2021-09-13 20:54:00 -04:00
Adam Daniels
b45b2db8e7
Update source for dokku-update
...
The `dokku-update` tool has been extracted into it's own repository, and is
no longer available inside the `dokku` source.
2021-09-13 20:42:41 -04:00
Dokku Bot
d21efd90b4
Release 0.25.4
...
# History
## 0.25.4
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.25.4/bootstrap.sh
sudo DOKKU_TAG=v0.25.4 bash bootstrap.sh
```
### Bug Fixes
- #4775 : @josegonzalez Add support for url-encoded vector-sink config values …
- #4777 : @josegonzalez Set correct version for registry plugin
### Documentation
- #4776 : @josegonzalez Clarify valid values for container-type when entering containers
### Other
- #4774 : @dependabot[bot] chore(deps): bump sqlparse from 0.4.1 to 0.4.2 in /tests/apps/dockerfile-release
v0.25.4
2021-09-11 08:09:10 +00:00
Jose Diaz-Gonzalez
d82a259bab
Merge pull request #4775 from dokku/vector-escaped-uri-support
...
Add support for url-encoded vector-sink config values …
2021-09-11 01:32:15 -04:00
Jose Diaz-Gonzalez
6f64a59f49
Merge pull request #4777 from dokku/josegonzalez-patch-1
...
Set correct version for registry plugin
2021-09-11 01:32:06 -04:00
Jose Diaz-Gonzalez
d67aa94709
fix: set correct version for registry plugin
2021-09-11 01:31:53 -04:00
Jose Diaz-Gonzalez
f8376c8845
Merge pull request #4776 from dokku/4768-document-enter
...
Clarify valid values for container-type when entering containers
2021-09-10 23:22:03 -04:00
Jose Diaz-Gonzalez
52f3cf2af0
docs: clarify valid values for container-type when entering containers
...
Refs #4768
2021-09-10 23:20:16 -04:00
Jose Diaz-Gonzalez
0997fd3347
fix: add support for url-encoded vector-sink config values
...
We additionally force-replace \u0026 with an ampersand to ensure we properly support & in config values (such as for URIs).
2021-09-10 23:04:41 -04:00
Jose Diaz-Gonzalez
2c4fec77bb
refactor: force-set the type and inputs for a vector sink
...
Previously, a user could inadvertently override the type or the inputs value by specifying those in their config. Instead, we force-set these so that users do not have potentially invalid config.
2021-09-10 23:03:29 -04:00
Jose Diaz-Gonzalez
2a04ed70b6
fix: do not attempt to sprintf properties
...
Previously, any properties with a % would be formatted using sprintf, causing issues when consuming those values later on.
2021-09-10 23:02:21 -04:00
Jose Diaz-Gonzalez
1ea821a6c3
docs: document the vector-logs command
2021-09-10 23:01:33 -04:00
Jose Diaz-Gonzalez
3358254212
Merge pull request #4774 from dokku/dependabot/pip/tests/apps/dockerfile-release/sqlparse-0.4.2
...
chore(deps): bump sqlparse from 0.4.1 to 0.4.2 in /tests/apps/dockerfile-release
2021-09-10 19:22:27 -04:00
dependabot[bot]
dbde0b2719
chore(deps): bump sqlparse in /tests/apps/dockerfile-release
...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse ) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/andialbrecht/sqlparse/releases )
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG )
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.1...0.4.2 )
---
updated-dependencies:
- dependency-name: sqlparse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-10 18:45:52 +00:00
Dokku Bot
9ead92a490
Release 0.25.3
...
# History
## 0.25.3
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.25.3/bootstrap.sh
sudo DOKKU_TAG=v0.25.3 bash bootstrap.sh
```
### Bug Fixes
- #4767 : @josegonzalez Output logs when container rename fails and continue on
- #4764 : @josegonzalez Reference correct plugin when setting up app-json plugin
### Refactors
- #4741 : @josegonzalez Use a Dockerfile to speed up env var injection for herokuish app builds
### Documentation
- #4763 : @josegonzalez Remove install doc references to removed web installer
### Other
- #4766 : @josegonzalez Capitalize certain log messages for aesthetic reasons
v0.25.3
2021-09-06 18:04:19 +00:00
Jose Diaz-Gonzalez
feb6f2fed6
Merge pull request #4767 from dokku/3900-log-on-rename-fail
...
Output logs when container rename fails and continue on
2021-09-05 02:31:16 -04:00
Jose Diaz-Gonzalez
128c442b17
Merge pull request #4741 from dokku/faster-builds
...
Use a Dockerfile to speed up env var injection for herokuish app builds
2021-09-05 02:13:34 -04:00
Jose Diaz-Gonzalez
162db40370
Merge pull request #4766 from dokku/nicer-log-output
...
Capitalize certain log messages for aesthetic reasons
2021-09-05 02:06:59 -04:00
Jose Diaz-Gonzalez
5855fd069f
fix: use RANDOM in upcoming name
...
This fixes issues where a previous deploy may have failed, consuming that other slot.
2021-09-05 01:15:38 -04:00
Jose Diaz-Gonzalez
c045b1ca6b
chore: capitalize certain log messages for aesthetic reasons
2021-09-05 00:36:58 -04:00
Jose Diaz-Gonzalez
d1319977d6
fix: add log message when rename fails and continue
...
This allows folks to later investigate why the rename failed (probably an app bug) and helpfully posts the container logs.
If multiple containers fail, they may have a ton of output, but this is better than not knowing what is going on.
Closes #3900
2021-09-05 00:35:57 -04:00
Jose Diaz-Gonzalez
9c073364f5
feat: set initial container name for docker-local deploys
...
This makes it easier to track a Dokku container vs an intermediate container or something created external to Dokku.
The container is properly renamed later on, so the `upcoming` part is just an indicator that the container has potentially not yet passed healthchecks.
2021-09-05 00:35:03 -04:00
Jose Diaz-Gonzalez
e9554447d6
Merge pull request #4764 from dokku/josegonzalez-patch-1
...
Reference correct plugin when setting up app-json plugin
2021-09-04 23:26:25 -04:00
Jose Diaz-Gonzalez
f3f9d37d59
fix: reference correct plugin when setting up app-json plugin
2021-09-04 22:43:10 -04:00
Jose Diaz-Gonzalez
0454f3bc8f
Merge pull request #4763 from dokku/4762-installer-docs
...
Remove install doc references to removed web installer
2021-09-04 16:31:37 -04:00
Jose Diaz-Gonzalez
aa81bc0589
docs: remove web installer from homepage
2021-09-04 16:31:28 -04:00
Jose Diaz-Gonzalez
3f70ee3e54
Update README.md
2021-09-04 16:27:27 -04:00
Dokku Bot
e922615cc7
Release 0.25.2
...
# History
## 0.25.2
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.25.2/bootstrap.sh
sudo DOKKU_TAG=v0.25.2 bash bootstrap.sh
```
### Bug Fixes
- #4760 : @josegonzalez Add missing rsync to OS dependency list for git:sync command
### New Features
- #4761 : @josegonzalez Correct permissions for userns support
- #4742 : @ashkulz bootstrap: add support for Debian 11 (bullseye)
### Documentation
- #4747 : @erickedji Fix process management references to formation key in app.json
### Other
- #4753 : @dependabot[bot] chore(deps): bump socket.io from 4.1.3 to 4.2.0 in /tests/apps/.websocket.disabled
- #4750 : @dependabot[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 196 to 197 in /tests/apps/php
- #4758 : @ltalirz Fix typo in network docs
- #4748 : @trival Remove spare backtick in 0.25.0-migration-guide.md
v0.25.2
2021-09-04 20:13:55 +00:00
Jose Diaz-Gonzalez
d6a70c7e7b
Merge pull request #4761 from dokku/4746-userns-support
...
Correct permissions for userns support
2021-09-04 14:10:41 -04:00
Jose Diaz-Gonzalez
c725506d63
fix: correct permissions for userns support
...
Closes #4746
2021-09-04 02:38:31 -04:00
Jose Diaz-Gonzalez
cafcf5cb7c
Merge pull request #4753 from dokku/dependabot/npm_and_yarn/tests/apps/dot-websocket.disabled/socket.io-4.2.0
...
chore(deps): bump socket.io from 4.1.3 to 4.2.0 in /tests/apps/.websocket.disabled
2021-09-04 00:26:00 -04:00
Jose Diaz-Gonzalez
54e6dd59f1
Merge pull request #4750 from dokku/dependabot/composer/tests/apps/php/heroku/heroku-buildpack-php-197
...
chore(deps-dev): bump heroku/heroku-buildpack-php from 196 to 197 in /tests/apps/php
2021-09-04 00:25:53 -04:00
Jose Diaz-Gonzalez
bd89c31cb7
Merge pull request #4760 from dokku/4754-install-rsync
...
Add missing rsync to OS dependency list for git:sync command
2021-09-04 00:25:42 -04:00
Jose Diaz-Gonzalez
4136c2682f
Merge pull request #4742 from ashkulz/debian_bullseye
...
bootstrap: add support for Debian 11 (bullseye)
2021-09-03 21:59:49 -04:00
Jose Diaz-Gonzalez
5b8c93fd29
fix: install rsync
...
Closes #4754
2021-09-03 21:55:27 -04:00
Jose Diaz-Gonzalez
0337a21f66
Merge pull request #4758 from ltalirz/patch-3
...
Fix typo in network docs
2021-09-03 11:33:49 -04:00
Leopold Talirz
407c54757d
Update network.md
2021-09-03 15:00:27 +02:00
Leopold Talirz
5dbefcbd9c
docs: fix typo
2021-09-03 14:58:20 +02:00
dependabot[bot]
70e552535b
chore(deps): bump socket.io in /tests/apps/.websocket.disabled
...
Bumps [socket.io](https://github.com/socketio/socket.io ) from 4.1.3 to 4.2.0.
- [Release notes](https://github.com/socketio/socket.io/releases )
- [Changelog](https://github.com/socketio/socket.io/blob/master/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io/compare/4.1.3...4.2.0 )
---
updated-dependencies:
- dependency-name: socket.io
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-30 13:13:42 +00:00
dependabot[bot]
8e6b19c36e
chore(deps-dev): bump heroku/heroku-buildpack-php in /tests/apps/php
...
Bumps [heroku/heroku-buildpack-php](https://github.com/heroku/heroku-buildpack-php ) from 196 to 197.
- [Release notes](https://github.com/heroku/heroku-buildpack-php/releases )
- [Changelog](https://github.com/heroku/heroku-buildpack-php/blob/main/CHANGELOG.md )
- [Commits](https://github.com/heroku/heroku-buildpack-php/compare/v196...v197 )
---
updated-dependencies:
- dependency-name: heroku/heroku-buildpack-php
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-27 13:08:48 +00:00
Jose Diaz-Gonzalez
c379b3e477
Merge pull request #4748 from trival/patch-1
...
Remove spare backtick in 0.25.0-migration-guide.md
2021-08-25 10:14:20 -04:00
Thomas Gorny
2271c476e9
Remove spare backtick in 0.25.0-migration-guide.md
2021-08-25 11:44:59 +02:00
Ashish Kulkarni
c70be7a386
bootstrap: add support for Debian 11 (bullseye)
...
fixes #4740
2021-08-24 13:26:18 +05:30