Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
37fd656
Bump pyasn1 from 0.6.2 to 0.6.3 in /images/ansible-operator (#208)
dependabot[bot] Mar 18, 2026
6e872a2
Bump google.golang.org/grpc from 1.75.1 to 1.79.3 (#209)
dependabot[bot] Mar 19, 2026
42d48f6
prepping for v1.42.2 release (#210)
acornett21 Mar 19, 2026
c733426
Bump requests from 2.32.5 to 2.33.0 in /images/ansible-operator (#214)
dependabot[bot] Mar 26, 2026
9e85212
Bump cryptography from 46.0.5 to 46.0.6 in /images/ansible-operator (…
dependabot[bot] Mar 30, 2026
18c9c89
Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 (#216)
dependabot[bot] Apr 8, 2026
5442b0b
Bump cryptography from 46.0.6 to 46.0.7 in /images/ansible-operator (…
dependabot[bot] Apr 9, 2026
72de1b2
Bump urllib3 from 2.6.3 to 2.7.0 in /images/ansible-operator (#219)
dependabot[bot] May 12, 2026
2394dcb
Bump idna from 3.11 to 3.15 in /images/ansible-operator (#220)
dependabot[bot] Jun 22, 2026
52a0510
Bump actions/checkout from 6 to 7 (#224)
dependabot[bot] Jun 22, 2026
b94aff5
Bump cryptography from 46.0.7 to 48.0.1 in /images/ansible-operator (…
dependabot[bot] Jun 22, 2026
75d7d15
updating ginko/gomega and counterfeiter to latest versions (#226)
acornett21 Jun 22, 2026
28041d1
update pip/pipenv to modern version, also remove them from final imag…
acornett21 Jun 23, 2026
8fc8c16
Bump ubi9/ubi-minimal from 9.7 to 9.8 in /images/ansible-operator (#221)
dependabot[bot] Jun 23, 2026
4ad0a4d
Update Go version from 1.25.7 to 1.26.3 to address CVEs (#228)
acornett21 Jun 23, 2026
292a56a
prepping for v1.42.3 release (#229)
acornett21 Jun 25, 2026
2214740
UPSTREAM: <carry>: automate hermetic build requirements generation
mytreya-rh Aug 6, 2026
b9ea595
Merge upstream tag v1.42.3
mytreya-rh Aug 7, 2026
4679b5e
UPSTREAM: <drop>: Update vendor directory
mytreya-rh Jul 26, 2026
76f0ba9
UPSTREAM: <carry>: Update ansible_collections directory
mytreya-rh Jul 26, 2026
23e64d3
UPSTREAM: <carry>: Update downstream requirements
mytreya-rh Aug 6, 2026
d3151bd
UPSTREAM: <drop>: Bump google.golang.org/grpc from 1.79.3 to 1.82.1
mytreya-rh Aug 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v6
uses: actions/checkout@v7
Comment thread
chiragkyal marked this conversation as resolved.
with:
fetch-depth: 0

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: e2e
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
Comment thread
chiragkyal marked this conversation as resolved.
- uses: actions/setup-go@v6
Expand All @@ -20,7 +20,7 @@ jobs:
name: e2e-molecule
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-go@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: sanity
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-go@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: unit
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-go@v6
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SHELL = /bin/bash
# This value must be updated to the release tag of the most recent release, a change that must
# occur in the release commit. IMAGE_VERSION will be removed once each subproject that uses this
# version is moved to a separate repo and release process.
export IMAGE_VERSION = v1.42.1
export IMAGE_VERSION = v1.42.3
# Build-time variables to inject into binaries
export SIMPLE_VERSION := $(shell (test "$(shell git describe --tags)" = "$(shell git describe --tags --abbrev=0)" && echo $(shell git describe --tags)) || echo $(shell git describe --tags --abbrev=0)+git)
export GIT_VERSION := $(shell git describe --dirty --tags --always)
Expand Down
44 changes: 22 additions & 22 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module github.com/operator-framework/ansible-operator-plugins

go 1.25.7
go 1.26.3

require (
github.com/go-logr/logr v1.4.3
github.com/kr/text v0.2.0
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.1
github.com/onsi/ginkgo/v2 v2.28.1
github.com/onsi/gomega v1.39.1
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.2
github.com/onsi/ginkgo/v2 v2.32.0
github.com/onsi/gomega v1.42.0
github.com/operator-framework/operator-lib v0.19.0
github.com/operator-framework/operator-registry v1.59.0
github.com/prometheus/client_golang v1.23.2
Expand All @@ -18,7 +18,7 @@ require (
github.com/spf13/pflag v1.0.10
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.11.1
golang.org/x/text v0.34.0
golang.org/x/text v0.38.0
k8s.io/api v0.33.9
k8s.io/apiextensions-apiserver v0.33.9
k8s.io/apimachinery v0.33.9
Expand All @@ -31,7 +31,7 @@ require (
)

require (
cel.dev/expr v0.24.0 // indirect
cel.dev/expr v0.25.1 // indirect
github.com/Masterminds/semver/v3 v3.4.0 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
Expand All @@ -57,7 +57,7 @@ require (
github.com/google/cel-go v0.26.0 // indirect
github.com/google/gnostic-models v0.6.9 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
github.com/google/pprof v0.0.0-20260402051712-545e8a4df936 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.0 // indirect
github.com/h2non/filetype v1.1.3 // indirect
Expand All @@ -84,31 +84,31 @@ require (
github.com/x448/float16 v0.8.4 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
go.opentelemetry.io/otel v1.40.0 // indirect
go.opentelemetry.io/otel v1.43.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36.0 // indirect
go.opentelemetry.io/otel/metric v1.40.0 // indirect
go.opentelemetry.io/otel/sdk v1.40.0 // indirect
go.opentelemetry.io/otel/trace v1.40.0 // indirect
go.opentelemetry.io/otel/metric v1.43.0 // indirect
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
go.opentelemetry.io/otel/trace v1.43.0 // indirect
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
golang.org/x/mod v0.32.0 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/term v0.39.0 // indirect
golang.org/x/mod v0.36.0 // indirect
golang.org/x/net v0.54.0 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/sync v0.21.0 // indirect
golang.org/x/sys v0.44.0 // indirect
golang.org/x/term v0.43.0 // indirect
golang.org/x/time v0.12.0 // indirect
golang.org/x/tools v0.41.0 // indirect
golang.org/x/tools v0.45.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
google.golang.org/grpc v1.75.1 // indirect
google.golang.org/protobuf v1.36.9 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 // indirect
google.golang.org/grpc v1.82.1 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading