Jose Diaz-Gonzalez
babb2766bd
chore: update publish-unit-test-result-action
2022-12-29 00:02:24 -05:00
josegonzalez
b983191c6d
Merge pull request #5555 from dokku/josegonzalez-patch-1
...
Drop debugging code from ps plugin
2022-12-28 23:51:47 -05:00
josegonzalez
30887d74fc
chore: drop debugging code from ps plugin
...
This was accidentally added in a refactor of how processes are managed.
2022-12-28 23:50:39 -05:00
Dokku Bot
f828c7a3ec
Release 0.29.3
...
# History
## 0.29.3
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.29.3/bootstrap.sh
sudo DOKKU_TAG=v0.29.3 bash bootstrap.sh
```
### Bug Fixes
- #5544 : @josegonzalez Exit non-zero when git:from-image deploys fail to start the app
- #5543 : @josegonzalez Properly parse arguments for git:status command
### Tests
- #5554 : @josegonzalez Validate that procfile-path is respected
### Other
- #5551 : @dependabot[bot] chore(deps): bump ruby from 3.1.3 to 3.2.0 in /tests/apps/dockerfile-entrypoint
- #5547 : @dependabot[bot] chore(deps): bump setuptools from 65.5.0 to 65.5.1 in /tests/apps/dockerfile-release
- #5542 : @josegonzalez Add json output format support to storage:list
v0.29.3
2022-12-28 23:39:41 +00:00
josegonzalez
2a99aa7814
Merge pull request #5554 from dokku/5550-procfile-path
...
Validate that procfile-path is respected
2022-12-28 18:02:51 -05:00
Jose Diaz-Gonzalez
9f6aade092
fix: run unbuffered
2022-12-28 16:42:36 -05:00
Jose Diaz-Gonzalez
e01730857c
fix: overwrite the in-repo Procfile with the desired Procfile
...
Without this change, herokuish and pack builds would not run the correct command as the Procfile could still be the old Procfile.
2022-12-28 15:36:34 -05:00
Jose Diaz-Gonzalez
514a3efa5c
fix: use the correct test app for ps-general-2
...
Otherwise we aren't testing the desired Procfile behavior.
2022-12-28 15:35:56 -05:00
Jose Diaz-Gonzalez
476a4efa46
fix: use -u in Procfile to unbuffer python output
...
Without this, logs don't get written out immediately, causing tests to fail.
2022-12-28 15:35:26 -05:00
Jose Diaz-Gonzalez
21bb5ea2ed
fix: delete existing Procfile if the user tried to overwrite it with a non-existing one
...
This behavior follows what is described in the documentation.
2022-12-28 15:34:53 -05:00
Jose Diaz-Gonzalez
d9af6516bb
tests: validate that procfile-path is respected
...
Refs #5550
2022-12-28 13:40:33 -05:00
josegonzalez
48452558bd
Merge pull request #5551 from dokku/dependabot/docker/tests/apps/dockerfile-entrypoint/ruby-3.2.0
...
chore(deps): bump ruby from 3.1.3 to 3.2.0 in /tests/apps/dockerfile-entrypoint
2022-12-28 12:32:13 -05:00
dependabot[bot]
04d1160856
chore(deps): bump ruby in /tests/apps/dockerfile-entrypoint
...
Bumps ruby from 3.1.3 to 3.2.0.
---
updated-dependencies:
- dependency-name: ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-28 13:13:05 +00:00
josegonzalez
31cd2f60f2
Merge pull request #5547 from dokku/dependabot/pip/tests/apps/dockerfile-release/setuptools-65.5.1
...
chore(deps): bump setuptools from 65.5.0 to 65.5.1 in /tests/apps/dockerfile-release
2022-12-27 15:03:21 -05:00
dependabot[bot]
2adae1e39e
chore(deps): bump setuptools in /tests/apps/dockerfile-release
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 65.5.0 to 65.5.1.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v65.5.0...v65.5.1 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-27 17:30:34 +00:00
josegonzalez
4674ba0dd8
Merge pull request #5544 from dokku/5538-git-from-image-correct-failure
...
Exit non-zero when git:from-image deploys fail to start the app
2022-12-27 03:51:24 -05:00
Jose Diaz-Gonzalez
fd2c540cd5
fix: exit non-zero when git:from-image deploys fail to start the app
...
Also ensure the repository doesn't get updated to an invalid state in those failure cases.
Closes #5538
2022-12-27 02:37:30 -05:00
josegonzalez
32af26d7a1
Merge pull request #5543 from dokku/josegonzalez-patch-1
...
Properly parse arguments for git:status command
2022-12-27 02:36:32 -05:00
josegonzalez
b9a9094b46
fix: properly parse arguments for git:status command
2022-12-27 01:42:08 -05:00
josegonzalez
e580869d4f
Merge pull request #5542 from dokku/storage-list-json
...
Add json output format support to storage:list
2022-12-26 21:50:53 -05:00
Jose Diaz-Gonzalez
28027b9a78
chore: run shfmt
2022-12-26 16:41:45 -05:00
Jose Diaz-Gonzalez
852dfc6287
feat: add json output format support to storage:list
...
This will allow the command to be used in a programmatic fashion.
2022-12-26 16:33:40 -05:00
Jose Diaz-Gonzalez
c0449d2bf1
docs: reference node-js-app instead of lollipop in storage docs
...
We've standardized on node-js-app elsewhere.
2022-12-26 16:12:26 -05:00
Jose Diaz-Gonzalez
1f75e7d378
docs: document the storage:list command
2022-12-26 16:11:57 -05:00
Dokku Bot
74ff44915c
Release 0.29.2
...
# History
## 0.29.2
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.29.2/bootstrap.sh
sudo DOKKU_TAG=v0.29.2 bash bootstrap.sh
```
### Bug Fixes
- #5537 : @jamesremuscat Correctly include `auth` middleware on `api` router.
v0.29.2
2022-12-24 21:52:04 +00:00
josegonzalez
9a70d5b75e
Merge pull request #5537 from jamesremuscat/fix/traefik-basic-auth
...
Correctly include `auth` middleware on `api` router.
2022-12-24 16:45:21 -05:00
James Muscat
1c5bf6a52b
Correctly include auth middleware on api router.
...
Resolves #5536 .
2022-12-21 22:36:14 +00:00
Dokku Bot
e6b1cbc057
Release 0.29.1
...
# History
## 0.29.1
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.29.1/bootstrap.sh
sudo DOKKU_TAG=v0.29.1 bash bootstrap.sh
```
### Bug Fixes
- #5532 : @josegonzalez Fix issue where git:from-image deploys may result in extracted files not being respected
### Documentation
- #5531 : @josegonzalez Fix indentation on heading in where to get help
- #5521 : @AlejandroAkbal Remove reference to `--rm` flag cron task documentation
- #5517 : @josegonzalez Fix reference to scheduler name in kubernetes docs
- #5516 : @josegonzalez Fix reference to scheduler name in nomad docs
### Tests
- #5533 : @josegonzalez Add a test case for nested vector-sink values with plus signs
### Other
- #5534 : @dependabot[bot] chore(deps): bump sinatra from 3.0.4 to 3.0.5 in /tests/apps/ruby
- #5514 : @dependabot[bot] chore(deps): bump golang from 1.19.3 to 1.19.4 in /tests/apps/go-fail-predeploy
- #5512 : @dependabot[bot] chore(deps): bump golang from 1.19.3 to 1.19.4 in /tests/apps/go-fail-postdeploy
- #5513 : @dependabot[bot] chore(deps): bump golang from 1.19.3 to 1.19.4 in /tests/apps/zombies-dockerfile-no-tini
- #5511 : @dependabot[bot] chore(deps): bump golang from 1.19.3 to 1.19.4 in /tests/apps/zombies-dockerfile-tini
- #5510 : @dependabot[bot] chore(deps): bump golang from 1.19.3 to 1.19.4 in /tests/apps/gogrpc
- #5525 : @dependabot[bot] chore(deps): bump jetty-servlet from 11.0.12 to 11.0.13 in /tests/apps/java
- #5519 : @dependabot[bot] chore(deps): bump python from 3.11.0-buster to 3.11.1-buster in /tests/apps/dockerfile-release
- #5520 : @dependabot[bot] chore(deps): bump python from 3.11.0-alpine to 3.11.1-alpine in /docs/_build
v0.29.1
2022-12-20 16:50:01 +00:00
josegonzalez
d8ab726e5a
Merge pull request #5534 from dokku/dependabot/bundler/tests/apps/ruby/sinatra-3.0.5
...
chore(deps): bump sinatra from 3.0.4 to 3.0.5 in /tests/apps/ruby
2022-12-20 10:50:57 -05:00
josegonzalez
d2376eaab9
Merge pull request #5514 from dokku/dependabot/docker/tests/apps/go-fail-predeploy/golang-1.19.4
...
chore(deps): bump golang from 1.19.3 to 1.19.4 in /tests/apps/go-fail-predeploy
2022-12-20 10:50:48 -05:00
josegonzalez
a25f9b4e76
Merge pull request #5512 from dokku/dependabot/docker/tests/apps/go-fail-postdeploy/golang-1.19.4
...
chore(deps): bump golang from 1.19.3 to 1.19.4 in /tests/apps/go-fail-postdeploy
2022-12-20 10:50:37 -05:00
josegonzalez
315b25c7e6
Merge pull request #5533 from dokku/5502-support-plus-test
...
Add a test case for nested vector-sink values with plus signs
2022-12-20 10:50:24 -05:00
dependabot[bot]
3b0eea2111
chore(deps): bump sinatra from 3.0.4 to 3.0.5 in /tests/apps/ruby
...
Bumps [sinatra](https://github.com/sinatra/sinatra ) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/sinatra/sinatra/releases )
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sinatra/sinatra/compare/v3.0.4...v3.0.5 )
---
updated-dependencies:
- dependency-name: sinatra
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-19 13:01:42 +00:00
dependabot[bot]
e5fff93444
chore(deps): bump golang in /tests/apps/go-fail-predeploy
...
Bumps golang from 1.19.3 to 1.19.4.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-19 01:32:12 +00:00
dependabot[bot]
e068a9123f
chore(deps): bump golang in /tests/apps/go-fail-postdeploy
...
Bumps golang from 1.19.3 to 1.19.4.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-19 01:31:30 +00:00
josegonzalez
1835b2952a
Merge pull request #5532 from dokku/5518-from-image
...
Fix issue where git:from-image deploys may result in extracted files not being respected
2022-12-18 19:23:07 -05:00
josegonzalez
4f59f5670d
Merge pull request #5513 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-no-tini/golang-1.19.4
...
chore(deps): bump golang from 1.19.3 to 1.19.4 in /tests/apps/zombies-dockerfile-no-tini
2022-12-18 19:22:49 -05:00
josegonzalez
677f48b1ec
Merge pull request #5511 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-tini/golang-1.19.4
...
chore(deps): bump golang from 1.19.3 to 1.19.4 in /tests/apps/zombies-dockerfile-tini
2022-12-18 19:22:36 -05:00
josegonzalez
b2b4c2a9a8
Merge pull request #5510 from dokku/dependabot/docker/tests/apps/gogrpc/golang-1.19.4
...
chore(deps): bump golang from 1.19.3 to 1.19.4 in /tests/apps/gogrpc
2022-12-18 19:22:29 -05:00
Jose Diaz-Gonzalez
8323015fb7
tests: add a test case for nested vector-sink values with plus signs
...
Closes #5502
2022-12-18 19:16:14 -05:00
Jose Diaz-Gonzalez
c3c6e2174a
fix: keep track of the source image when building an app via git:from-image
...
This change fixes issues with ps:rebuild not working as expected - essentially ignoring files in the repo - as well as adds tests.
Closes #5518
2022-12-18 17:57:24 -05:00
Jose Diaz-Gonzalez
654939afa7
refactor: do not pull image if it already exists
2022-12-18 17:52:32 -05:00
Jose Diaz-Gonzalez
ca4be83e64
fix: allow nginx-conf-sigil-path to be set globally
2022-12-18 17:49:55 -05:00
Jose Diaz-Gonzalez
1e58b56ac7
feat: add git-get-property trigger
2022-12-18 17:49:47 -05:00
josegonzalez
d202050d30
Merge pull request #5531 from dokku/josegonzalez-patch-1
...
Fix indentation on heading in where to get help
2022-12-17 15:22:44 -05:00
josegonzalez
5c8cc20db3
docs: fix indentation on heading in where to get help
2022-12-17 15:22:32 -05:00
josegonzalez
579e52e8ae
Merge pull request #5525 from dokku/dependabot/maven/tests/apps/java/org.eclipse.jetty-jetty-servlet-11.0.13
...
chore(deps): bump jetty-servlet from 11.0.12 to 11.0.13 in /tests/apps/java
2022-12-17 14:17:15 -05:00
josegonzalez
b3f3f17dcc
Merge pull request #5519 from dokku/dependabot/docker/tests/apps/dockerfile-release/python-3.11.1-buster
...
chore(deps): bump python from 3.11.0-buster to 3.11.1-buster in /tests/apps/dockerfile-release
2022-12-17 14:15:37 -05:00
josegonzalez
44ccef1cc4
Merge pull request #5520 from dokku/dependabot/docker/docs/_build/python-3.11.1-alpine
...
chore(deps): bump python from 3.11.0-alpine to 3.11.1-alpine in /docs/_build
2022-12-17 14:15:29 -05:00
josegonzalez
a3c3ee437e
Merge pull request #5521 from AlejandroAkbal/patch-1
...
Scheduled Cron Tasks: remove deprecated used of `--rm` flag in `dokku run`
2022-12-17 14:15:05 -05:00