Jose Diaz-Gonzalez
78bde7f817
feat: add more context for warning about not having an autoscaling config
2025-07-23 20:15:08 -04:00
Jose Diaz-Gonzalez
e7964ee99d
chore: remove debug code
2025-07-23 18:52:43 -04:00
Jose Diaz-Gonzalez
8f44a57158
fix: return the initial manifests if there is no kustomize root path
2025-07-23 18:52:43 -04:00
Jose Diaz-Gonzalez
d33393d3fd
feat: debug failed global helm chart installations by checking all pod logs
2025-07-23 18:40:43 -04:00
Jose Diaz-Gonzalez
7595351b1d
debug: check on what pods are running in the cert-manager namespace
2025-07-23 18:40:43 -04:00
Jose Diaz-Gonzalez
3edddac0c1
fix: create the data directory
2025-07-23 18:40:43 -04:00
Jose Diaz-Gonzalez
0a86ffe01b
fix: add missing scheduler-k3s directory
2025-07-23 18:40:43 -04:00
Jose Diaz-Gonzalez
563365b712
fix: add name to app-json trigger code and some formatting
2025-07-23 18:40:43 -04:00
Jose Diaz-Gonzalez
b6fdd4511c
fix: add validation to input for common trigger functions
2025-07-23 18:40:43 -04:00
Jose Diaz-Gonzalez
b24035c80a
refactor: use a common implementation to move files into place in golang core-post-deploy implementations
2025-07-23 18:40:43 -04:00
Jose Diaz-Gonzalez
58c6b137b0
refactor: use a common implementation to extract kustomize files
2025-07-23 18:40:43 -04:00
Jose Diaz-Gonzalez
fd6e56cc5f
fix: correct kustomize root path check
2025-07-23 18:40:43 -04:00
Jose Diaz-Gonzalez
d0ffd7d9f9
feat: stub out kustomize renderer
...
The process-specific kustomize root path is not currently set, but will be soon.
2025-07-23 18:40:43 -04:00
Jose Diaz-Gonzalez
272327af89
chore: add docs to the ChartInput type
2025-07-23 18:40:43 -04:00
Jose Diaz-Gonzalez
e83ba595aa
fix: correct issues with passing a KustomizeRenderer
2025-07-23 18:40:43 -04:00
Jose Diaz-Gonzalez
04917b72d4
fix: ensure the directories are deleted
2025-07-23 18:40:43 -04:00
Jose Diaz-Gonzalez
e0617b209d
feat: extract kustomize directory from repo during deploys
2025-07-23 18:40:43 -04:00
Jose Diaz-Gonzalez
1b4e02eb62
feat: create a KustomizeRenderer
...
The KustomizeRenderer is used to invoke Kustomize to the generated renderer.yaml.
2025-07-23 18:34:53 -04:00
Jose Diaz-Gonzalez
5ae6c1c845
feat: add the ability to specify a kustomize-root-path
...
This will default to `config/kustomize`, though may change to `.dokku/kustomize` in the future.
2025-07-23 18:34:53 -04:00
Jose Diaz-Gonzalez
e034421ea9
fix: ensure the InstallChart function also attaches the debug renderer
2025-07-23 18:34:53 -04:00
Jose Diaz-Gonzalez
1cbaabdda0
Merge pull request #7816 from dokku/common-core-triggers
...
Use helper go functions to handle extracting files from a repository
2025-07-23 18:34:40 -04:00
Jose Diaz-Gonzalez
577f46153f
refactor: use helper go functions to handle extracting files from a repository
...
This standardizes the extraction code and makes it easier to reuse in future implementations of file extraction.
Additionally, this adds a way to extract folders from codebases.
2025-07-23 18:16:16 -04:00
Jose Diaz-Gonzalez
3116880b75
Merge pull request #7812 from CiTroNaK/feat/dokku-caddy-label-key
...
Allow specifying a custom top-level label key for the caddy proxy
2025-07-23 15:54:55 -04:00
Jose Diaz-Gonzalez
5961306813
Merge pull request #7811 from slava-sh/fix-6939
...
Fix issue deploying from a tar file
2025-07-23 15:54:29 -04:00
Petr Hlavicka
acf2c854d2
test
2025-07-23 14:49:15 -04:00
Petr Hlavicka
bf3b2d396b
update docs
2025-07-23 14:49:15 -04:00
Petr Hlavicka
3c6796bd7b
use it
2025-07-23 14:49:15 -04:00
Petr Hlavicka
22c3d34877
add get function
2025-07-23 14:49:15 -04:00
Petr Hlavicka
b151192394
enable key
2025-07-23 14:49:15 -04:00
Slava Shklyaev
fb405c64ab
Fix #6939
2025-07-23 14:46:21 -04:00
Jose Diaz-Gonzalez
77694de6ff
Merge pull request #7782 from dokku/k3s-update-dependencies
...
Update golang dependencies in scheduler-k3s plugin
2025-07-08 23:48:00 -04:00
Jose Diaz-Gonzalez
83de73ccdb
chore(deps): update golang dependencies in scheduler-k3s plugin
2025-07-08 22:56:48 -04:00
Jose Diaz-Gonzalez
d8938ebf77
Merge pull request #7781 from dokku/fix-gitignore
...
Update gitignore to remove compiled triggers from repo
2025-07-08 22:35:02 -04:00
Jose Diaz-Gonzalez
2d4039ab69
chore: update gitignore to remove compiled triggers from repo
2025-07-08 22:34:30 -04:00
Jose Diaz-Gonzalez
e584e336f8
Merge pull request #7780 from dokku/devcontainer-enter
...
Export the devcontainer environment to allow docker exec to work
2025-07-08 22:33:10 -04:00
Jose Diaz-Gonzalez
27b5fd93fd
feat: export the devcontainer environment to allow docker exec to work
...
This will allow Dokku developers access to the devcontainer on their preferred terminal vs just the built-in one in VSCode.
2025-07-08 22:32:46 -04:00
Jose Diaz-Gonzalez
249df86dfd
Merge pull request #7779 from dokku/update-golang
...
feat: update golang to 1.24
2025-07-08 22:12:43 -04:00
Jose Diaz-Gonzalez
ff01c3df7b
Merge pull request #7777 from coorasse/patch-1
...
Fix typo in 0.36.0 migration guide
2025-07-08 21:54:23 -04:00
Jose Diaz-Gonzalez
2c30c03ef7
fix: non-constant format string in call to fmt.Printf
2025-07-08 21:28:57 -04:00
Jose Diaz-Gonzalez
93f12c59e6
feat: update golang to 1.24
2025-07-08 21:14:33 -04:00
Alessandro Rodi
3cc29ff016
Update 0.36.0-migration-guide.md
2025-07-08 14:01:03 +02:00
Jose Diaz-Gonzalez
b336e3633d
Merge pull request #7773 from dokku/7665-chart-override
...
Use values.yaml correctly within internal Kubernetes Helm Chart
2025-07-05 22:45:26 -04:00
Jose Diaz-Gonzalez
4a891f74bd
fix: correct scope for capability checks
2025-07-04 06:09:03 -04:00
Jose Diaz-Gonzalez
27dbae3703
fix: correct scope for capability checks
2025-07-04 04:24:09 -04:00
Jose Diaz-Gonzalez
f7800adb68
fix: correct scope for capability checks
2025-07-04 04:24:09 -04:00
Jose Diaz-Gonzalez
c472c2a3c7
refactor use chart values directly instead of attempting to template out cron-job and keda files
2025-07-04 04:24:09 -04:00
Jose Diaz-Gonzalez
1b95e01ea3
fix: move range
2025-07-04 04:24:09 -04:00
Jose Diaz-Gonzalez
6da9be2d65
refactor: use chart values directly instead of attempting to template out cron-job and keda files
2025-07-04 04:24:09 -04:00
Jose Diaz-Gonzalez
fd2fb6c605
Merge pull request #7774 from dokku/7728-remove-ansi-escape
...
Remove ansi escape characters that dropped the remote: prefix in deploy output
2025-07-04 04:22:56 -04:00
Jose Diaz-Gonzalez
04b2643b4f
chore: remove ansi escape characters that dropped the remote: prefix in deploy output
...
Closes #7728
2025-07-04 02:36:42 -04:00