Skip to content

chore(deps): update terraform minio to v3.38.5#1458

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minio-3.x
Open

chore(deps): update terraform minio to v3.38.5#1458
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minio-3.x

Conversation

@renovate

@renovate renovate Bot commented May 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
minio (source) required_provider minor 3.34.03.38.5

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aminueza/terraform-provider-minio (minio)

v3.38.5

Compare Source

Terraform Provider MinIO v3.38.5

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.38.5"
    }
  }
}

What's Changed

🐛 Bug Fixes
🧪 Tests
Other Changes

New Contributors

Full Changelog: aminueza/terraform-provider-minio@v3.38.4...v3.38.5

v3.38.4

Compare Source

Terraform Provider MinIO v3.38.4

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.38.4"
    }
  }
}

What's Changed

📦 Dependencies
Other Changes

Full Changelog: aminueza/terraform-provider-minio@v3.38.3...v3.38.4

v3.38.3

Compare Source

Terraform Provider MinIO v3.38.3

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.38.3"
    }
  }
}

What's Changed

Other Changes
  • fix(s3-bucket): preserve tags state when backend does not implement tagging by @​felladrin in #​1006

Full Changelog: aminueza/terraform-provider-minio@v3.38.2...v3.38.3

v3.38.2

Compare Source

Terraform Provider MinIO v3.38.2

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.38.2"
    }
  }
}

What's Changed

[!NOTE]
To remove all tags, set tags = {} explicitly. Omitting the tags argument no longer clears existing tags: tags is a computed attribute, so Terraform retains the last known value to avoid perpetual drift during refresh-only plans.

Full Changelog: aminueza/terraform-provider-minio@v3.38.1...v3.38.2

v3.38.1

Compare Source

Terraform Provider MinIO v3.38.1

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.38.1"
    }
  }
}

What's Changed

Other Changes

Full Changelog: aminueza/terraform-provider-minio@v3.38.0...v3.38.1

v3.38.0

Compare Source

Terraform Provider MinIO v3.38.0

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.38.0"
    }
  }
}

What's Changed

Other Changes

Full Changelog: aminueza/terraform-provider-minio@v3.37.0...v3.38.0

v3.37.0

Compare Source

Terraform Provider MinIO v3.37.0

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.37.0"
    }
  }
}

What's Changed

Other Changes

Full Changelog: aminueza/terraform-provider-minio@v3.36.0...v3.37.0

v3.36.0

Compare Source

Terraform Provider MinIO v3.36.0

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.36.0"
    }
  }
}

What's Changed

Other Changes

New Contributors

Full Changelog: aminueza/terraform-provider-minio@v3.35.3...v3.36.0

v3.35.3

Compare Source

Terraform Provider MinIO v3.35.3

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.35.3"
    }
  }
}

What's Changed

Other Changes

Full Changelog: aminueza/terraform-provider-minio@v3.35.2...v3.35.3

v3.35.2

Compare Source

Terraform Provider MinIO v3.35.2

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.35.2"
    }
  }
}

What's Changed

Other Changes

Full Changelog: aminueza/terraform-provider-minio@v3.35.1...v3.35.2

v3.35.1

Compare Source

Terraform Provider MinIO v3.35.1

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.35.1"
    }
  }
}

What's Changed

Other Changes

Full Changelog: aminueza/terraform-provider-minio@v3.35.0...v3.35.1

v3.35.0

Compare Source

Terraform Provider MinIO v3.35.0

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.35.0"
    }
  }
}

What's Changed

Other Changes

Full Changelog: aminueza/terraform-provider-minio@v3.34.0...v3.35.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): update terraform minio to v3.35.0 chore(deps): update terraform minio to v3.35.1 May 13, 2026
@renovate
renovate Bot force-pushed the renovate/minio-3.x branch from 073d69e to e36f905 Compare May 13, 2026 01:07
@renovate renovate Bot changed the title chore(deps): update terraform minio to v3.35.1 chore(deps): update terraform minio to v3.35.2 May 13, 2026
@renovate
renovate Bot force-pushed the renovate/minio-3.x branch from e36f905 to f1acf9c Compare May 13, 2026 17:50
@renovate renovate Bot changed the title chore(deps): update terraform minio to v3.35.2 chore(deps): update terraform minio to v3.35.3 May 16, 2026
@renovate
renovate Bot force-pushed the renovate/minio-3.x branch 2 times, most recently from 37f3ebc to 04ed657 Compare May 18, 2026 23:33
@renovate renovate Bot changed the title chore(deps): update terraform minio to v3.35.3 chore(deps): update terraform minio to v3.37.0 May 18, 2026
@renovate
renovate Bot force-pushed the renovate/minio-3.x branch from 04ed657 to 17fedf2 Compare June 8, 2026 08:13
@renovate renovate Bot changed the title chore(deps): update terraform minio to v3.37.0 chore(deps): update terraform minio to v3.38.0 Jun 8, 2026
@renovate renovate Bot changed the title chore(deps): update terraform minio to v3.38.0 chore(deps): update terraform minio to v3.38.1 Jun 13, 2026
@renovate
renovate Bot force-pushed the renovate/minio-3.x branch from 17fedf2 to a0c18c6 Compare June 13, 2026 16:10
@renovate
renovate Bot force-pushed the renovate/minio-3.x branch from a0c18c6 to fafa2d2 Compare July 6, 2026 22:33
@renovate renovate Bot changed the title chore(deps): update terraform minio to v3.38.1 chore(deps): update terraform minio to v3.38.2 Jul 6, 2026
@renovate renovate Bot changed the title chore(deps): update terraform minio to v3.38.2 chore(deps): update terraform minio to v3.38.3 Jul 8, 2026
@renovate
renovate Bot force-pushed the renovate/minio-3.x branch from fafa2d2 to 79ba73e Compare July 8, 2026 01:56
@renovate renovate Bot changed the title chore(deps): update terraform minio to v3.38.3 chore(deps): update terraform minio to v3.38.4 Jul 14, 2026
@renovate
renovate Bot force-pushed the renovate/minio-3.x branch from 79ba73e to 2c10582 Compare July 14, 2026 02:10
@renovate
renovate Bot force-pushed the renovate/minio-3.x branch from 2c10582 to a044f3e Compare July 19, 2026 17:12
@renovate renovate Bot changed the title chore(deps): update terraform minio to v3.38.4 chore(deps): update terraform minio to v3.38.5 Jul 19, 2026
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.

0 participants