Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployer: open pr on launch #3953

Open
wants to merge 16 commits into
base: deployer
Choose a base branch
from
Open

Deployer: open pr on launch #3953

wants to merge 16 commits into from

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    c4e44d4 View commit details
    Browse the repository at this point in the history
  2. test: add logging around testDeployNodeApp* tests (#3945)

    These tests were sometimes really slow (TestDeployNodeApp/With_Depot
    took more than seven minutes in the run below).
    
    Logging the app name would be helpful for troubleshooting.
    
    https://github.com/superfly/flyctl/actions/runs/10895447430/job/30233905656?pr=3944#step:7:48
    kzys committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9ecc149 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    c3d60f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aac2888 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/docker/docker from 27.2.1+incompatible to 27.3.0+inco…

    …mpatible (#3952)
    
    Bump github.com/docker/docker
    
    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.2.1+incompatible to 27.3.0+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v27.2.1...v27.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e81e0e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    615681b View commit details
    Browse the repository at this point in the history
  5. Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#3951)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.66.2 to 1.67.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.66.2...v1.67.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f086b4f View commit details
    Browse the repository at this point in the history
  6. fix: fly volume fork --require-unique-zone should be default (#3955)

    Checking `flag.IsSpecified` makes its default false.
    kzys committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f9a14b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Add library to pull config from remote container images (#3905)

    add remote container image metadata extractor
    gwuah committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    93e724c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    e848484 View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    lubien committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ba8d7b4 View commit details
    Browse the repository at this point in the history
  3. Push force

    lubien committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    91ac28c View commit details
    Browse the repository at this point in the history
  4. This should come last

    lubien committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    69e9fea View commit details
    Browse the repository at this point in the history
  5. Bump github.com/docker/docker from 27.3.0+incompatible to 27.3.1+inco…

    …mpatible (#3956)
    
    Bump github.com/docker/docker
    
    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.3.0+incompatible to 27.3.1+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v27.3.0...v27.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d156d43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6cdd34 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    16c58c5 View commit details
    Browse the repository at this point in the history