Skip to content

0.5.3 release #76

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

Merged
merged 2 commits into from
Mar 25, 2025
Merged

0.5.3 release #76

merged 2 commits into from
Mar 25, 2025

Conversation

Syakyr
Copy link
Collaborator

@Syakyr Syakyr commented Mar 25, 2025

This PR makes several important changes to deployment methods and CI/CD configurations:

  • Fixed a reference to "AML file" to correctly say "YAML file" in documentation
  • Fixed the GitHub Pages workflow to use --replay-file instead of --config-file for cookiecutter
  • Replaced Gunicorn with Uvicorn for all deployment scenarios (Update Gunicorn instructions #74)
    • Removed all references to Gunicorn across documentation
    • Standardized the Uvicorn command format with explicit parameters (--host, --port, --workers, --app-dir)
    • Updated all code examples in documentation for Linux, macOS, and Windows
  • Changed credential handling from cat $VAR > file to echo $VAR > file for both Harbor and GCP credentials (CI/CD guide site section inconsistency #75)
    • Updated GitLab CI/CD variable type from "File" to "variable" in documentation
    • Updated corresponding screenshot for CI/CD variable configuration

@Syakyr Syakyr merged commit 39dea84 into main Mar 25, 2025
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.

1 participant