Skip to content

Commit

Permalink
bump module to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious committed Jan 13, 2024
1 parent 10b8917 commit c672087
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
<p align="center">
<a href="https://github.com/OpsLevel/opslevel-k8s-controller/blob/main/LICENSE" alt="License">
<img src="https://img.shields.io/github/license/OpsLevel/opslevel-k8s-controller.svg" /></a>
<a href="http://golang.org" alt="Made With Go">
<img src="https://img.shields.io/github/go-mod/go-version/OpsLevel/opslevel-k8s-controller" /></a>
<a href="https://GitHub.com/OpsLevel/opslevel-k8s-controller/releases/" alt="Release">
<img src="https://img.shields.io/github/v/release/OpsLevel/opslevel-k8s-controller?include_prereleases" /></a>
<a href="https://GitHub.com/OpsLevel/opslevel-k8s-controller/issues/" alt="Issues">
<img src="https://img.shields.io/github/issues/OpsLevel/opslevel-k8s-controller.svg" /></a>
<a href="https://github.com/OpsLevel/opslevel-k8s-controller/graphs/contributors" alt="Contributors">
<img src="https://img.shields.io/github/contributors/OpsLevel/opslevel-k8s-controller" /></a>
<a href="https://github.com/OpsLevel/opslevel-k8s-controller/pulse" alt="Activity">
<img src="https://img.shields.io/github/commit-activity/m/OpsLevel/opslevel-k8s-controller" /></a>
<a href="https://codecov.io/gh/OpsLevel/opslevel-k8s-controller">
<img src="https://codecov.io/gh/OpsLevel/opslevel-k8s-controller/branch/main/graph/badge.svg?token=GHQHRIJ9UW"/></a>
<a href="https://dependabot.com/" alt="Dependabot">
<img src="https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot" /></a>
<a href="https://pkg.go.dev/github.com/opslevel/opslevel-k8s-controller/v2024" alt="Go Reference">
<img src="https://pkg.go.dev/badge/github.com/opslevel/opslevel.svg" /></a>
</p>


[![Overall](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fapp.opslevel.com%2Fapi%2Fservice_level%2FDEmrX2bjoPualtC4Pri1YvjydDrza6V1V5srMvcZNbQ)](https://app.opslevel.com/services/opslevel-k8s-controller/maturity-report)

# opslevel-k8s-controller
A utility library for easily making and running k8s controllers

# Installation

```bash
go get github.com/opslevel/opslevel-k8s-controller/v2023
go get github.com/opslevel/opslevel-k8s-controller/v2024
```

Then to create a k8s controller you can simply do
Expand Down
2 changes: 1 addition & 1 deletion filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/json"
"testing"

opslevel_k8s_controller "github.com/opslevel/opslevel-k8s-controller/v2023"
opslevel_k8s_controller "github.com/opslevel/opslevel-k8s-controller/v2024"
"github.com/rocktavious/autopilot/v2023"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/opslevel/opslevel-k8s-controller/v2023
module github.com/opslevel/opslevel-k8s-controller/v2024

go 1.21.0

Expand Down

0 comments on commit c672087

Please sign in to comment.