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: machulav/ec2-github-runner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.3
Choose a base ref
...
head repository: machulav/ec2-github-runner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 8 files changed
  • 9 contributors

Commits on Apr 11, 2023

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

Commits on Jul 7, 2023

  1. Add 'pre-runner-script' option (#154)

    Add a 'pre-runner-script' option to specify arbitrary bash commands to run
    before the runner starts up on the instance.  This is useful if you need
    to install dependencies or have OS-specific setup steps.  For example:
    
          - name: Start EC2 runner
            with:
    	 mode: start
    	 ec2-image-id: ami-07bdb09c49774f92e
    	 pre-runner-script: |
    	      sudo yum update -y && \
    	      sudo yum install docker git libicu -y \
    	      sudo systemctl enable docker
    
    Signed-off-by: Tony Hutter <[email protected]>
    tonyhutter authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2c4d1dc View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    b1c4d9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6ce438 View commit details
    Browse the repository at this point in the history
  3. Bump xml2js and aws-sdk (#145)

    Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) to 0.5.0 and updates ancestor dependency [aws-sdk](https://github.com/aws/aws-sdk-js). These dependencies need to be updated together.
    
    
    Updates `xml2js` from 0.4.19 to 0.5.0
    - [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases)
    - [Commits](Leonidas-from-XIV/node-xml2js@0.4.19...0.5.0)
    
    Updates `aws-sdk` from 2.1250.0 to 2.1354.0
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
    - [Commits](aws/aws-sdk-js@v2.1250.0...v2.1354.0)
    
    ---
    updated-dependencies:
    - dependency-name: xml2js
      dependency-type: indirect
    - dependency-name: aws-sdk
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Volodymyr Machula <[email protected]>
    dependabot[bot] and machulav authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    89dfcf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    186f574 View commit details
    Browse the repository at this point in the history
  5. Fix "package" CI (temporary quick fix) (#186)

    * Test
    
    * Test
    
    * Test
    
    * Test
    
    * Test
    
    * Temporary quick fix
    machulav authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e3cfd25 View commit details
    Browse the repository at this point in the history
  6. Update dist

    GitHub Actions committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0c7a6be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5749b9b View commit details
    Browse the repository at this point in the history
  8. Update dist

    GitHub Actions committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fcfb31a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Update README.md

    machulav authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    07270f3 View commit details
    Browse the repository at this point in the history
  2. Upgrade to AWS SDK 3 and NodeJS20 (#192)

    * Update NodeJS to 20. Update AWS SDK to 3
    
    * Add wait config to place
    kosinal authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    335760f View commit details
    Browse the repository at this point in the history
  3. Update dist

    GitHub Actions committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1827d6c View commit details
    Browse the repository at this point in the history
  4. Update README.md

    updated to v4 on aws credentials
    Preen authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6a96fd4 View commit details
    Browse the repository at this point in the history
Loading