Skip to content

chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/postgresflex from 1.12.0 to 1.13.0 - #1575

Merged
cgoetz-inovex merged 3 commits into
mainfrom
dependabot/go_modules/github.com/stackitcloud/stackit-sdk-go/services/postgresflex-1.13.0
Aug 31, 2026
Merged

chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/postgresflex from 1.12.0 to 1.13.0#1575
cgoetz-inovex merged 3 commits into
mainfrom
dependabot/go_modules/github.com/stackitcloud/stackit-sdk-go/services/postgresflex-1.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/stackitcloud/stackit-sdk-go/services/postgresflex from 1.12.0 to 1.13.0.

Changelog

Sourced from github.com/stackitcloud/stackit-sdk-go/services/postgresflex's changelog.

Release (2026-MM-DD)

  • automation:
  • observability:
    • v0.25.0
      • v1api:
        • Breaking Change: Removed model Status1; ProjectInstanceFull.Status field type changed from Status1 to Status
        • Breaking Change: Field types for nullable map values changed from map[string]string to map[string]*string in Error.Errors, GetCredentialsResponse.CredentialsInfo, GetInstanceResponse.Parameters, RouteSerializer.Routes, ServiceKeysList.CredentialsInfo
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
  • valkey:
    • v0.3.0
      • v1api:
        • Breaking Change/Fix: CreateBackupExecute return type changed from ([]CreateBackupResponseItem, error) to (*CreateBackupResponseItem, error) The go type now correctly models the actual JSON response, this operation was broken beforehand. This aligns v1api with the fix already applied to v2api in v0.2.0.

Release (2026-08-25)

  • alb
    • v0.17.1
      • v2api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
    • v0.17.0
      • v2api:
        • Improvement: Introduce TYPE_FIP_NOT_FOUND, TYPE_IP_EXHAUSTED, TYPE_DNS_NOT_CONFIGURED and TYPE_VM_PORT_NOT_CONFIGURED errors for LoadBalancerErrorType
      • Deprecated SDK layer in root of the module:
        • Improvement: Introduce TYPE_FIP_NOT_FOUND, TYPE_IP_EXHAUSTED, TYPE_DNS_NOT_CONFIGURED and TYPE_VM_PORT_NOT_CONFIGURED errors for LoadBalancerErrorType
  • albwaf
    • v0.13.2
      • v1api:
        • Improvement: Update description of UpdateWAF method to reflect that updating a WAF configuration now also applies to all Load Balancers that reference it
    • v0.13.1
      • v1alphaapi:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
      • v1api:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
      • v1betaapi:
        • Fix: Response decoding now supports *io.Reader and *[]byte target types (previously only string, *os.File, and JSON were supported)
        • Fix: Escape regex in validate tags of model structs correctly
    • v0.13.0
      • v1betaapi:
        • Improvement: The entire v1betaapi package is now marked as deprecated. Migrate to v1api
        • Feature: Add new models Operator, Severity, Transformation, Type, Variable, Action
        • Breaking Change: Removed models BehaviourAction, ConditionOperatorType, ConditionTransformationsInner, ConditionVariableType, GetBehaviourAction, GetBehaviourSeverity, Mode1, MRSType, MRSType1, MRSType2
        • Breaking Change: PatchMRSRule.Mode field type changed from *Mode1 to *Mode

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 28, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 28, 2026 13:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/stackitcloud/stackit-sdk-go/services/postgresflex-1.13.0 branch 2 times, most recently from 33d21a5 to a973d14 Compare August 28, 2026 14:14
…tgresflex

Bumps [github.com/stackitcloud/stackit-sdk-go/services/postgresflex](https://github.com/stackitcloud/stackit-sdk-go) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/stackitcloud/stackit-sdk-go/releases)
- [Changelog](https://github.com/stackitcloud/stackit-sdk-go/blob/main/CHANGELOG.md)
- [Commits](stackitcloud/stackit-sdk-go@services/cdn/v1.12.0...services/cdn/v1.13.0)

---
updated-dependencies:
- dependency-name: github.com/stackitcloud/stackit-sdk-go/services/postgresflex
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/stackitcloud/stackit-sdk-go/services/postgresflex-1.13.0 branch from a973d14 to a2e1e9d Compare August 28, 2026 14:22
…required

Added nil checks and pointer dereferences instead of making flags
required. If flag is not passed, default will be used and a warning
printed.
…d/stackit-sdk-go/services/postgresflex-1.13.0
@cgoetz-inovex
cgoetz-inovex enabled auto-merge (squash) August 31, 2026 13:56
@github-actions

Copy link
Copy Markdown

Merging this branch will increase overall coverage

Impacted Packages Coverage Δ 🤖
github.com/stackitcloud/stackit-cli/internal/cmd/postgresflex/instance/clone 44.44% (+1.59%) 👍
github.com/stackitcloud/stackit-cli/internal/cmd/postgresflex/instance/create 51.09% (+2.95%) 👍

Coverage by file

Changed files (no unit tests)

Changed File Coverage Δ Total Covered Missed 🤖
github.com/stackitcloud/stackit-cli/internal/cmd/postgresflex/instance/clone/clone.go 44.44% (+1.59%) 72 (+2) 32 (+2) 40 👍
github.com/stackitcloud/stackit-cli/internal/cmd/postgresflex/instance/create/create.go 51.09% (+2.95%) 137 (+2) 70 (+5) 67 (-3) 👍

Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code.

Changed unit test files

  • github.com/stackitcloud/stackit-cli/internal/cmd/postgresflex/instance/clone/clone_test.go
  • github.com/stackitcloud/stackit-cli/internal/cmd/postgresflex/instance/create/create_test.go

@cgoetz-inovex
cgoetz-inovex merged commit 6f985f0 into main Aug 31, 2026
4 checks passed
@cgoetz-inovex
cgoetz-inovex deleted the dependabot/go_modules/github.com/stackitcloud/stackit-sdk-go/services/postgresflex-1.13.0 branch August 31, 2026 14:01
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants