Skip to content

Bump github.com/opslevel/opslevel-go/v2026 from 2026.6.30 to 2026.9.7 in /src - #332

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/src/github.com/opslevel/opslevel-go/v2026-2026.9.7
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/src/github.com/opslevel/opslevel-go/v2026-2026.9.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/opslevel/opslevel-go/v2026 from 2026.6.30 to 2026.9.7.

Release notes

Sourced from github.com/opslevel/opslevel-go/v2026's releases.

v2026.9.7

September 07, 2026

Bugfix

  • ListTeams now hydrates the teams on the first page. Previously only teams from subsequent pages were hydrated, so accounts with a single page of teams had Responsibilities left HTML-escaped and TotalCount left at zero.

Feature

  • Team queries now return custom properties. Previously properties were excluded from generated queries, so reading them for a list of teams cost one extra request per team.

Dependency

  • Bump github.com/rs/zerolog from 1.34.0 to 1.35.1

v2026.8.28

August 28, 2026

Bugfix

  • Fix EnableOn being silently dropped when converting check inputs

Feature

  • Add Check.Campaign via new lightweight CampaignId type, and return created checks from CopyChecksToCampaign with SourceCheck on campaign check nodes

v2026.8.27

August 27, 2026

Dependency

  • Bump github.com/buger/jsonparser from 1.1.1 to 1.1.2
  • Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0
  • Bump github.com/relvacode/iso8601 from 1.7.0 to 1.8.0
  • Bump actions/setup-go from 6.4.0 to 7.0.0
  • Bump crazy-max/ghaction-import-gpg from 6.3.0 to 7.0.0
  • Bump actions/checkout from 5.0.1 to 7.0.1
  • Bump actions/cache from 4.3.0 to 6.1.0
  • Bump arduino/setup-task from 2.0.0 to 3.0.0

v2026.8.21

August 21, 2026

Feature

  • Add custom integration create/update with ETL definitions, so clients can manage Extract and Transform mapping configuration.

v2026.7.21

July 21, 2026

Bugfix

  • FilterPredicate.Validate now rejects any CaseSensitive value (true or false) on predicate types that do not support case sensitivity (e.g. exists, matches), since the API ignores the value and returns null for it.

Feature

  • Add CreateIntegrationKubernetes and UpdateIntegrationKubernetes client methods along with KubernetesIntegrationInput and a KubernetesIntegration fragment exposing ExtractDefinition and TransformDefinition, so a Kubernetes integration's ETL config can be managed via the API.

v2026.7.8

July 08, 2026

Security

  • Bumped golang.org/x/crypto to v0.52.0 to patch 7 critical CVEs in x/crypto/ssh (GO-2026-5020, 5023, 5006, 5017, 5019, 5021, 5005).
  • Bumped golang.org/x/net to v0.55.0 to patch GO-2026-5026 in x/net/idna, where ToASCII/ToUnicode incorrectly accepted Punycode-encoded labels that decoded to ASCII-only labels.

Dependency

  • Bumped the minimum required Go version from 1.24 to 1.25.0. Downstream projects that import opslevel-go must now be built with Go 1.25.0 or newer.
Changelog

Sourced from github.com/opslevel/opslevel-go/v2026's changelog.

September 07, 2026

Bugfix

  • ListTeams now hydrates the teams on the first page. Previously only teams from subsequent pages were hydrated, so accounts with a single page of teams had Responsibilities left HTML-escaped and TotalCount left at zero.

Feature

  • Team queries now return custom properties. Previously properties were excluded from generated queries, so reading them for a list of teams cost one extra request per team.

Dependency

  • Bump github.com/rs/zerolog from 1.34.0 to 1.35.1

August 28, 2026

Bugfix

  • Fix EnableOn being silently dropped when converting check inputs

Feature

  • Add Check.Campaign via new lightweight CampaignId type, and return created checks from CopyChecksToCampaign with SourceCheck on campaign check nodes

August 27, 2026

Dependency

  • Bump github.com/buger/jsonparser from 1.1.1 to 1.1.2
  • Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0
  • Bump github.com/relvacode/iso8601 from 1.7.0 to 1.8.0
  • Bump actions/setup-go from 6.4.0 to 7.0.0
  • Bump crazy-max/ghaction-import-gpg from 6.3.0 to 7.0.0
  • Bump actions/checkout from 5.0.1 to 7.0.1
  • Bump actions/cache from 4.3.0 to 6.1.0
  • Bump arduino/setup-task from 2.0.0 to 3.0.0

August 21, 2026

Feature

  • Add custom integration create/update with ETL definitions, so clients can manage Extract and Transform mapping configuration.

July 21, 2026

Bugfix

  • FilterPredicate.Validate now rejects any CaseSensitive value (true or false) on predicate types that do not support case sensitivity (e.g. exists, matches), since the API ignores the value and returns null for it.

Feature

  • Add CreateIntegrationKubernetes and UpdateIntegrationKubernetes client methods along with KubernetesIntegrationInput and a KubernetesIntegration fragment exposing ExtractDefinition and TransformDefinition, so a Kubernetes integration's ETL config can be managed via the API.

July 08, 2026

Security

  • Bumped golang.org/x/crypto to v0.52.0 to patch 7 critical CVEs in x/crypto/ssh (GO-2026-5020, 5023, 5006, 5017, 5019, 5021, 5005).
  • Bumped golang.org/x/net to v0.55.0 to patch GO-2026-5026 in x/net/idna, where ToASCII/ToUnicode incorrectly accepted Punycode-encoded labels that decoded to ASCII-only labels.

Dependency

  • Bumped the minimum required Go version from 1.24 to 1.25.0. Downstream projects that import opslevel-go must now be built with Go 1.25.0 or newer.
Commits
  • c6ed6fa Cut Release 'v2026.9.7'
  • 7872a54 Add ListTeamsIncludingProperties for batched team metadata reads (#643)
  • 1967195 Bump github.com/rs/zerolog from 1.34.0 to 1.35.1 (#635)
  • cc98577 Bump github.com/stretchr/testify from 1.11.1 to 1.12.1 (#636)
  • 7716550 Stop changie-gen from creating duplicate changelog entries (#645)
  • 43857b7 Cut Release 'v2026.8.28'
  • 74f41a9 Add campaign check sync support (#644)
  • 2984817 Cut Release 'v2026.8.27'
  • 70b08e8 Bump github.com/relvacode/iso8601 from 1.7.0 to 1.8.0 (#634)
  • c701cf9 Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0 (#633)
  • 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 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/opslevel/opslevel-go/v2026](https://github.com/opslevel/opslevel-go) from 2026.6.30 to 2026.9.7.
- [Release notes](https://github.com/opslevel/opslevel-go/releases)
- [Changelog](https://github.com/OpsLevel/opslevel-go/blob/main/CHANGELOG.md)
- [Commits](OpsLevel/opslevel-go@v2026.6.30...v2026.9.7)

---
updated-dependencies:
- dependency-name: github.com/opslevel/opslevel-go/v2026
  dependency-version: 2026.9.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 10, 2026

This branch has not been deployed

No deployments
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.

0 participants