Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from observIQ/release/v0.0.2
Browse files Browse the repository at this point in the history
Release v0.0.2
  • Loading branch information
jsirianni authored Jul 27, 2023
2 parents a240d28 + 75c23a4 commit dfb77cd
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @observIQ/terraform-owners
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
day: "monday"
labels:
- "dependencies"
commit-message:
prefix: "deps"
include: "scope"
open-pull-requests-limit: 5

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
labels:
- "dependencies"
- "continuous integration"
commit-message:
prefix: "chore"
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1
github.com/observiq/bindplane-op-enterprise v1.21.0
github.com/observiq/terraform-provider-bindplane v0.0.1
github.com/observiq/terraform-provider-bindplane v0.0.2
github.com/stretchr/testify v1.8.4
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ github.com/observiq/bindplane-op-enterprise v1.21.0 h1:9ZNPZU/5IuWpvSOWXslDdeifk
github.com/observiq/bindplane-op-enterprise v1.21.0/go.mod h1:i710gU5ozYLeSEIP1Zw0Uj/qL4+7QlJ5xGRfB00gBTs=
github.com/observiq/stanza v1.6.1 h1:VfnZ/JYz4zwZKznGWWyMShUCOMK4AeEax/aOTcXmpJI=
github.com/observiq/stanza v1.6.1/go.mod h1:NAULITrz4PyrqwWPJJ/MOe11TVoA67RqlWTdFrXFNXA=
github.com/observiq/terraform-provider-bindplane v0.0.1 h1:hX2+aTDhN9FFrQj3AUxhmLTfeU76tV4CWkW+t4HtmTA=
github.com/observiq/terraform-provider-bindplane v0.0.1/go.mod h1:f6D3HKX1fh4GedJszbz9u5Bn4MpBKsDOVXOJYkQB0z8=
github.com/observiq/terraform-provider-bindplane v0.0.2 h1:0FF3BwSTCfiL1Etovose4i8vljgpYwQeDEFSBoA09rE=
github.com/observiq/terraform-provider-bindplane v0.0.2/go.mod h1:f6D3HKX1fh4GedJszbz9u5Bn4MpBKsDOVXOJYkQB0z8=
github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
github.com/oklog/ulid/v2 v2.1.0 h1:+9lhoxAP56we25tyYETBBY1YLA2SaoLvUFgrP2miPJU=
Expand Down

0 comments on commit dfb77cd

Please sign in to comment.