Skip to content

Conversation

@lantoli
Copy link
Member

@lantoli lantoli commented Jun 18, 2025


  • chore: Updates examples link in index.md for v1.35.0 release

  • chore: Updates CHANGELOG.md header for v1.35.0 release

  • chore: Update Go version to 1.24.3 in go.mod (chore: Update Go version to 1.24.3 #3358)

  • chore: Clean ignore file (chore: Clean ignore file #3357)

  • ignore Cursor rule files

  • simplify git ignore

  • add .DS_Store and *~

  • ignore any env file

  • chore: Implement better logging on network issues (chore: Implement better logging on network issues #3359)

  • add logs

  • adjust doc

  • add error details

  • run acc tests when config folder changes

  • use NewTransport

  • improve doc

  • add config acc tests

  • don't log headers

  • make tests less verbose

  • remove header example from doc

  • remove headers from tests

  • rename NewNetworkLoggingTransport to NewTransportWithNetworkLogging

  • remove name

  • undo realm changes

  • log Digest challenge requests

  • note about logging.NewTransport

  • adjust doc

  • fix doc examples

  • enable network logging only when TF loglevel is debug or higher

  • fix TestAccNetworkLogging

  • TestNetworkLoggingTransport_Disabled

  • chore: Bump github.com/pb33f/libopenapi from 0.21.12 to 0.22.0 (chore: Bump github.com/pb33f/libopenapi from 0.21.12 to 0.22.0 #3356)

Bumps github.com/pb33f/libopenapi from 0.21.12 to 0.22.0.


updated-dependencies:

  • dependency-name: github.com/pb33f/libopenapi dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor ...

This reverts commit 0441ce3.

Bumps github.com/pb33f/libopenapi from 0.22.0 to 0.22.2.


updated-dependencies:

  • dependency-name: github.com/pb33f/libopenapi dependency-version: 0.22.2 dependency-type: direct:production update-type: version-update:semver-patch ...

Bumps github.com/hashicorp/terraform-plugin-testing from 1.12.0 to 1.13.1.


updated-dependencies:

  • dependency-name: github.com/hashicorp/terraform-plugin-testing dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor ...
  • upgrade github.com/hashicorp/terraform-plugin-go to v0.28.0

  • upgrade github.com/hashicorp/terraform-plugin-mux to v0.20

  • upgrade github.com/hashicorp/terraform-plugin-framework to v1.15.0

  • go mod tidy

  • upgrade github.com/go-jose/go-jose/v4 to v4.0.5

  • remove unneeded exclude

  • fix comment


This reverts commit db27365.

  • one-line Slack message

  • remove PR trigger

  • remove icon in Slack messages

  • chore: Run Test Suite in dev branch weekly (chore: Run Test Suite in dev branch weekly #3373)

  • run 2.0.0 branch on Fridays

  • TEMPORARY: don't run all test suite

  • fix bool comparison

  • remove test from name to make it shorter

  • empty ref if not a Friday

  • TEMPORARY: enable days

  • Revert "TEMPORARY: enable days"

This reverts commit b6bd4c3.

  • Revert "TEMPORARY: don't run all test suite"

This reverts commit 7e4ed93.

  • remove incorrect action link in Slack message

  • chore: Implement the GitHub Action to create a PR from master to dev branch weekly (chore: Implement the GitHub Action to create a PR from master to dev branch weekly #3377)

  • create PR with changes

  • TEMPORARY: create draft PRs

  • improve messages

  • improve error handling

  • config git email

  • remove temporary changes

  • chore: Onboard Silkbomb in the CI (chore: Onboard Silkbomb in the CI #3374)

  • generate purls

  • check purls

  • run acceptance test only after check-purls

  • gen-purls before checking

  • generate sbom script

  • make target check purls

  • upload sbom to kondukto and release artifacts

  • remove comment

  • double quotes shellcheck

  • move gen purls to script

  • update purls.txt on dependabot PRs

  • doc: Fix use of variables in documentation (doc: Fix use of variables in documentation #3382)

  • API_KEY_ID and ORG_ID

  • 0.8.0 guide

  • EAR example

  • chore: Generate SSDLC report after release (chore: Generate SSDLC report after release #3383)

  • generate ssdlc report

  • add missing target shell

  • fix issues with generation

  • Update scripts/gen-ssdlc-report.sh

  • Update .github/workflows/ssdlc-report.yml

  • remove double tab

  • fix commit message




This reverts commit 1e4224f.

  • document network_container Delete

  • remove timeouts attribute in mongodbatlas_privatelink_endpoint_service_data_federation_online_archive

  • Revert "remove timeouts attribute in mongodbatlas_privatelink_endpoint_service_data_federation_online_archive"

This reverts commit bff9dc0.

Bumps github.com/cloudflare/circl from 1.6.0 to 1.6.1.


updated-dependencies:

  • dependency-name: github.com/cloudflare/circl dependency-version: 1.6.1 dependency-type: indirect ...

Bumps github.com/pb33f/libopenapi from 0.22.2 to 0.22.3.


updated-dependencies:

  • dependency-name: github.com/pb33f/libopenapi dependency-version: 0.22.3 dependency-type: direct:production update-type: version-update:semver-patch ...

This reverts commit 183df49.

Bumps github.com/spf13/cast from 1.8.0 to 1.9.2.


updated-dependencies:

  • dependency-name: github.com/spf13/cast dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-minor ...


Description

Please include a summary of the fix/feature/change, including any relevant motivation and context.

Link to any related issue(s):

Type of change:

  • Bug fix (non-breaking change which fixes an issue). Please, add the "bug" label to the PR.
  • New feature (non-breaking change which adds functionality). Please, add the "enhancement" label to the PR. A migration guide must be created or updated if the new feature will go in a major version.
  • Breaking change (fix or feature that would cause existing functionality to not work as expected). Please, add the "breaking change" label to the PR. A migration guide must be created or updated.
  • This change requires a documentation update
  • Documentation fix/enhancement

Required Checklist:

  • I have signed the MongoDB CLA
  • I have read the contributing guides
  • I have checked that this change does not generate any credentials and that they are NOT accidentally logged anywhere.
  • I have added tests that prove my fix is effective or that my feature works per HashiCorp requirements
  • I have added any necessary documentation (if appropriate)
  • I have run make fmt and formatted my code
  • If changes include deprecations or removals I have added appropriate changelog entries.
  • If changes include removal or addition of 3rd party GitHub actions, I updated our internal document. Reach out to the APIx Integration slack channel to get access to the internal document.

Further comments

@lantoli lantoli closed this Jun 18, 2025
@lantoli lantoli force-pushed the CLOUDP-320243-dev-2.0.0 branch from 67ae17d to ead1911 Compare June 18, 2025 06:23
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.

2 participants