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

Bump github.com/opslevel/opslevel-go/v2023 from 2023.9.12 to 2023.10.8 in /src #202

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps github.com/opslevel/opslevel-go/v2023 from 2023.9.12 to 2023.10.8.

Release notes

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

v2023.10.8

October 08, 2023

Bugfix

  • hotfix to update extendedTeamAccess input param
  • fix using alias only to create a tag
  • filter duplicate tags in query response

Feature

  • add interface for taggable resources
  • domain, repository, service, system, and team - implement taggable interface
  • Add tag key name validation to CreateTag AssignTag and UpdateTag methods
  • add tags support for user and infrastructure resources
  • Add case sensitive field to filter predicate

Deprecated

  • removed RepositoryTagConnection since TagConnection already exists

Dependency

  • Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0
Changelog

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

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and is generated by Changie.## October 08, 2023

Bugfix

  • hotfix to update extendedTeamAccess input param
  • fix using alias only to create a tag
  • filter duplicate tags in query response

Feature

  • add interface for taggable resources
  • domain, repository, service, system, and team - implement taggable interface
  • Add tag key name validation to CreateTag AssignTag and UpdateTag methods
  • add tags support for user and infrastructure resources
  • Add case sensitive field to filter predicate

Deprecated

  • removed RepositoryTagConnection since TagConnection already exists

Dependency

Feature

  • add extendedTeamAccess for CustomActionsTriggerDefinitions

Dependency

  • Bump goreleaser/goreleaser-action from 4.4.0 to 4.6.0
  • Bump actions/checkout from 3 to 4
  • Bump crazy-max/ghaction-import-gpg from 5 to 6## August 28, 2023

Feature

  • add support for scorecards
  • add secrets API operations
  • update go version to 1.21## August 18, 2023

Bugfix

Dependency

  • Bump github.com/rs/zerolog from 1.29.1 to 1.30.0
  • Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0
  • Bump github.com/hasura/go-graphql-client from 0.9.3 to 0.10.0
  • Bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0## July 28, 2023

Feature

  • As a user, I can configure filters with Repository predicates using Go Tools
  • As a user, I can configure filter predicates with does not match regex and does not match
  • add Taskfile for common tasks
  • As a user, I can configure nested filters
  • Install newer graphql dependency## July 17, 2023

Bugfix

  • Notes now returns rawNotes instead of notes
  • Change type of DisplayName field in ContactInput struct
  • Fix EntityOwner to work properly with our API because the union type was not implemented correctly

Feature

  • Add mutations and queries for working with 'InfrastructureResource'
  • Add support for new Alert Source Type - New Relic
  • Update AliasOwnerTypeEnum to support system, domains and group

... (truncated)

Commits
  • 63514b6 Cut Release 'v2023.10.8'
  • eb60628 Merge pull request #267 from OpsLevel/kr/filter-case-sensitive
  • 2625455 Add case sensitive to filter predicate
  • 1cc29c9 Merge pull request #266 from OpsLevel/db/update-Variables-in-tests
  • 1aea5ac use Variables in TestRequest structs, part 2
  • e2fccd4 use Variables in TestRequest structs, part 1
  • d85fb2a Merge pull request #265 from OpsLevel/kr/enum-gen-workflow
  • 3cd168e fix main branch testing
  • 8b13b8c make a enum gen workflow
  • 346fb4a Merge pull request #262 from OpsLevel/db/add-tags-to-user-and-infra
  • 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/opslevel/opslevel-go/v2023](https://github.com/opslevel/opslevel-go) from 2023.9.12 to 2023.10.8.
- [Release notes](https://github.com/opslevel/opslevel-go/releases)
- [Changelog](https://github.com/OpsLevel/opslevel-go/blob/main/CHANGELOG.md)
- [Commits](OpsLevel/opslevel-go@v2023.9.12...v2023.10.8)

---
updated-dependencies:
- dependency-name: github.com/opslevel/opslevel-go/v2023
  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 Oct 9, 2023
@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #202 (14c4438) into main (f9a55c1) will not change coverage.
Report is 3 commits behind head on main.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main    #202   +/-   ##
=====================================
  Coverage   8.20%   8.20%           
=====================================
  Files          3       3           
  Lines        634     634           
=====================================
  Hits          52      52           
  Misses       577     577           
  Partials       5       5           

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2023

Superseded by #208.

@dependabot dependabot bot closed this Oct 23, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/src/github.com/opslevel/opslevel-go/v2023-2023.10.8 branch October 23, 2023 14:39
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