Jose Diaz-Gonzalez
4fede344fc
refactor: build docker image for all architectures
2022-01-28 17:55:46 -05:00
Torsten Curdt
e2403c8d94
chain the builders to build up all the builds in one dir
2021-12-14 22:07:32 +01:00
Torsten Curdt
46c9d0e33f
copy the right binaries
2021-12-14 21:32:32 +01:00
Torsten Curdt
a89cc87a43
removed commented out lines
2021-12-14 21:31:28 +01:00
Torsten Curdt
4a86650a49
removed empty lines
2021-12-14 21:25:31 +01:00
Torsten Curdt
9f981328d2
also release arm64 package
2021-12-14 20:20:35 +01:00
Torsten Curdt
848f60eae1
also build for arm64
2021-12-14 20:13:00 +01:00
Jose Diaz-Gonzalez
e0c2e7846a
Merge pull request #4943 from Stormheg/patch-1
...
Fix typo in registry management documentation
2021-11-21 12:57:36 -05:00
Storm Heg
416b25d6ae
Fix typo in registry-management.md
2021-11-21 14:54:12 +01:00
Jose Diaz-Gonzalez
9075b7b175
Merge pull request #4936 from dokku/dependabot/composer/tests/apps/php/heroku/heroku-buildpack-php-201
...
chore(deps-dev): bump heroku/heroku-buildpack-php from 200 to 201 in /tests/apps/php
2021-11-19 10:31:51 -05:00
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
dependabot[bot]
5d255301b4
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 200 to 201.
- [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/v200...v201 )
---
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-11-19 13:11:13 +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