Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update base runner #2

Open
wants to merge 64 commits into
base: main
Choose a base branch
from
Open

Update base runner #2

wants to merge 64 commits into from

Commits on Jan 5, 2023

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

Commits on Jan 6, 2023

  1. fix: naming for services & service entrypoint (#53)

    * rename to container
    
    * fix container image name bug
    
    * fix entrypoint bug
    
    * bump patch version
    
    * formatting
    
    * fix versions in package-lock
    
    * add test
    
    * revert version bump
    
    * added check + test for args as well
    
    * formatting
    
    * remove cscode launch.json
    
    * expand example json
    
    * wrong version, revert to correct one
    
    * correct lock
    
    * throw error on invalid image definition
    
    * change falsy check
    
    * Update packages/k8s/src/k8s/utils.ts
    
    Co-authored-by: Ferenc Hammerl <[email protected]>
    
    Co-authored-by: Ferenc Hammerl <[email protected]>
    nielstenboom and fhammerl authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    73914b8 View commit details
    Browse the repository at this point in the history
  2. Bump json5 from 1.0.1 to 1.0.2 in /packages/docker (#58)

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    0e1ba7b View commit details
    Browse the repository at this point in the history
  3. Bump json5 from 2.2.1 to 2.2.3 in /packages/k8s (#57)

    Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.2.1...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    5b597b0 View commit details
    Browse the repository at this point in the history
  4. Bump json5 from 1.0.1 to 1.0.2 in /packages/hooklib (#56)

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    bf39b9b View commit details
    Browse the repository at this point in the history
  5. Fix service port mappings when input is undefined, null, or empty (#60)

    * fix: service without ports defined
    
    * fix port mappings when ports are undefined,null or empty
    
    * fix
    
    Co-authored-by: Ronald Claveau <[email protected]>
    nikola-jokic and claveaur authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    4448b61 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. docker and k8s: read from stdin inside try catch block (#49)

    There might be situation where reading from standard input fails. In
    that case, we should encapsulate that exception within the try catch
    block to avoid unhandeled Promise rejection exception and provide more
    information about the error
    nikola-jokic authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ae432db View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Bump http-cache-semantics from 4.1.0 to 4.1.1 in /packages/k8s (#63)

    Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
    - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: http-cache-semantics
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    7754cb8 View commit details
    Browse the repository at this point in the history
  2. removed equal sign from env buffer, added defensive guard against the…

    … key (#62)
    
    * removed equal sign from env buffer, added defensive guard against the key
    
    * Update packages/k8s/src/k8s/utils.ts
    
    Co-authored-by: John Sudol <[email protected]>
    
    * Update packages/k8s/src/k8s/utils.ts
    
    Co-authored-by: Ferenc Hammerl <[email protected]>
    
    * fix format
    
    ---------
    
    Co-authored-by: John Sudol <[email protected]>
    Co-authored-by: Ferenc Hammerl <[email protected]>
    3 people authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ae31f04 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Exit from run k8s not allowing promise rejection (#65)

    * Exit from run k8s not allowing promise rejection
    
    * Unused case removed k8s
    nikola-jokic authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d735152 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Bump cacheable-request and @kubernetes/client-node in /packages/k8s (#66

    )
    
    Removes [cacheable-request](https://github.com/jaredwray/cacheable-request). It's no longer used after updating ancestor dependency [@kubernetes/client-node](https://github.com/kubernetes-client/javascript). These dependencies need to be updated together.
    
    
    Removes `cacheable-request`
    
    Updates `@kubernetes/client-node` from 0.16.3 to 0.18.1
    - [Release notes](https://github.com/kubernetes-client/javascript/releases)
    - [Changelog](https://github.com/kubernetes-client/javascript/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/kubernetes-client/javascript/commits)
    
    ---
    updated-dependencies:
    - dependency-name: cacheable-request
      dependency-type: indirect
    - dependency-name: "@kubernetes/client-node"
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    10c6c0a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    26f4a32 View commit details
    Browse the repository at this point in the history
  2. Fix 0.3.0 release notes (#69)

    Link- authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    c92bb55 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Ensure response consist no matter having ports or not. (#70)

    * Ensure responseconsist no matter having ports or not.
    
    * Update packages/k8s/src/hooks/prepare-job.ts
    
    Co-authored-by: Nikola Jokic <[email protected]>
    
    ---------
    
    Co-authored-by: Nikola Jokic <[email protected]>
    TingluoHuang and nikola-jokic authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    6dbb0b6 View commit details
    Browse the repository at this point in the history
  2. Release 0.3.1 (#71)

    * Update releaseNotes.md
    
    * updated package.json and package lock
    nikola-jokic authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    89ff7d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. ADR: using ephemeral containers (#72)

    * Add ephemeral containers ADR draft
    
    * Add ADR PR number to filename and title
    
    * Add motivation
    
    * Add evaluation section with details
    
    * Add storage configuration
    
    * Add the remaining sections
    
    * Fix formatting
    
    * Add guidance
    
    * Update ADR status to rejected
    Link- authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    04b58be View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. k8s: handle $ symbols in environment variable names and values (#74)

    * Add test cases
    
    * Handle $ symbols in environment variable names and values
    aibaars authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c37c5ca View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    17837d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebbe2bd View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Fix argument order for 'docker pull' (#85)

    The optional --config option must come *before* the pull argument.
    mzagozen authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    3fc91e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Bump tough-cookie from 4.0.0 to 4.1.3 in /packages/docker (#87)

    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    730509f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    586a052 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b83223 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    aa65885 View commit details
    Browse the repository at this point in the history
  2. Bump word-wrap from 1.2.3 to 1.2.4 in /packages/k8s (#89)

    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    669ec6f View commit details
    Browse the repository at this point in the history
  3. Bump word-wrap from 1.2.3 to 1.2.4 in /packages/hooklib (#88)

    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9319a85 View commit details
    Browse the repository at this point in the history
  4. Bump word-wrap from 1.2.3 to 1.2.5 in /packages/docker (#95)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    17fb668 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Include sha256 checksums in releaseNotes (#98)

    * Include sha256 checksums in releaseNotes
    
    * Add ul for sha
    nikola-jokic authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    547ed30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5107bb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Implement yaml extensions overwriting the default pod/container spec (#…

    …75)
    
    * Implement yaml extensions overwriting the default pod/container spec
    
    * format files
    
    * Extend specs for container job and include docker and k8s tests in k8s
    
    * Create table tests for docker tests
    
    * included warnings and extracted append logic as generic
    
    * updated merge to allow for file read
    
    * reverted back examples and k8s/tests
    
    * reverted back docker tests
    
    * Tests for extension prepare-job
    
    * Fix lint and format and merge error
    
    * Added basic test for container step
    
    * revert hooklib since new definition for container options is received from a file
    
    * revert docker options since create options are a string
    
    * Fix revert
    
    * Update package locks and deps
    
    * included example of extension.yaml. Added side-car container that was missing
    
    * Ignore spec modification for the service containers, change selector to
    
    * fix lint error
    
    * Add missing image override
    
    * Add comment explaining merge object meta with job and pod
    
    * fix test
    nikola-jokic authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    4cdcf09 View commit details
    Browse the repository at this point in the history
  2. [ADR] Hook extensions (#96)

    * [ADR] Hook extensions
    
    * Add ADR number
    
    * Add image field to specify that it is going to be ignored
    
    * Update env name, explain that the file is going to be applied to both job and container step pods
    
    * rewphrase job container to job pod
    
    * update name for the job to $job
    nikola-jokic authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    4ff4b55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64000d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ea7e21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b58b131 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Bump @babel/traverse from 7.17.9 to 7.23.2 in /packages/docker (#109)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.9 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5264b6c View commit details
    Browse the repository at this point in the history
  2. Bump @babel/traverse from 7.18.2 to 7.23.2 in /packages/k8s (#110)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.2 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    496287d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Add option to use the kubernetes scheduler for workflow pods (#111)

    * Add option to use kube scheduler
    
    This should only be used when rwx volumes are supported or when using a single node cluster.
    
    * Add option to set timeout for prepare job
    
    If the kube scheduler is used to hold jobs until sufficient resources are available,
    then prepare job needs to wait for a longer period until the workflow pod is running.
    This timeout will mostly need an increase in cases where many jobs are triggered
    which together exceed the resources available in the cluster.
    The workflows can then be gracefully handled later when sufficient resources become available again.
    
    * Skip name override warning when names match or job extension
    
    * Add guard for positive timeouts with a warning
    
    * Write out ReadWriteMany in full
    Wielewout authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    90a6236 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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

Commits on Nov 20, 2023

  1. Docker and K8s: Fix shell arguments when split by the runner (#115)

    * Docker: Fix shell arguments when split by the runner
    
    * Add shlex to k8s hook as well
    nikola-jokic authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    c093f87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5620834 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Release 0.5.0 (#119)

    nikola-jokic authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    46c92fe View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    921be5b View commit details
    Browse the repository at this point in the history
  2. Switch exec pod promise to reject on websocket error (#127)

    * Switch exec pod promise to reject on websocket error
    
    * Fix incorrectly resolved merge conflict
    
    * Apply suggestions from code review
    
    Co-authored-by: Ferenc Hammerl <[email protected]>
    
    ---------
    
    Co-authored-by: Ferenc Hammerl <[email protected]>
    nikola-jokic and fhammerl authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    50e14cf View commit details
    Browse the repository at this point in the history
  3. Release 0.5.1 (#131)

    * Release 0.5.1
    
    * Add one more PR that is part of the release
    nikola-jokic authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    638bd19 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    af27abe View commit details
    Browse the repository at this point in the history
  2. Use ACTIONS_RUNNER_CONTAINER_HOOK_TEMPLATE to extend service containe…

    …rs (#134)
    
    #132
    
    Co-authored-by: Katarzyna Radkowska <[email protected]>
    katarzynainit and kr-sabre authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    7223e1d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. ADR-0134 superseding ADR-0096 (#136)

    Related to #132
    katarzynainit authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    746e644 View commit details
    Browse the repository at this point in the history
  2. Bump jose from 4.11.4 to 4.15.5 in /packages/k8s (#142)

    Bumps [jose](https://github.com/panva/jose) from 4.11.4 to 4.15.5.
    - [Release notes](https://github.com/panva/jose/releases)
    - [Changelog](https://github.com/panva/jose/blob/v4.15.5/CHANGELOG.md)
    - [Commits](panva/jose@v4.11.4...v4.15.5)
    
    ---
    updated-dependencies:
    - dependency-name: jose
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    bb09a79 View commit details
    Browse the repository at this point in the history
  3. Mount /github/workflow to docker action pods (#137)

    * Mount /github/workflow to docker action pods, the same way as for container job pods
    
    * Adjust tests
    katarzynainit authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    99efdec View commit details
    Browse the repository at this point in the history
  4. Release 0.6.0 (#148)

    nikola-jokic authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9705dee View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Bump ws from 7.5.7 to 7.5.10 in /packages/docker (#170)

    Bumps [ws](https://github.com/websockets/ws) from 7.5.7 to 7.5.10.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.5.7...7.5.10)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8388a36 View commit details
    Browse the repository at this point in the history
  2. Bump braces from 3.0.2 to 3.0.3 in /packages/docker (#171)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    aeabaf1 View commit details
    Browse the repository at this point in the history
  3. Bump tar from 6.1.11 to 6.2.1 in /packages/k8s (#156)

    Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.11 to 6.2.1.
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.1.11...v6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ed70e2f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    ca4ea17 View commit details
    Browse the repository at this point in the history
  2. Release 0.6.1 (#172)

    nikola-jokic authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    73655d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    ee10d95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77b40ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    977d539 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Bump braces from 3.0.2 to 3.0.3 in /packages/k8s (#188)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7b40484 View commit details
    Browse the repository at this point in the history
  2. Bump jsonpath-plus and @kubernetes/client-node in /packages/k8s (#187)

    Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) to 10.1.0 and updates ancestor dependency [@kubernetes/client-node](https://github.com/kubernetes-client/javascript). These dependencies need to be updated together.
    
    
    Updates `jsonpath-plus` from 9.0.0 to 10.1.0
    - [Release notes](https://github.com/s3u/JSONPath/releases)
    - [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md)
    - [Commits](JSONPath-Plus/JSONPath@v9.0.0...v10.1.0)
    
    Updates `@kubernetes/client-node` from 0.22.0 to 0.22.2
    - [Release notes](https://github.com/kubernetes-client/javascript/releases)
    - [Changelog](https://github.com/kubernetes-client/javascript/blob/master/CHANGELOG.md)
    - [Commits](kubernetes-client/javascript@0.22.0...0.22.2)
    
    ---
    updated-dependencies:
    - dependency-name: jsonpath-plus
      dependency-type: indirect
    - dependency-name: "@kubernetes/client-node"
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8eed1ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27bae0b View commit details
    Browse the repository at this point in the history
  4. Remove dependency on deprecated release actions (#193)

    * Update to the latest available actions
    
    * Remove dependency on deprecated release actions
    
    * Add release workflow fixes from testing
    joshmgross authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5e805a0 View commit details
    Browse the repository at this point in the history
  5. Bump ws from 7.5.8 to 7.5.10 in /packages/k8s (#192)

    Bumps [ws](https://github.com/websockets/ws) from 7.5.8 to 7.5.10.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.5.8...7.5.10)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    120636d View commit details
    Browse the repository at this point in the history