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: iterative/cml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.19.1
Choose a base ref
...
head repository: iterative/cml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.0
Choose a head ref
  • 13 commits
  • 6 files changed
  • 7 contributors

Commits on Jul 26, 2023

  1. cuda 11.2.2 (#1405)

    dacbd authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    aaaed00 View commit details
    Browse the repository at this point in the history
  2. additional cuda updates (#1406)

    * additional cuda update
    
    * ref correct version
    
    * Update README.md
    
    * readme links
    
    * typo
    
    ---------
    
    Co-authored-by: Helio Machado <0x2b3bfa0+git@googlemail.com>
    dacbd and 0x2b3bfa0 authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5357616 View commit details
    Browse the repository at this point in the history
  3. fix: replace deprecated gitlab ci var (#1404)

    * fix: replace deprecated gitlab ci var
    
    GitLab 16.x deprecated several variables including CI_BUILD_REF_NAME.
    In order to be exhaustive, two variables are replacing it:
    CI_COMMIT_BRANCH (prefered) and CI_COMMIT_REF_NAME.
    
    Issue: #1403
    
    * Update src/drivers/gitlab.js
    
    * ci: add expires_at in gitlab credentials
    
    ---------
    
    Co-authored-by: Daniel Barnes <dabarnes2b@gmail.com>
    nipierre and dacbd authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f050c11 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Bump word-wrap from 1.2.3 to 1.2.4 (#1402)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daniel Barnes <dabarnes2b@gmail.com>
    dependabot[bot] and dacbd authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7fff401 View commit details
    Browse the repository at this point in the history
  2. Bump semver from 7.3.7 to 7.5.2 (#1400)

    Bumps [semver](https://github.com/npm/node-semver) from 7.3.7 to 7.5.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.3.7...v7.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daniel Barnes <dabarnes2b@gmail.com>
    dependabot[bot] and dacbd authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2717e6f View commit details
    Browse the repository at this point in the history
  3. Bump tough-cookie from 4.0.0 to 4.1.3 (#1399)

    Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
    - [Release notes](https://github.com/salesforce/tough-cookie/releases)
    - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
    - [Commits](salesforce/tough-cookie@v4.0.0...v4.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: tough-cookie
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daniel Barnes <dabarnes2b@gmail.com>
    dependabot[bot] and dacbd authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cbd84c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. runner: Convert idle-timeout="never" to 0 with GitLab driver (#1408)

    * runner: Convert idle-timeout="never" to 0 with GitLab driver
    
    GitLab runners do not support "never" as an argument for --wait-timeout, instead this should be 0, which by default is no timeout.
    
    Fixes #1407
    
    * Fix linting error
    
    * Update src/drivers/gitlab.js
    
    ---------
    
    Co-authored-by: Daniel Barnes <dabarnes2b@gmail.com>
    BradyJ27 and dacbd authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b64044f View commit details
    Browse the repository at this point in the history
  2. fix: upgrade tar from 6.1.11 to 6.1.15 (#1397)

    Snyk has created this PR to upgrade tar from 6.1.11 to 6.1.15.
    
    See this package in npm:
    https://www.npmjs.com/package/tar
    
    See this project in Snyk:
    https://app.snyk.io/org/0x2b3bfa0/project/c72874ff-26c3-4f42-abed-4a4ce462ebbf?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    Co-authored-by: Daniel Barnes <dabarnes2b@gmail.com>
    3 people authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f753c3f View commit details
    Browse the repository at this point in the history
  3. fix: upgrade node-fetch from 2.6.7 to 2.6.11 (#1395)

    Snyk has created this PR to upgrade node-fetch from 2.6.7 to 2.6.11.
    
    See this package in npm:
    https://www.npmjs.com/package/node-fetch
    
    See this project in Snyk:
    https://app.snyk.io/org/0x2b3bfa0/project/c72874ff-26c3-4f42-abed-4a4ce462ebbf?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    Co-authored-by: Daniel Barnes <dabarnes2b@gmail.com>
    3 people authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    32e0cb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. fix: upgrade semver from 7.5.2 to 7.5.4 (#1411)

    Snyk has created this PR to upgrade semver from 7.5.2 to 7.5.4.
    
    See this package in npm:
    https://www.npmjs.com/package/semver
    
    See this project in Snyk:
    https://app.snyk.io/org/0x2b3bfa0/project/c72874ff-26c3-4f42-abed-4a4ce462ebbf?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    0x2b3bfa0 and snyk-bot authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    3be0f4c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. fix: upgrade yargs from 17.5.1 to 17.7.2 (#1394)

    Snyk has created this PR to upgrade yargs from 17.5.1 to 17.7.2.
    
    See this package in npm:
    https://www.npmjs.com/package/yargs
    
    See this project in Snyk:
    https://app.snyk.io/org/0x2b3bfa0/project/c72874ff-26c3-4f42-abed-4a4ce462ebbf?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    Co-authored-by: Daniel Barnes <dabarnes2b@gmail.com>
    3 people authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    023bd16 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. fix: upgrade winston from 3.8.1 to 3.10.0 (#1414)

    Snyk has created this PR to upgrade winston from 3.8.1 to 3.10.0.
    
    See this package in npm:
    https://www.npmjs.com/package/winston
    
    See this project in Snyk:
    https://app.snyk.io/org/0x2b3bfa0/project/c72874ff-26c3-4f42-abed-4a4ce462ebbf?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    0x2b3bfa0 and snyk-bot authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    2ecf523 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. 0.20.0 (#1419)

    Co-authored-by: Olivaw[bot] <64868532+iterative-olivaw@users.noreply.github.com>
    dacbd and iterative-olivaw authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8211cf4 View commit details
    Browse the repository at this point in the history
Loading