Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
061b107
:seedling: Bump golang.org/x/mod from 0.24.0 to 0.25.0 (#2012)
dependabot[bot] Jun 6, 2025
44de6f2
set readOnlyRootFilesystem: true for workloads (#2018)
joelanford Jun 7, 2025
414428a
Merge branch 'main' into synchronize
Jun 8, 2025
1f346e7
UPSTREAM: <carry>: Add OpenShift specific files
dtfranz Oct 26, 2023
9d96469
UPSTREAM: <carry>: Fix catalogd.Dockerfile to use new paths
tmshort Feb 26, 2025
ad0083d
UPSTREAM: <carry>: Update DOWNSTREAM_OWNERS_ALIASES
tmshort Mar 6, 2025
605a4bf
UPSTREAM: <carry>: Add openshift node selector annotation
oceanc80 Mar 26, 2025
87bde03
UPSTREAM: <carry>: Add caalogd-cas-dir option to op-con
tmshort Apr 15, 2025
8c62ea3
UPSTREAM: <carry>: set the SElinux type
jianzhangbjz Apr 27, 2025
4fcafa1
UPSTREAM: <carry>: Add initial stack to run tests to validate the cat…
camilamacedo86 Apr 17, 2025
62379eb
UPSTREAM: <carry>: Add vendor files for the catalog-sync tests
camilamacedo86 Apr 17, 2025
8cba0c6
UPSTREAM: <carry>: Bump catalog versions to 4.19
tmshort Apr 24, 2025
0755b04
UPSTREAM: <carry>: revert "Bump catalog versions to 4.19"
tmshort May 15, 2025
170e5ab
UPSTREAM: <carry>: Update HOWTO-origin-tests
tmshort May 14, 2025
1614b26
UPSTREAM: <carry>: [DefaultCatalogTests]: Allow to pass auth path for…
camilamacedo86 May 16, 2025
416a195
UPSTREAM: <carry>: fix: set NoLchown=true to allow image unpack on OCPci
camilamacedo86 May 19, 2025
71c4814
UPSTREAM: <carry>: [DefaultCatalogTests]: Moving parse of ENVVAR to t…
camilamacedo86 May 17, 2025
99b7d37
UPSTREAM: <carry>: [Default Catalog]: Create tmp dir to extract layer…
camilamacedo86 May 20, 2025
16fb4aa
UPSTREAM: <carry>: [Default Catalog](cleanp) Remove hack directory wh…
camilamacedo86 May 19, 2025
18d6e4f
UPSTREAM: <carry>: Change code implementation to extract layers in OC…
camilamacedo86 May 21, 2025
116280c
UPSTREAM: <carry>: Add vendor files for change in the extract code im…
camilamacedo86 May 21, 2025
9e1be47
UPSTREAM: <carry>: [Default Catalog Tests]: Final cleanups and enhanc…
camilamacedo86 May 22, 2025
66e5933
UPSTREAM: <carry>: SELinux type for operator-controller
jianzhangbjz May 22, 2025
a45aede
UPSTREAM: <carry>: Bump catalog versions to 4.19
tmshort Apr 24, 2025
b9a3f8e
UPSTREAM: <carry>: [Default Catalog Consistency Test] (feat) add chec…
camilamacedo86 May 28, 2025
7692aef
UPSTREAM: <carry>: [Default Catalog Consistency Test]: fix junit outp…
camilamacedo86 Jun 2, 2025
982f0a8
UPSTREAM: <carry>: [Default Catalog Consistency Test] (feat) add chec…
camilamacedo86 May 29, 2025
d0b2b18
UPSTREAM: <carry>: [Default Catalog Consistency Test]: Enable Catalog…
camilamacedo86 Jun 4, 2025
3a5de7c
UPSTREAM: <carry>: [Default Catalog Consistency Test]: Rename Tests s…
camilamacedo86 Jun 4, 2025
26c703d
UPSTREAM: <drop>: go mod vendor
Jun 8, 2025
b24b299
UPSTREAM: <drop>: remove upstream GitHub configuration
Jun 8, 2025
b15beb5
UPSTREAM: <drop>: configure the commit-checker
Jun 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .tilt-support
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ COPY {} /
live_update=[
sync('.tiltbuild/bin/{}'.format(binary_name), '/{}'.format(binary_name)),
],
restart_file="/.tilt_restart_proc",
# The command to run in the container.
entrypoint=entrypoint,
)
Expand Down
2 changes: 1 addition & 1 deletion commitchecker.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
expectedMergeBase: 15db50682d56e977aa1cb714003dc21517ea09b7
expectedMergeBase: 44de6f2e03c2f02845c9d7362ade607a0b0c501d
upstreamBranch: main
upstreamOrg: operator-framework
upstreamRepo: operator-controller
5 changes: 5 additions & 0 deletions config/base/catalogd/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ spec:
volumeMounts:
- name: cache
mountPath: /var/cache/
- name: tmp
mountPath: /tmp
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
Expand All @@ -80,3 +83,5 @@ spec:
volumes:
- name: cache
emptyDir: {}
- name: tmp
emptyDir: {}
7 changes: 5 additions & 2 deletions config/base/operator-controller/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ spec:
volumeMounts:
- name: cache
mountPath: /var/cache
- name: tmp
mountPath: /tmp
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- "ALL"
Expand All @@ -69,8 +72,6 @@ spec:
port: 8081
initialDelaySeconds: 5
periodSeconds: 10
# TODO(user): Configure the resources accordingly based on the project requirements.
# More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
resources:
requests:
cpu: 10m
Expand All @@ -81,3 +82,5 @@ spec:
volumes:
- name: cache
emptyDir: {}
- name: tmp
emptyDir: { }
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.10.0
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7
golang.org/x/mod v0.24.0
golang.org/x/mod v0.25.0
golang.org/x/sync v0.15.0
golang.org/x/tools v0.33.0
gopkg.in/yaml.v2 v2.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,8 @@ golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.15.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/mod v0.24.0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU=
golang.org/x/mod v0.24.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
golang.org/x/mod v0.25.0 h1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w=
golang.org/x/mod v0.25.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,13 @@ spec:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- mountPath: /var/cache/
name: cache
- mountPath: /tmp
name: tmp
- mountPath: /var/certs
name: catalogserver-certs
- mountPath: /var/ca-certs
Expand Down Expand Up @@ -118,6 +121,8 @@ spec:
volumes:
- emptyDir: {}
name: cache
- emptyDir: {}
name: tmp
- name: catalogserver-certs
secret:
items:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,13 @@ spec:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- mountPath: /var/cache
name: cache
- mountPath: /tmp
name: tmp
- mountPath: /var/certs
name: operator-controller-certs
- mountPath: /var/ca-certs
Expand Down Expand Up @@ -118,6 +121,8 @@ spec:
volumes:
- emptyDir: {}
name: cache
- emptyDir: {}
name: tmp
- name: operator-controller-certs
secret:
items:
Expand Down
126 changes: 97 additions & 29 deletions vendor/golang.org/x/mod/modfile/rule.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions vendor/golang.org/x/mod/modfile/work.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading