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: cattle-ops/terraform-aws-gitlab-runner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.28.0
Choose a base ref
...
head repository: cattle-ops/terraform-aws-gitlab-runner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.29.0
Choose a head ref
  • 13 commits
  • 7 files changed
  • 12 contributors

Commits on Jul 8, 2021

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

Commits on Jul 22, 2021

  1. feat: Parametrize runner instance launch configuration metadata optio…

    …ns (#348)
    
    * Parametrize runner instance launch configuration metadata options
    
    * Parametrize runner instance launch configuration metadata options
    
    * Update variables.tf
    
    Co-authored-by: Niek Palm <npalm@users.noreply.github.com>
    
    * Update variables.tf
    
    Co-authored-by: Niek Palm <npalm@users.noreply.github.com>
    
    Co-authored-by: Momir Nikolic <momir@getpenta.com>
    Co-authored-by: Niek Palm <npalm@users.noreply.github.com>
    3 people authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    a4406dc View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. feat: Allow configuring docker machine egress rules, see PR #351 for …

    …upgrade instructions
    
    
    Co-authored-by: Niek Palm <npalm@users.noreply.github.com>
    mhulscher and npalm authored Jul 31, 2021
    Configuration menu
    Copy the full SHA
    845e018 View commit details
    Browse the repository at this point in the history
  2. feat: support for settings Sentry DSN (#352)

    Co-authored-by: Niek Palm <npalm@users.noreply.github.com>
    radimsuckr and npalm authored Jul 31, 2021
    Configuration menu
    Copy the full SHA
    2a07466 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. feat: replace launch configuration with launch template (#337)

    Co-authored-by: Niek Palm <npalm@users.noreply.github.com>
    Co-authored-by: Laurent Michenaud <laurent.michenaud@external.grtgaz.com>
    3 people authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    b805fb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. chore(deps): bump tar from 4.4.13 to 4.4.15 in /.release (#354)

    Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.15.
    - [Release notes](https://github.com/npm/node-tar/releases)
    - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v4.4.13...v4.4.15)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 8, 2021
    Configuration menu
    Copy the full SHA
    72f6b70 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /.release (#355)

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    15c8857 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. fix: Use better ressources names (#356)

    * Fix: Use the correct launch template name
    
    * Use name_sg local also in security group name_prefix
    aperigault authored Aug 28, 2021
    Configuration menu
    Copy the full SHA
    817e040 View commit details
    Browse the repository at this point in the history
  2. chore: improve cancel-spot-instances.sh (#359)

    # cancel-spot-instance.sh enchancement
    
    I recently used the script to mitigate issues from #214 so I'm proposing some updates that could help.
    
    - Remove spot keypairs associated
    - Ensure errors are returned using pipefail
    - null condition cause failure if no Spot running (unwanted)
    florian0410 authored Aug 28, 2021
    Configuration menu
    Copy the full SHA
    a620d91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    001e7ec View commit details
    Browse the repository at this point in the history
  4. chore: formatting

    npalm committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    95b2abe View commit details
    Browse the repository at this point in the history
  5. Merge pull request #360 from npalm/develop

    release
    npalm authored Aug 28, 2021
    Configuration menu
    Copy the full SHA
    affcf0d View commit details
    Browse the repository at this point in the history
  6. chore(release): 4.29.0 [skip ci]

    ## [4.29.0](4.28.0...4.29.0) (2021-08-28)
    
    ### Features
    
    * Allow configuring docker machine egress rules, see PR [#351](#351) for upgrade instructions ([845e018](845e018))
    * Parametrize runner instance launch configuration metadata options ([#348](#348)) ([a4406dc](a4406dc))
    * replace launch configuration with launch template ([#337](#337)) ([b805fb6](b805fb6))
    * support for settings Sentry DSN ([#352](#352)) ([2a07466](2a07466))
    
    ### Bug Fixes
    
    * Use better ressources names ([#356](#356)) ([817e040](817e040))
    semantic-release-bot committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    f1d06dd View commit details
    Browse the repository at this point in the history
Loading