Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.
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: acorn-io/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.2-rc1
Choose a base ref
...
head repository: acorn-io/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.2-rc2
Choose a head ref
  • 9 commits
  • 58 files changed
  • 3 contributors

Commits on Nov 2, 2023

  1. Only set Status.Defaults.Volumes once

    This also includes a migration step away from Status.Defaults.VolumeSize. It
    removes the logic that originally set the VolumeSize field and instead hands
    that logic off to the `Status.Defaults.Volumes` map field. If VolumeSize was
    previously set, then we will set that in the Volumes map field as the default.
    This prevents any issues from occuring with existing volumes when the default
    VolumeClass is updated.
    
    Signed-off-by: tylerslaton <mtslaton1@gmail.com>
    tylerslaton committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b904f2d View commit details
    Browse the repository at this point in the history
  2. Update unit tests

    Signed-off-by: tylerslaton <mtslaton1@gmail.com>
    tylerslaton committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3bb3a13 View commit details
    Browse the repository at this point in the history
  3. Always calculate Volume defaults but only set them if they haven't be…

    …en set
    
    Signed-off-by: tylerslaton <mtslaton1@gmail.com>
    tylerslaton committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    cb3ec26 View commit details
    Browse the repository at this point in the history
  4. Only set VolumeSize as default if nothing is set on Volumes map

    Signed-off-by: tylerslaton <mtslaton1@gmail.com>
    tylerslaton committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c23d6fa View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Merge pull request #2297 from tylerslaton/volume-class-defaults

    Only set Status.Defaults.Volumes if it hasn't been set
    tylerslaton authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ba42df7 View commit details
    Browse the repository at this point in the history
  2. Add path to port spec and endpoint status

    Add a path field to container ports so that users can specify an
    optional path to append to container's endpoint URL. The path field
    supports interpolation which, for example, enables the use of runtime
    generated tokens.
    
    Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
    njhale committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    bdc9f7d View commit details
    Browse the repository at this point in the history
  3. Allow jobs to publish ports

    Deploy ServiceInstances and Ingresses for job ports. This
    allows jobs to serve traffic and expose things like temporary web pages
    for collecting user credentials.
    
    Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
    njhale committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8a0ba08 View commit details
    Browse the repository at this point in the history
  4. Update test fixtures

    Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
    njhale committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ef0ed60 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Merge pull request #2318 from njhale/job-ports

    Enable generating endpoints with paths and exposing job ports.
    njhale authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    1849371 View commit details
    Browse the repository at this point in the history
Loading