Skip to content

Releases: OpsLevel/opslevel-go

v2026.7.8

Choose a tag to compare

@github-actions github-actions released this 08 Jul 17:27

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.

v2026.6.30

Choose a tag to compare

@github-actions github-actions released this 30 Jun 14:21

June 30, 2026

Feature

  • Add Scope field on RunnerJobVariable so variables can be restricted to the init container or the main job container
  • Add InitCommands and InitImage fields on RunnerJob to support running an init container before the main job container

v2026.5.20

Choose a tag to compare

@github-actions github-actions released this 20 May 15:31

v2026.5.12

Choose a tag to compare

@github-actions github-actions released this 12 May 14:52

v2026.5.6

Choose a tag to compare

@github-actions github-actions released this 06 May 14:08

v2026.4.13

Choose a tag to compare

@github-actions github-actions released this 13 Apr 17:10

April 13, 2026

Feature

  • Add SystemRelationship support on ComponentType and ComponentTypeInput

v2026.3.6

Choose a tag to compare

@github-actions github-actions released this 06 Mar 15:17

March 06, 2026

Feature

  • Add CRUD operations for team property definitions (CreateTeamPropertyDefinition, UpdateTeamPropertyDefinition, GetTeamPropertyDefinition, ListTeamPropertyDefinitions, AssignTeamPropertyDefinitions) and entity-scoped property lookup methods (Team.GetProperty, Service.GetProperty)

Deprecated

  • Client.GetProperty only resolves service owners and will fail for team identifiers. Use Service.GetProperty or Team.GetProperty instead.

Removed

  • [Breaking change] Property.Owner type changed from EntityOwnerService to PropertyOwner to support both service and team owners. Direct field access (e.g. property.Owner.Aliases) must be updated to go through the embedded type (e.g. property.Owner.ServiceId.Aliases).

v2026.2.18

Choose a tag to compare

@github-actions github-actions released this 18 Feb 14:53

v2026.1.15

Choose a tag to compare

@github-actions github-actions released this 15 Jan 20:29
29d22a9

January 15, 2026

Bugfix

  • unescape html strings

v2025.12.17

Choose a tag to compare

@github-actions github-actions released this 17 Dec 19:09

December 17, 2025

Dependency

  • upgrade go-graphql-client to v0.15.1