Skip to content

fix(urunc config): Ensure default values for monitor configuration#829

Merged
urunc-bot[bot] merged 1 commit into
mainfrom
fix_def_values_LoadUruncConfig
Jul 17, 2026
Merged

fix(urunc config): Ensure default values for monitor configuration#829
urunc-bot[bot] merged 1 commit into
mainfrom
fix_def_values_LoadUruncConfig

Conversation

@cmainas

@cmainas cmainas commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Description

Make sure that the default values defined for the monitor configuration are not overwritten if the respective fields are not defined in the configuration file.

Related issues

How was this tested?

Running unit tests and e2e test

LLM usage

Opus 4.8 wrote all the unit tests

Checklist

  • I have read the contribution guide.
  • The linter passes locally (make lint).
  • The e2e tests of at least one tool pass locally (make test_ctr, make test_nerdctl, make test_docker, make test_crictl).
  • If LLMs were used: I have read the llm policy.

@netlify

netlify Bot commented Jul 16, 2026

Copy link
Copy Markdown

Deploy Preview for urunc canceled.

Name Link
🔨 Latest commit 0a3a86b
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/6a598f27937c2000081f9643

@cmainas
cmainas force-pushed the fix_def_values_LoadUruncConfig branch from 6eefa52 to bc8a30f Compare July 16, 2026 17:41
@cmainas
cmainas marked this pull request as ready for review July 16, 2026 17:55
@cmainas
cmainas requested a review from ananos July 16, 2026 17:55

@ananos ananos left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! thanks @cmainas!

Make sure that the default values defined for the monitor configuration
are not overwritten if the respective fields are not defined in the
configuration file.

PR: #829
Signed-off-by: Charalampos Mainas <cmainas@nubificus.co.uk>
Reviewed-by: Anastassios Nanos <ananos@nubificus.co.uk>
Approved-by: Anastassios Nanos <ananos@nubificus.co.uk>
@github-actions
github-actions Bot force-pushed the fix_def_values_LoadUruncConfig branch from bc8a30f to 0a3a86b Compare July 17, 2026 02:10
@urunc-bot
urunc-bot Bot merged commit 609e07e into main Jul 17, 2026
5 of 7 checks passed
@cmainas
cmainas deleted the fix_def_values_LoadUruncConfig branch July 17, 2026 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Default values in urunc config get overwritten with zeors if unset

2 participants