Jose Diaz-Gonzalez
780cb5a2e7
Merge pull request #4937 from dokku/dependabot/npm_and_yarn/tests/apps/dot-websocket.disabled/socket.io-4.4.0
...
chore(deps): bump socket.io from 4.3.2 to 4.4.0 in /tests/apps/.websocket.disabled
2021-11-19 10:31:40 -05:00
dependabot[bot]
27521bf5d6
chore(deps): bump socket.io in /tests/apps/.websocket.disabled
...
Bumps [socket.io](https://github.com/socketio/socket.io ) from 4.3.2 to 4.4.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.3.2...4.4.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-11-19 13:11:27 +00:00
Jose Diaz-Gonzalez
2d2d4247a1
Merge pull request #4935 from dokku/josegonzalez-patch-1
...
Reword note about env vars in nginx config templates
2021-11-18 13:42:52 -05:00
Jose Diaz-Gonzalez
496488cb3e
docs: reword note about env vars in nginx config templates
...
Refs #3686
2021-11-18 13:42:38 -05:00
Jose Diaz-Gonzalez
dacbb0f2dc
Merge pull request #4924 from dokku/josegonzalez-patch-1
...
Update devcontainer to include aliased go packages
2021-11-13 22:08:12 -05:00
Jose Diaz-Gonzalez
36c0f7c160
chore: update devcontainer to include aliased go packages
...
These don't get installed by the go list hack for various reasons. While it would be best to download the _exact_ versions in use, installing the "latest" is better than nothing for local development.
2021-11-13 22:07:00 -05:00
Jose Diaz-Gonzalez
78a984b52f
Merge pull request #4920 from dokku/full-devcontainer-env
...
Ensure related go source and vscode plugins are installed in devcontainer
2021-11-12 17:02:48 -05:00
Jose Diaz-Gonzalez
bc7a3de68d
Merge pull request #4922 from dokku/josegonzalez-patch-1
...
Gitignore more built plugin triggers in apps plugin
2021-11-12 16:45:13 -05:00
Jose Diaz-Gonzalez
53f963f028
fix: gitignore more built plugin triggers in apps plugin
2021-11-12 16:42:35 -05:00
Jose Diaz-Gonzalez
02b3b8e7e6
feat: ensure related go source and vscode plugins are installed in devcontainer
2021-11-12 16:41:52 -05:00
Dokku Bot
c45b61d402
Release 0.26.6
...
# History
## 0.26.6
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.26.6/bootstrap.sh
sudo DOKKU_TAG=v0.26.6 bash bootstrap.sh
```
### Bug Fixes
- #4919 : @nerg4l fix: do not validate global flag as an app name
- #4918 : @josegonzalez Use netrc binary to properly release dokku client homebrew formula
v0.26.6
2021-11-12 15:09:05 +00:00
Jose Diaz-Gonzalez
f1b0be30e0
Merge pull request #4919 from nerg4l/fix-network-global
...
fix: do not validate global flag as an app name
2021-11-12 10:08:26 -05:00
László Görög
1222b9fdb4
fix: do not validate global flag as an app name
2021-11-12 10:37:15 +01:00
Jose Diaz-Gonzalez
bb54231233
Merge pull request #4918 from dokku/formula-release-with-creds
...
Use netrc binary to properly release dokku client homebrew formula
2021-11-11 19:29:58 -05:00
Jose Diaz-Gonzalez
4306178966
fix: use netrc binary to properly release dokku client homebrew formula
2021-11-11 18:59:03 -05:00
Dokku Bot
dde29c5d77
Release 0.26.5
...
# History
## 0.26.5
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.26.5/bootstrap.sh
sudo DOKKU_TAG=v0.26.5 bash bootstrap.sh
```
### Bug Fixes
- #4917 : @josegonzalez Update golang to fix golang tests
- #4915 : @josegonzalez Add support for --global flag to network:set command
### Documentation
- #4911 : @josegonzalez Add initial dokku-pro documentation
- #4910 : @josegonzalez Fix typo on persistent storage docs
### Tests
- #4916 : @josegonzalez Ignore new SC2295 shellcheck warning
- #4906 : @josegonzalez Upgrade ci linters
### Other
- #4914 : @dependabot[bot] chore(deps): bump jinja2 from 3.0.2 to 3.0.3 in /tests/apps/python-flask
v0.26.5
2021-11-11 23:46:03 +00:00
Jose Diaz-Gonzalez
4cd9feae7b
Merge pull request #4917 from dokku/upgrade-golang
...
Update golang to fix golang tests
2021-11-11 18:04:04 -05:00
Jose Diaz-Gonzalez
9a403aa1ce
fix: update golang to fix golang tests
...
Also ensure we're running the same version of golang in our test apps.
2021-11-11 16:51:48 -05:00
Jose Diaz-Gonzalez
daf574188a
Merge pull request #4916 from dokku/josegonzalez-patch-1
...
Ignore new SC2295 shellcheck warning
2021-11-11 16:49:17 -05:00
Jose Diaz-Gonzalez
5cf3dfa451
Merge pull request #4915 from dokku/add-missing-global-network-flag
...
Add support for --global flag to network:set command
2021-11-11 16:44:08 -05:00
Jose Diaz-Gonzalez
c607af658e
Update lint.yml
2021-11-11 16:05:31 -05:00
Jose Diaz-Gonzalez
58f96a6068
fix: ignore new SC2295 error
2021-11-11 15:38:57 -05:00
Jose Diaz-Gonzalez
1a1673095e
Merge pull request #4914 from dokku/dependabot/pip/tests/apps/python-flask/jinja2-3.0.3
...
chore(deps): bump jinja2 from 3.0.2 to 3.0.3 in /tests/apps/python-flask
2021-11-11 15:37:58 -05:00
Jose Diaz-Gonzalez
509cd3e95f
fix: add support for --global flag to network:set command
2021-11-11 15:35:51 -05:00
dependabot[bot]
0347748c50
chore(deps): bump jinja2 from 3.0.2 to 3.0.3 in /tests/apps/python-flask
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-10 13:09:17 +00:00
Jose Diaz-Gonzalez
6fab646a61
docs: update dokku pro purchase link
2021-11-09 14:50:29 -05:00
Jose Diaz-Gonzalez
5a9405a315
docs: add script tag for dokku pro
2021-11-09 12:51:44 -05:00
Jose Diaz-Gonzalez
24c7adb346
chore: drop script tag as github strips it
2021-11-09 12:50:46 -05:00
Jose Diaz-Gonzalez
bad9649200
docs: fix script tag
2021-11-09 11:07:44 -05:00
Jose Diaz-Gonzalez
12e5cbb297
Merge pull request #4911 from dokku/dokku-pro
...
Add initial dokku-pro documentation
2021-11-09 11:06:24 -05:00
Jose Diaz-Gonzalez
5d54866e52
docs: add initial dokku-pro documentation
2021-11-09 11:04:34 -05:00
Jose Diaz-Gonzalez
f39d8d93ab
Merge pull request #4910 from dokku/4909-typo
...
Fix typo on persistent storage docs
2021-11-08 10:17:50 -05:00
Jose Diaz-Gonzalez
f8b1b02df5
docs: fix typo on persistent storage docs
...
Closes #4909
2021-11-08 10:17:29 -05:00
Jose Diaz-Gonzalez
74ba52b883
Merge pull request #4906 from dokku/update-linters
...
Upgrade ci linters
2021-11-05 12:13:16 -04:00
Jose Diaz-Gonzalez
5d4a65a3cb
feat: upgrade linters
2021-11-05 01:24:50 -04:00
Dokku Bot
a5c4543282
Release 0.26.4
...
# History
## 0.26.4
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.26.4/bootstrap.sh
sudo DOKKU_TAG=v0.26.4 bash bootstrap.sh
```
### Bug Fixes
- #4899 : @josegonzalez Ensure we respect quotes and dollar signs in config vars
- #4890 : @josegonzalez Drop which in favor of command -v
### Other
- #4897 : @josegonzalez Silence errors when verifying the ssl certificate
- #4891 : @dependabot[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 199 to 200 in /tests/apps/php
v0.26.4
2021-11-03 22:44:31 +00:00
Jose Diaz-Gonzalez
0b34544125
Merge pull request #4899 from dokku/4895-fix-env-vars
...
Ensure we respect quotes and dollar signs in config vars
2021-11-03 16:15:49 -04:00
Jose Diaz-Gonzalez
cd33ec2f02
fix: remove trace mode
2021-11-03 14:40:21 -04:00
Jose Diaz-Gonzalez
57fc5ec333
Merge pull request #4897 from dokku/josegonzalez-patch-1
...
Silence errors when verifying the ssl certificate
2021-11-03 12:17:28 -04:00
Jose Diaz-Gonzalez
a756786f93
fix: ensure we respect quotes and dollar signs in config vars
...
Due to various changes in how containers are started, these keys were set incorrectly for apps. Since we can use the short-hand --env=ENV format for setting env vars on docker containers, lets do so.
Closes #4895
Closes #4896
2021-11-03 12:13:52 -04:00
Jose Diaz-Gonzalez
daddabc7b1
feat: silence errors when verifying the ssl certificate
2021-11-03 10:49:34 -04:00
Jose Diaz-Gonzalez
6014b7208f
Merge pull request #4891 from dokku/dependabot/composer/tests/apps/php/heroku/heroku-buildpack-php-200
...
chore(deps-dev): bump heroku/heroku-buildpack-php from 199 to 200 in /tests/apps/php
2021-10-29 10:06:03 -04:00
dependabot[bot]
527b076732
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 199 to 200.
- [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/v199...v200 )
---
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-10-29 13:08:29 +00:00
Jose Diaz-Gonzalez
de67bd19b2
Merge pull request #4890 from dokku/drop-which
...
Drop which in favor of command -v
2021-10-28 19:10:34 -04:00
Jose Diaz-Gonzalez
6c709f2386
fix: drop which in favor of command -v
2021-10-28 18:22:20 -04:00
Dokku Bot
d26c12e6eb
Release 0.26.3
...
# History
## 0.26.3
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.26.3/bootstrap.sh
sudo DOKKU_TAG=v0.26.3 bash bootstrap.sh
```
### Bug Fixes
- #4889 : @josegonzalez Skip herokuish version in report output and disable the herokuish builder on armhf architectures
v0.26.3
2021-10-28 14:49:09 +00:00
Jose Diaz-Gonzalez
74d230c11c
Merge pull request #4889 from dokku/arm-detect
...
Skip herokuish version in report output and disable the herokuish builder on armhf architectures
2021-10-28 10:35:18 -04:00
Jose Diaz-Gonzalez
b146483940
fix: skip herokuish version in report output and disable the herokuish builder on armhf architectures
...
We don't skip pack as in theory they may be able to support arm in the future. Dockerfile builds should work fine, as long as all images in the FROM directives have arm versions.
Finally, the null builder _should_ always work, but of course YMMV :D
2021-10-28 10:07:18 -04:00
Dokku Bot
9e2c79c5ed
Release 0.26.2
...
# History
## 0.26.2
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.26.2/bootstrap.sh
sudo DOKKU_TAG=v0.26.2 bash bootstrap.sh
```
### Bug Fixes
- #4888 : @josegonzalez Ensure installations treat raspbian as similar to debian buster as possible
- #4887 : @josegonzalez Ensure we do not add two debian folders in a single armhf package
### New Features
- #4886 : @josegonzalez Add created-at time to apps:report output
v0.26.2
2021-10-28 07:41:04 +00:00
Jose Diaz-Gonzalez
a0cece197f
Merge pull request #4888 from dokku/proper-raspbian-install
...
Ensure installations treat raspbian as similar to debian buster as possible
2021-10-28 02:42:02 -04:00