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 github.com/d-strobel/gowindows from 1.1.0 to 1.4.0 #46

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 23, 2024

Bumps github.com/d-strobel/gowindows from 1.1.0 to 1.4.0.

Release notes

Sourced from github.com/d-strobel/gowindows's releases.

v1.4.0

1.4.0 (2024-12-17)

Features

  • add dhcp client to gowindows client (524fc19)
  • add dhcp package for windows dhcp server functions (b8f1969)
  • add dhcp scope read function (444f7a7)
  • add dhcp ScopeV4Create function (6df96ca)
  • add dhcp ScopeV4Delete function (79c5416)
  • add dhcp ScopeV4Update function (af522ae)
  • add helper function for powershell timespans (db2170e)
  • add ScopeId field to ScopeV4 object (64ae60e)
  • implement netip package for typed ip address handling (ce9a05c)

v1.3.0

1.3.0 (2024-12-12)

Features

  • implement UnmarshalJSON for CimTimeDuration (8df10d5)

v1.2.0

1.2.0 (2024-12-08)

Features

  • add dns server AAAA-Record functions (584fa32)
  • add dns server functions for read and list dns zones (f757fc9)
  • add dnsserver A-Record functions (c154dea)
  • add dnsserver CName-Record functions (ffb7267)
  • add dnsserver PTR-Record functions (8f55816)
  • add error handling to parsing json key-value strings (a4059a7)
  • implement parsing helper function for json key-value strings (93da78d)

Bug Fixes

  • cimclass unmarshaljson does not handle array (6962ec6)
Changelog

Sourced from github.com/d-strobel/gowindows's changelog.

1.4.0 (2024-12-17)

Features

  • add dhcp client to gowindows client (524fc19)
  • add dhcp package for windows dhcp server functions (b8f1969)
  • add dhcp scope read function (444f7a7)
  • add dhcp ScopeV4Create function (6df96ca)
  • add dhcp ScopeV4Delete function (79c5416)
  • add dhcp ScopeV4Update function (af522ae)
  • add helper function for powershell timespans (db2170e)
  • add ScopeId field to ScopeV4 object (64ae60e)
  • implement netip package for typed ip address handling (ce9a05c)

1.3.0 (2024-12-12)

Features

  • implement UnmarshalJSON for CimTimeDuration (8df10d5)

1.2.0 (2024-12-08)

Features

  • add dns server AAAA-Record functions (584fa32)
  • add dns server functions for read and list dns zones (f757fc9)
  • add dnsserver A-Record functions (c154dea)
  • add dnsserver CName-Record functions (ffb7267)
  • add dnsserver PTR-Record functions (8f55816)
  • add error handling to parsing json key-value strings (a4059a7)
  • implement parsing helper function for json key-value strings (93da78d)

Bug Fixes

  • cimclass unmarshaljson does not handle array (6962ec6)
Commits
  • e7e2450 Merge pull request #92 from d-strobel/release-please--branches--main
  • 9e692e4 Merge pull request #90 from d-strobel/dependabot/go_modules/golang.org/x/cryp...
  • 2d94717 chore(main): release 1.4.0
  • 497c012 Merge pull request #91 from d-strobel/feat/dhcp-server-functions
  • 2b70bdd chore: rename dhcp file scope to scope_v4
  • 524fc19 feat: add dhcp client to gowindows client
  • 79c5416 feat: add dhcp ScopeV4Delete function
  • af522ae feat: add dhcp ScopeV4Update function
  • 6df96ca feat: add dhcp ScopeV4Create function
  • 64ae60e feat: add ScopeId field to ScopeV4 object
  • Additional commits viewable 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 [github.com/d-strobel/gowindows](https://github.com/d-strobel/gowindows) from 1.1.0 to 1.4.0.
- [Release notes](https://github.com/d-strobel/gowindows/releases)
- [Changelog](https://github.com/d-strobel/gowindows/blob/main/CHANGELOG.md)
- [Commits](d-strobel/gowindows@v1.1.0...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/d-strobel/gowindows
  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 23, 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