Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenTTD/aws-infra
base: c1330b504cad
Choose a base ref
...
head repository: OpenTTD/aws-infra
compare: 5e6d341485ac
Choose a head ref
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 14, 2021

  1. Copy the full SHA
    b665bb8 View commit details
    Browse the repository at this point in the history
  2. Fix: route 443 via NLB back to ALB, so certificates work for those do…

    …mains
    
    This means https://content.openttd.org now works with a proper
    certificate.
    TrueBrain committed Mar 14, 2021
    Copy the full SHA
    f177969 View commit details
    Browse the repository at this point in the history
  3. Fix: rollover services that can have only 1 instance running better

    Before, for a short period of time, there were in fact 2 instances
    running. It was possible, and it even happened, that data was
    overwritten because of this.
    
    Prevent it by making sure the old instance is shut down before a
    new one is started. This will result in downtime, but it is better
    than dataloss.
    TrueBrain committed Mar 14, 2021
    Copy the full SHA
    f76299f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5e6d341 View commit details
    Browse the repository at this point in the history