-
Notifications
You must be signed in to change notification settings - Fork 101
Comparing changes
Open a pull request
base repository: acorn-io/runtime
base: v0.9.2-rc1
head repository: acorn-io/runtime
compare: v0.9.2-rc2
- 9 commits
- 58 files changed
- 3 contributors
Commits on Nov 2, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for b904f2d - Browse repository at this point
Copy the full SHA b904f2dView commit details -
Signed-off-by: tylerslaton <mtslaton1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3bb3a13 - Browse repository at this point
Copy the full SHA 3bb3a13View commit details -
Always calculate Volume defaults but only set them if they haven't be…
…en set Signed-off-by: tylerslaton <mtslaton1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cb3ec26 - Browse repository at this point
Copy the full SHA cb3ec26View commit details -
Only set VolumeSize as default if nothing is set on Volumes map
Signed-off-by: tylerslaton <mtslaton1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c23d6fa - Browse repository at this point
Copy the full SHA c23d6faView commit details
Commits on Nov 3, 2023
-
Merge pull request #2297 from tylerslaton/volume-class-defaults
Only set Status.Defaults.Volumes if it hasn't been set
Configuration menu - View commit details
-
Copy full SHA for ba42df7 - Browse repository at this point
Copy the full SHA ba42df7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bdc9f7d - Browse repository at this point
Copy the full SHA bdc9f7dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8a0ba08 - Browse repository at this point
Copy the full SHA 8a0ba08View commit details -
Signed-off-by: Nick Hale <4175918+njhale@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ef0ed60 - Browse repository at this point
Copy the full SHA ef0ed60View commit details
Commits on Nov 4, 2023
-
Merge pull request #2318 from njhale/job-ports
Enable generating endpoints with paths and exposing job ports.
Configuration menu - View commit details
-
Copy full SHA for 1849371 - Browse repository at this point
Copy the full SHA 1849371View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.2-rc1...v0.9.2-rc2