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: prometheus/promci
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: prometheus/promci
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.4
Choose a head ref
  • 12 commits
  • 5 files changed
  • 5 contributors

Commits on Aug 22, 2024

  1. Bump actions/checkout from 3.6.0 to 4.1.7 (#6)

    * Bump actions/checkout from 3.6.0 to 4.1.7
    
    Signed-off-by: Matthieu MOREL <[email protected]>
    
    * Update action.yml
    
    Signed-off-by: Matthieu MOREL <[email protected]>
    
    ---------
    
    Signed-off-by: Matthieu MOREL <[email protected]>
    mmorel-35 authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    69ee4ea View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Bump actions/upload-artifact in /actions/save_artifacts (#7)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@834a144...5076954)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f32250d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Automatically set GOMEMLIMIT

    In setup_environment, set the `GOMEMLIMIT` env var to help Go
    builds, tests, and processes from OOMing the environment.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a035c86 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from prometheus/superq/gomemlimit

    Automatically set GOMEMLIMIT
    SuperQ authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1074bbd View commit details
    Browse the repository at this point in the history
  3. Fixup action

    Tweak action with same shell settings and conditions as other steps.
    * Add print debugging of GOMEMLIMIT env var.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cd55a5f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9 from prometheus/superq/bugfix_action

    Fixup action
    SuperQ authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    652a2ae View commit details
    Browse the repository at this point in the history
  5. Fix top-level action tag.

    This tag needs to be set prior to release tagging.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fda88c7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #10 from prometheus/bjk/fixup_action_release

    Fix top-level action tag.
    SuperQ authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1a7aaf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Fix save and restore artefact

    Signed-off-by: Julien <[email protected]>
    Julien committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    63e9931 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from roidelapluie/fix-dl

    Fix save and restore artefact
    roidelapluie authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2959ef3 View commit details
    Browse the repository at this point in the history
  3. Fix artefact name

    Signed-off-by: Julien <[email protected]>
    Julien committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7e20e76 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13 from roidelapluie/fix-dl2

    Fix artefact name
    roidelapluie authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    468927c View commit details
    Browse the repository at this point in the history
Loading