Skip to content

🤖 Update module github.com/stackitcloud/stackit-sdk-go/services/dns to v0.21.0#157

Merged
ske-prow[bot] merged 4 commits into
mainfrom
renovate/github.com-stackitcloud-stackit-sdk-go-services-dns-0.x
Jun 1, 2026
Merged

🤖 Update module github.com/stackitcloud/stackit-sdk-go/services/dns to v0.21.0#157
ske-prow[bot] merged 4 commits into
mainfrom
renovate/github.com-stackitcloud-stackit-sdk-go-services-dns-0.x

Conversation

@ske-renovate-ce
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/stackitcloud/stackit-sdk-go/services/dns (changelog) v0.20.2v0.21.0 age confidence

Release Notes

stackitcloud/stackit-sdk-go (github.com/stackitcloud/stackit-sdk-go/services/dns)

v0.21.0

Compare Source


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 has been generated by Mend Renovate.

@ske-renovate-ce ske-renovate-ce Bot added the kind/upgrade Upgrading components or dependencies (e.g., by renovate) label May 27, 2026
@ske-renovate-ce ske-renovate-ce Bot requested a review from a team May 27, 2026 10:26
@ske-prow ske-prow Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label May 27, 2026
Signed-off-by: Felix Breuer <f.breuer94@gmail.com>
@ske-prow ske-prow Bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 28, 2026
@ske-renovate-ce
Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Comment thread pkg/stackit/client/dns.go Outdated
Comment thread pkg/stackit/client/dns.go
Comment thread pkg/stackit/client/dns.go Outdated
Signed-off-by: Felix Breuer <f.breuer94@gmail.com>
Comment thread pkg/stackit/client/dns.go
Comment thread pkg/stackit/client/dns.go
}

func (c *dnsClient) findRecordSet(ctx context.Context, zoneID, name, recordType string) (*dns.RecordSet, error) {
func (c *dnsClient) findRecordSet(ctx context.Context, zoneID, name string, recordType *dns.RecordSetType) (*dns.RecordSet, error) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Is there a reason why dns.RecordSetType is ptr to string? Seems overkill

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems easier to just have recordType dns.RecordSetType

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

then i have to create an explicit nil check in the other function.
Doing it like so is cleaner since i can do the nil check when i deref the pointer :)

@nschad
Copy link
Copy Markdown
Contributor

nschad commented Jun 1, 2026

/lgtm

@ske-prow ske-prow Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 1, 2026
@ske-prow
Copy link
Copy Markdown

ske-prow Bot commented Jun 1, 2026

LGTM label has been added.

DetailsGit tree hash: d54678438cad8fdaacd5f039af3c6db7eb0b0152

Signed-off-by: Felix Breuer <f.breuer94@gmail.com>
@ske-prow ske-prow Bot removed the lgtm Indicates that a PR is ready to be merged. label Jun 1, 2026
@ske-prow ske-prow Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 1, 2026
@ske-prow
Copy link
Copy Markdown

ske-prow Bot commented Jun 1, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nschad

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ske-prow
Copy link
Copy Markdown

ske-prow Bot commented Jun 1, 2026

LGTM label has been added.

DetailsGit tree hash: 5091c2c48351691f753f57b6e1e374bb32d52783

@ske-prow ske-prow Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 1, 2026
@ske-prow ske-prow Bot merged commit 25ebc55 into main Jun 1, 2026
4 checks passed
@ske-prow ske-prow Bot deleted the renovate/github.com-stackitcloud-stackit-sdk-go-services-dns-0.x branch June 1, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/upgrade Upgrading components or dependencies (e.g., by renovate) lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants