73e762c693
Merge pull request #100 from dokku/deploy-head
...
feat: set buildpack ref on main branch deploys
2026-04-23 03:16:46 -04:00
e5f2625df2
feat: set buildpack ref on main branch deploys
...
The ci-pre-deploy script already sets the buildpack ref for review
apps via a .buildpacks file. For main/master branch deploys, use
dokku buildpacks:set to pin the buildpack to the current branch ref.
2026-04-23 03:16:18 -04:00
0fcbc35eed
Merge pull request #99 from dokku/add-ci-workflow
...
feat: add CI workflow to lint and compile nginx on PRs
v30
2026-04-23 01:45:30 -04:00
cad1e54b14
refactor: merge release workflow into ci workflow
...
The build job now handles both CI verification and release asset uploads,
eliminating duplicated compilation logic between the two workflows.
2026-04-23 01:37:40 -04:00
df8cba3582
fix: use correct path for nginx binary in CI verify step
2026-04-23 01:33:27 -04:00
aaf995fd4e
feat: add CI workflow to lint and compile nginx on PRs
2026-04-23 01:22:23 -04:00
ec95819e3d
Merge pull request #98 from dokku/precompile-release-assets
...
feat: precompile nginx binary on release and download during builds
2026-04-23 01:18:54 -04:00
11755954fe
chore: run shfmt
2026-04-23 01:10:31 -04:00
d72ac92402
refactor: extract shared nginx build config to conf/nginx-configure-flags
...
Moves version variables and configure flags to a single sourced file,
eliminating duplication between bin/compile and the release workflow.
2026-04-23 01:08:52 -04:00
27155d8eaf
feat: precompile nginx binary on release and download during builds
...
On release creation, a GitHub Actions workflow compiles a statically-linked
nginx binary and uploads it as a release asset. During builds, the compile
script now attempts to download the precompiled binary before falling back
to source compilation, significantly speeding up cold-cache deploys.
2026-04-19 19:16:11 -04:00
d157f257ce
Merge pull request #97 from dokku/josegonzalez-patch-1
...
chore: upgrade to nginx 1.29.8
v29
2026-04-19 18:47:12 -04:00
a0f7d9e34f
chore: upgrade to nginx 1.29.8
2026-04-19 18:44:00 -04:00
86dfeec2ca
Merge pull request #95 from dokku/josegonzalez-patch-1
...
chore: rename job to deploy
v28
2026-03-07 11:11:39 -05:00
ca3942c86b
Merge pull request #96 from dokku/josegonzalez-patch-2
...
chore: upgrade zlib from 1.3.1 to 1.3.2
2026-03-07 11:10:18 -05:00
6370be31a4
chore: upgrade zlib from 1.3.1 to 1.3.2
2026-03-07 11:08:09 -05:00
bc25e56ef2
chore: rename job to deploy
2026-03-07 11:04:45 -05:00
f55c587fe7
chore: remove debugging
2026-03-07 11:01:29 -05:00
bf9a02f4e4
chore: drop debugging
2026-03-07 11:01:01 -05:00
e6606b78d0
Merge pull request #94 from dokku/josegonzalez-patch-1
...
fix: checkout the code when cleaning up review apps
2026-03-07 10:58:35 -05:00
b13b59c326
fix: checkout the code when cleaning up review apps
2026-03-07 10:57:29 -05:00
c8c38bb28f
Merge pull request #93 from dokku/josegonzalez-patch-1
...
feat: enable trace mode on cleanups
2026-03-07 10:56:16 -05:00
5763938ba0
feat: enable trace mode on cleanups
2026-03-07 10:55:26 -05:00
488cf5fed2
Merge pull request #92 from dokku/josegonzalez-patch-1
...
chore: ugprade nginx from 1.29.3 to 1.29.5
2026-03-07 10:34:53 -05:00
e710a8facb
chore: ugprade nginx from 1.29.3 to 1.29.5
2026-03-07 10:33:06 -05:00
c352c1447c
Merge pull request #91 from dokku/162-test-hook
...
debug: check that the bin/ci-post-review-app-destroy hook gets triggered
2026-03-07 10:27:49 -05:00
6639e59190
debug: check that the bin/ci-post-review-app-destroy hook gets triggered
2026-03-07 10:27:02 -05:00
6c3e8af17f
Merge pull request #90 from dokku/fix-sigil-download
...
fix: properly download sigil
v27
2025-11-21 21:41:03 -05:00
14214785d7
fix: properly download sigil
2025-11-21 21:40:04 -05:00
25571d4189
Merge pull request #88 from dokku/upgrade-sigil
...
feat: upgrade sigil version from 0.10.1 to 0.11.5
2025-11-21 20:50:38 -05:00
154edf423b
feat: upgrade sigil version from 0.10.1 to 0.11.5
2025-11-21 20:48:07 -05:00
087ffbbef2
Merge pull request #87 from dokku/upgrade-zlib
...
feat: upgrade zlib version from 1.3 to 1.3.1
2025-11-21 20:46:06 -05:00
e5c4e68f8c
chore: remove debug mode
2025-11-21 20:44:19 -05:00
fa0e5758a5
debug: set trace to 1 to see what the action is doing on push
2025-11-21 20:20:58 -05:00
c90d35aa9b
feat: upgrade zlib version from 1.3 to 1.3.1
2025-11-21 20:15:05 -05:00
23011e35cd
Merge pull request #86 from dokku/upgrade-pcre2
...
feat: upgrade pcre2 version from 10.42 to 10.47
2025-11-21 20:14:04 -05:00
6facd99c18
feat: upgrade pcre2 version from 10.42 to 10.47
2025-11-21 20:08:26 -05:00
29d384b8f5
Merge pull request #85 from dokku/upgrade-nginx
...
feat: upgrade nginx version from 1.26.2 to 1.29.3
2025-11-21 20:06:51 -05:00
9294ea62ad
feat: upgrade nginx version from 1.26.2 to 1.29.3
2025-11-21 19:55:32 -05:00
5b78844e1e
Merge pull request #84 from dokku/dependabot/github_actions/actions/checkout-6
...
chore(deps): bump actions/checkout from 5 to 6
2025-11-21 19:49:32 -05:00
75a9d50394
chore(deps): bump actions/checkout from 5 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-21 10:13:17 +00:00
05b3a5c841
Merge pull request #83 from dokku/josegonzalez-patch-1
...
chore: update actions/checkout from v4 to v5
2025-09-03 00:32:46 -04:00
f415d7d80d
chore: update actions/checkout from v4 to v5
2025-09-03 00:32:31 -04:00
cf60a30bc8
Merge pull request #82 from dokku/josegonzalez-patch-1
...
chore: update actions/checkout from v4 to v5
2025-09-03 00:32:20 -04:00
f77b6db3a0
chore: update actions/checkout from v4 to v5
2025-09-03 00:32:05 -04:00
f2bbc7f0a0
Merge pull request #81 from dokku/josegonzalez-patch-1
...
chore: rename workflow from build to deploy
2025-09-03 00:31:02 -04:00
c1c5ed2d9e
chore: rename workflow from build to deploy
2025-09-03 00:30:16 -04:00
806f8f5b0a
Merge pull request #79 from hico-horiuchi/master
...
feat: support nginx custom parameters
2024-09-21 23:16:21 -04:00
4e4c3824c5
feat: support nginx custom parameters
2024-09-21 15:53:09 +09:00
66fb51bbbc
Merge pull request #76 from andipabst/nginx-version-and-https
...
Nginx version 1.26.2 and download nginx via https
v26
2024-09-14 01:35:34 -04:00
b07e670e70
Merge pull request #78 from dokku/dependabot/github_actions/actions/checkout-4
...
chore(deps): bump actions/checkout from 2 to 4
2024-09-14 01:33:19 -04:00