flyctl
flyctl copied to clipboard
Command line tools for fly.io services
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.13.2 to 0.16.0. Release notes Sourced from github.com/moby/buildkit's releases. v0.16.0 Welcome to the v0.16.0 release of buildkit! Please try out the release binaries and report any issues...
### Change Summary What and Why: If our deployer image sets DEPLOY_CREATE_AND_PUSH_BRANCH we will create and push a branch with modified files How: new env DEPLOY_CREATE_AND_PUSH_BRANCH Related to: PaaS work...
See https://community.fly.io/t/fly-launch-flycast-sets-force-https-true-bug/21941/1
I cannot create redis for my application: * Operating system NAME="EndeavourOS" Kernel:"6.10.6-arch1-1" * `fly version` flyctl v0.2.126 linux/amd64 Commit: c44f26fc7dd564876d286894f8c5b769a758b100 BuildDate: 2024-09-06T21:32:23Z ## Command: ``` fly redis create --disable-eviction --name...
### Change Summary What and Why: When publishing secrets to our apps, there's currently no confirmation step. This led to an incident where secrets were accidentally overwritten on the main...
After Go 1.23, the standard library provides what we use from the exp package. ### Change Summary What and Why: How: Related to: --- ### Documentation - [ ] Fresh...
This change partially reverts #3876. Our backend can place machines in different hosts even multiple requests are coming at the same time. ### Change Summary What and Why: How: Related...
**Describe the bug** Briefly, describe what broke and provide the following details: The `fly scale count` command takes the `--vm-*` family of flags (vm-size, vm-cpus, vm-memory etc.) which are used...
When smoke-check failure occurs during a deploy, we display the most recent app logs on the way out. If the call to retrieve the app logs fails, we want to...