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: NixOS/nixpkgs
base: 3c8c57dc33cc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1ee1134cb1c4
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 22, 2020

  1. Copy the full SHA
    f8c3027 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8c39655 View commit details
    Browse the repository at this point in the history
  3. {ec2,openstack}-metadata-fetcher: unconditionally fetch metadata

    The metadata fetcher scripts run each time an instance starts, and it
    is not safe to assume that responses from the instance metadata
    service (IMDS) will be as they were on first boot.
    
    Example: an EC2 instance can have its user data changed while
    the instance is stopped. When the instance is restarted, we want to
    see the new user data applied.
    endgame committed Nov 22, 2020
    Copy the full SHA
    43bfd7e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6fd871d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #104456 from endgame/refresh-instance-metadata-on-…

    …boot
    
    Refresh instance metadata on boot
    grahamc committed Nov 22, 2020
    Copy the full SHA
    1ee1134 View commit details
    Browse the repository at this point in the history