Skip to content

V2.0.1-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@mosesman831 mosesman831 released this 09 Oct 12:45
· 2 commits to Major-2 since this release
abfa881

OCI OcC Fix

Version 2.0.1-beta

Major updates

  • Environment Variable Support: The script now uses environment variables for configuration values, improving security and flexibility.
  • .env File Integration: Added support for loading environment variables from a .env file using the python-dotenv library.
  • Improved Logging: Enhanced logging to provide better insights during execution.
  • Error Handling: Added comprehensive error handling to manage potential runtime errors effectively.
  • Machine Configuration: Introduced a function to set machine configurations based on the machine type (ARM or AMD).

Changes

  • Configuration Values: Replaced hardcoded configuration values with environment variables.
  • Code Refactoring: Refactored the code for better readability and maintainability.
  • Retry Logic: Added basic retry logic for handling service errors

Branch: Major-2