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

Support for multiple Azure Cloud Environments and other improvements #146

Merged
merged 1 commit into from
Feb 8, 2024

Commits on Feb 8, 2024

  1. Here's a summary of the changes from the last pull request:

    - [🎉 NEW] We now support remote cluster creation on any Azure Cloud
      Environment, abstracting the requirements of different cloud
      environments and backend services. This means we now support
      deployments in sovereign clouds, such as the [US Government
      Cloud](https://learn.microsoft.com/en-us/azure/azure-government/documentation-government-welcome),
      the [German Cloud](https://learn.microsoft.com/en-us/azure/germany/),
      and the [China Cloud](https://learn.microsoft.com/en-us/azure/china/overview-operations),
      in addition to the Azure Public Cloud.
    - [📈 IMPROVEMENT] We upgraded terraform provider to version 3.89.0 to
      support cluster setup through Azure Cloud Shell.
    - [⚒️ FIX] We fixed an issue that would cause the local cluster setup to
      fail in case the cluster name had underscores. Related to issue #133.
    - [📈 IMPROVEMENT] We revised the notebook dependencies and changed the
      default environment and package manager from Conda to
      [Micromamba](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html).
      Environments should build considerably faster and present fewer
      dependency issues. Related to issues #141 and #144.
    - [🎉 NEW] We added instructions on setting up the remote cluster using
      Azure Cloud Shell to the [Remote Cluster User
      Guide](https://microsoft.github.io/farmvibes-ai/docfiles/markdown/AKS.html).
    - [⚒️ FIX] We fixed a bug that prevented the REST API documentation page
      to be rendered correctly. Related to issue #131.
    
    ----
    
    Co-authored-by: Bruno Silva <[email protected]>
    Co-authored-by: Peter Hammond <[email protected]>
    Co-authored-by: Rafael Padilha <[email protected]>
    Co-authored-by: Renato Luiz de Freitas Cunha <[email protected]>
    Co-authored-by: Rick Gutierrez <[email protected]>
    6 people committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    fd0e5d7 View commit details
    Browse the repository at this point in the history