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

1.17.0 #248

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

1.17.0 #248

wants to merge 23 commits into from

Conversation

mbecker20
Copy link
Owner

@mbecker20 mbecker20 commented Jan 5, 2025

🚨 BREAKING - \ in Resource Sync TOML

Previously, the use of backslash (\) had to be escaped (change to \\) in Resource Sync TOML. Now it doesn't, which brings it in line with the actual command run. This also fixes CommitSync when used with Resources with config containing \ re #247.

Before

on_pull = """
bash ./upload-binaries.sh \\
  release ghcr.io/mbecker20/komodo-binaries:latest \\
  [[KOMODO_VERSION]] \\
  [[KOMODO_GIT_TOKEN]]
"""

Now becomes (as of 1.17+)

on_pull = """
bash ./upload-binaries.sh \
  release ghcr.io/mbecker20/komodo-binaries:latest \
  [[KOMODO_VERSION]] \
  [[KOMODO_GIT_TOKEN]]
"""

🚨 BREAKING - Environment file precedence

Previously if there were overlapping environment variables in the Komodo managed env, and in "Additional env files", the Additional files would take precedence. That is now flipped, so Komodo managed env will always override the additional passed files on conflicts when you are deploying with Komodo.

Additional

volumes:
      - ${PERIPHERY_ROOT_DIRECTORY}:${PERIPHERY_ROOT_DIRECTORY}
environment:
      PERIPHERY_STACK_DIR: ${PERIPHERY_ROOT_DIRECTORY}/stacks
  • Adds "Test Alerter" functionality. This allows for confirmation of correct alerting configuration without waiting for a real alert.

  • Update official icon to be higher quality, and green for use on both light and dark backgrounds.

komodo-logo

add new ec2 instance types

clean up testing config

document the libraries a bit

clean up main

update sysinfo and otel

update client resolver 3.0

resolver v3 prog

clean up gitignore

implement periphery resolver v3

clean up

core read api v3

more prog

execute api

missing apis

compiling

1.16.13

work on more granular traits

prog on crud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants