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

chore(deps): Bump magalucloud/mgc from 0.27.1 to 0.31.0 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2024

Bumps magalucloud/mgc from 0.27.1 to 0.31.0.

Release notes

Sourced from magalucloud/mgc's releases.

v0.31.0

🚀 Features

Network

  • Criação de VPC via API v1 (assíncrono)

    • Com essa mudança de API, eliminamos problemas de timeout na criação de VPCs.
  • Novos campos adicionados a datasources

    • mgc_network_vpcs_subnet
      • subnetpool_id: ID do subnetpool associado à subnet. Permite identificar o pool de sub-redes ao qual a subnet pertence.
    • mgc_network_subnetpool
      • is_default: Indica se o subnetpool é o padrão na configuração da VPC. Um valor booleano (true ou false) que ajuda a identificar pools predefinidos.

Block Storage

  • Suporte a Availability Zones (AZ) e novos campos nos recursos de snapshots e volumes

    • mgc_block_storage_volumes

      • snapshot_id: Permite criar um volume a partir de um snapshot.
      • availability_zones: Define as zonas de disponibilidade.
    • mgc_block_storage_snapshots

      • snapshot_source_id: ID da origem do snapshot.
      • availability_zones: Define as zonas de disponibilidade.
      • type: Tipo do snapshot, podendo ser:
        • instant: Snapshot de alta performance, armazenado em NVMe. Ideal para cargas de trabalho que exigem velocidade e recuperação imediata.
        • object: Snapshot durável e econômico, salvo em object storage. Ideal para backups de longo prazo, focado em segurança e custo reduzido.
    • Consulte mais informações na documentação: Tipos de Snapshots | Docs Magalu Cloud

  • Datasources adicionados:

    • mgc_block_storage_snapshots
    • mgc_block_storage_volumes

Virtual Machines

  • Suporte a Availability Zones (AZ)
    • Compatibilidade adicionada em recursos e datasources.

🐞 Fixes

  • Geral

    • Corrigido o loop de login na ausência de chaves.
  • Kubernetes

    • Ajuste na validação de nodepool.
  • DBaaS

... (truncated)

Commits
  • ffc651a Merge pull request #70 from MagaluCloud/update-files-935723a8b745502e38d3d1f0...
  • e0b8aa9 chore: update docs from v0.31.0
  • 3e521dd Merge pull request #66 from MagaluCloud/update-files-0b5f3f092fdfcbfb49c38a60...
  • ff4fb66 chore: update docs from v0.30.0
  • 6e8fe0c Merge pull request #64 from MagaluCloud/update-files-e9318ab50e5f4f0990631397...
  • 2f43cdc chore: update docs from v0.29.2
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [magalucloud/mgc](https://github.com/MagaluCloud/terraform-provider-mgc) from 0.27.1 to 0.31.0.
- [Release notes](https://github.com/MagaluCloud/terraform-provider-mgc/releases)
- [Commits](MagaluCloud/terraform-provider-mgc@v0.27.1...v0.31.0)

---
updated-dependencies:
- dependency-name: magalucloud/mgc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants