-
Notifications
You must be signed in to change notification settings - Fork 0
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
[BUG] Docker image tags do not match branches #77
Labels
bug
Something isn't working
Comments
Merged
NeonDaniel
added a commit
that referenced
this issue
Jan 25, 2024
Updates deployment automation to address #77
Merged
NeonDaniel
added a commit
that referenced
this issue
Jan 29, 2024
Updates deployment automation to address #77 Co-authored-by: Daniel McKnight <[email protected]>
@NeonDaniel added alpha as a separate branch, for beta we are going to use dev, and when we get to stable - it will be main |
NeonKirill
added a commit
that referenced
this issue
Apr 13, 2024
* Increment Version * Fixed issues while making structure for neon api (#67) * Increment Version * Fixed issue when conversation id specified but unset (#69) * Increment Version * Project dependencies update (#70) * Migrated Python version to 3.10 * Cleaned up and restructured dependencies * Added pre commit hooks * Ran black formatter * Made setting up MySQLConnector optional * Updated project requirements * updated python version in references * Incremented subversion * Increment Version * Update for Helm deployment (#71) * Update containers to fully support ovos-config * WIP troubleshooting container init failures * Troubleshooting unit test failures * Troubleshooting unit test failures * Fix legacy config file checks * Replace 'update' with 'update_many' per PyMongo docs https://pymongo.readthedocs.io/en/stable/api/pymongo/collection.html#pymongo.collection.Collection.update_many Update command validation to reference known commands enum directly --------- Co-authored-by: Daniel McKnight <[email protected]> * Increment Version * Support for admin api (#72) * Added K8S and Rabbit MQ management utilities * added callback on missing k8s config * Fixed backward compatibility issue with pymongo * Added submind state processor * Moved out mq validation utility * incremented subversion * added retry-wait for klatchat observer * Fixed issue with caching * Simplified socket io logic * Added license notice --------- Co-authored-by: NeonKirill <[email protected]> * Increment Version * Fix configuration handling (#75) Co-authored-by: Daniel McKnight <[email protected]> * Increment Version * Added support for banning/unbanning subminds and admins endpoint for fetching chats data (#76) * Increment Version * Update PyPI action spec (#73) * Increment Version * Replaces `pull_master` with `propose_release` action (#78) Updates deployment automation to address #77 Co-authored-by: Daniel McKnight <[email protected]> * Increment Version * Reorganized Mongo DB API (#79) * Refactored Mongo DB API to be more granular, optimized and generified queries in place * Fixed unittests * Addressed comments * Fixed issue with prompts * removed redundant property from request_tts * Increment Version * Fixed issue with unauthorized user * Increment Version * Troubleshooting Proctored Conversations (#80) * Increment Version * Upgraded Socket IO to use any transport * Increment Version * Support for personas (#81) * Initial implementation of Personas API in klatchat * Added personas endpoints and optimized middleware * Support for generic configs management --------- Co-authored-by: NeonKirill <[email protected]> * Increment Version * Alpha -> Dev (#85) * added new deployment instructions to target alpha * Disabled pull request hook for CI flow * Fixed import issue * fixing "/ is not a connected namespace." * incremented controller expiration time and decreased ttl length * Fixing issues with updating user account (#83) * Reorganized Socket IO handlers * Fixing Chat Messages Overflow Issue (#84) * Removed dependency on chat_flow property to track messages in conversation * Increment Version --------- Co-authored-by: NeonDaniel <[email protected]> Co-authored-by: NeonKirill <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The current automation pushes images to ghcr on
PR
instead ofMerge
, so tags are applied before PR approval/merge.Steps to Reproduce
No response
Relevant Code
No response
Other Notes
The
dev
andmaster
tags should always match those branches. We could add another tag (pre
,alpha
) for builds on PR if that is helpful, but currently it is unclear what commit is associated with thedev
tag and themaster
tag is being updated before changes are tested/marked stable.The text was updated successfully, but these errors were encountered: