Skip to content

Commit 852f558

Browse files
authored
Update Go packages and references of getting-started sample app (#737)
* Update go packages Signed-off-by: Leo Christy Jesuraj <[email protected]> * Update getting-started sample app references Signed-off-by: Leo Christy Jesuraj <[email protected]> --------- Signed-off-by: Leo Christy Jesuraj <[email protected]>
1 parent 05f65c8 commit 852f558

12 files changed

+1516
-1161
lines changed

bundle/manifests/rc.app.stacks_runtimecomponents.yaml

Lines changed: 342 additions & 246 deletions
Large diffs are not rendered by default.

bundle/manifests/runtime-component.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
"name": "runtimecomponent-sample"
1212
},
1313
"spec": {
14-
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4",
14+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f",
1515
"expose": true,
1616
"manageTLS": true,
1717
"replicas": 1,
@@ -44,7 +44,7 @@ metadata:
4444
"name": "runtimecomponent-sample"
4545
},
4646
"spec": {
47-
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4",
47+
"applicationImage": "icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f",
4848
"expose": true,
4949
"replicas": 1,
5050
"service": {
@@ -71,7 +71,7 @@ metadata:
7171
categories: Application Runtime
7272
certified: "true"
7373
containerImage: icr.io/appcafe/runtime-component-operator:daily
74-
createdAt: "2025-10-30T19:51:52Z"
74+
createdAt: "2025-12-08T16:01:38Z"
7575
description: Deploys any runtime component with dynamic and auto-tuning configuration
7676
features.operators.openshift.io/disconnected: "true"
7777
features.operators.openshift.io/fips-compliant: "true"
@@ -1058,7 +1058,7 @@ spec:
10581058
fieldRef:
10591059
fieldPath: metadata.annotations['olm.targetNamespaces']
10601060
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
1061-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4
1061+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
10621062
- name: RELATED_IMAGE_RUNTIME_COMPONENT_OPERATOR
10631063
value: icr.io/appcafe/runtime-component-operator:daily
10641064
image: icr.io/appcafe/runtime-component-operator:daily
@@ -1333,7 +1333,7 @@ spec:
13331333
provider:
13341334
name: Community
13351335
relatedImages:
1336-
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4
1336+
- image: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
13371337
name: liberty-sample-app
13381338
- image: icr.io/appcafe/runtime-component-operator:daily
13391339
name: runtime-component-operator

config/crd/bases/rc.app.stacks_runtimecomponents.yaml

Lines changed: 342 additions & 246 deletions
Large diffs are not rendered by default.

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
fieldRef:
7070
fieldPath: metadata.annotations['olm.targetNamespaces']
7171
- name: RELATED_IMAGE_LIBERTY_SAMPLE_APP
72-
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4
72+
value: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
7373
- name: RELATED_IMAGE_RUNTIME_COMPONENT_OPERATOR
7474
value: OPERATOR_IMAGE
7575
securityContext:

config/samples/rc.app.stacks_v1_runtimecomponent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: RuntimeComponent
33
metadata:
44
name: runtimecomponent-sample
55
spec:
6-
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4
6+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
77
expose: true
88
manageTLS: true
99
replicas: 1

config/samples/rc.app.stacks_v1beta2_runtimecomponent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: runtimecomponent-sample
55
spec:
66
# Add fields here
7-
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:fbe77bebd1d61bd7f39929fd8ff42a0ad56a148d29aa3665c23058dd6f5568f4
7+
applicationImage: icr.io/appcafe/open-liberty/samples/getting-started@sha256:80a28b6a71ec02369cc13f621e4c3cca0d63b1977be76e15dabbfba48411107f
88
expose: true
99
replicas: 1
1010
service:

go.mod

Lines changed: 39 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -4,81 +4,77 @@ go 1.25
44

55
require (
66
github.com/cert-manager/cert-manager v1.16.5
7-
github.com/go-logr/logr v1.4.2
8-
github.com/openshift/api v0.0.0-20230928134114-673ed0cfc7f1
9-
github.com/openshift/library-go v0.0.0-20231002074440-3f69f773d102
7+
github.com/go-logr/logr v1.4.3
8+
github.com/openshift/api v0.0.0-20250710004639-926605d3338b
9+
github.com/openshift/library-go v0.0.0-20250818065802-cf8518058622
1010
github.com/pkg/errors v0.9.1
1111
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.78.2
1212
go.uber.org/zap v1.27.0
13-
k8s.io/api v0.31.4
14-
k8s.io/apimachinery v0.31.4
15-
k8s.io/client-go v0.31.4
16-
knative.dev/pkg v0.0.0-20250117084104-c43477f0052b
17-
knative.dev/serving v0.44.0
13+
k8s.io/api v0.33.3
14+
k8s.io/apimachinery v0.33.3
15+
k8s.io/client-go v0.33.3
16+
knative.dev/pkg v0.0.0-20250817152444-53ed1d53d232
17+
knative.dev/serving v0.46.1
1818
sigs.k8s.io/controller-runtime v0.19.7
1919
)
2020

2121
require (
2222
github.com/beorn7/perks v1.0.1 // indirect
23-
github.com/blang/semver v3.5.1+incompatible // indirect
23+
github.com/blang/semver/v4 v4.0.0 // indirect
2424
github.com/blendle/zapdriver v1.3.1 // indirect
2525
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2626
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2727
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
28-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
28+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
2929
github.com/fsnotify/fsnotify v1.7.0 // indirect
3030
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
3131
github.com/go-logr/zapr v1.3.0 // indirect
3232
github.com/go-openapi/jsonpointer v0.21.0 // indirect
3333
github.com/go-openapi/jsonreference v0.21.0 // indirect
3434
github.com/go-openapi/swag v0.23.0 // indirect
3535
github.com/gogo/protobuf v1.3.2 // indirect
36-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
37-
github.com/golang/protobuf v1.5.4 // indirect
38-
github.com/google/gnostic-models v0.6.8 // indirect
39-
github.com/google/go-cmp v0.6.0 // indirect
40-
github.com/google/go-containerregistry v0.13.0 // indirect
41-
github.com/google/gofuzz v1.2.0 // indirect
36+
github.com/google/gnostic-models v0.6.9 // indirect
37+
github.com/google/go-cmp v0.7.0 // indirect
38+
github.com/google/go-containerregistry v0.20.3 // indirect
4239
github.com/google/uuid v1.6.0 // indirect
43-
github.com/gorilla/websocket v1.5.3 // indirect
44-
github.com/imdario/mergo v0.3.16 // indirect
40+
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
4541
github.com/josharian/intern v1.0.0 // indirect
4642
github.com/json-iterator/go v1.1.12 // indirect
47-
github.com/klauspost/compress v1.17.9 // indirect
48-
github.com/mailru/easyjson v0.7.7 // indirect
49-
github.com/moby/spdystream v0.4.0 // indirect
43+
github.com/mailru/easyjson v0.9.0 // indirect
44+
github.com/moby/spdystream v0.5.0 // indirect
5045
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5146
github.com/modern-go/reflect2 v1.0.2 // indirect
5247
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5348
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
5449
github.com/opencontainers/go-digest v1.0.0 // indirect
55-
github.com/prometheus/client_golang v1.20.4 // indirect
56-
github.com/prometheus/client_model v0.6.1 // indirect
57-
github.com/prometheus/common v0.55.0 // indirect
58-
github.com/prometheus/procfs v0.15.1 // indirect
59-
github.com/spf13/pflag v1.0.5 // indirect
50+
github.com/prometheus/client_golang v1.22.0 // indirect
51+
github.com/prometheus/client_model v0.6.2 // indirect
52+
github.com/prometheus/common v0.65.0 // indirect
53+
github.com/prometheus/procfs v0.16.1 // indirect
54+
github.com/spf13/pflag v1.0.6 // indirect
6055
github.com/x448/float16 v0.8.4 // indirect
6156
go.uber.org/multierr v1.11.0 // indirect
62-
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
63-
golang.org/x/net v0.38.0 // indirect
64-
golang.org/x/oauth2 v0.27.0 // indirect
65-
golang.org/x/sys v0.31.0 // indirect
66-
golang.org/x/term v0.30.0 // indirect
67-
golang.org/x/text v0.23.0 // indirect
68-
golang.org/x/time v0.6.0 // indirect
69-
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
70-
google.golang.org/protobuf v1.36.2 // indirect
57+
go.yaml.in/yaml/v2 v2.4.2 // indirect
58+
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
59+
golang.org/x/net v0.41.0 // indirect
60+
golang.org/x/oauth2 v0.30.0 // indirect
61+
golang.org/x/sys v0.33.0 // indirect
62+
golang.org/x/term v0.32.0 // indirect
63+
golang.org/x/text v0.26.0 // indirect
64+
golang.org/x/time v0.10.0 // indirect
65+
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
66+
google.golang.org/protobuf v1.36.6 // indirect
7167
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
7268
gopkg.in/inf.v0 v0.9.1 // indirect
73-
gopkg.in/yaml.v2 v2.4.0 // indirect
7469
gopkg.in/yaml.v3 v3.0.1 // indirect
75-
k8s.io/apiextensions-apiserver v0.31.4 // indirect
70+
k8s.io/apiextensions-apiserver v0.33.2 // indirect
7671
k8s.io/klog/v2 v2.130.1 // indirect
77-
k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38 // indirect
78-
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 // indirect
79-
knative.dev/networking v0.0.0-20250117155906-67d1c274ba6a // indirect
72+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
73+
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
74+
knative.dev/networking v0.0.0-20250716125000-edb1a4a0c863 // indirect
8075
sigs.k8s.io/gateway-api v1.1.0 // indirect
81-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
82-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
83-
sigs.k8s.io/yaml v1.4.0 // indirect
76+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
77+
sigs.k8s.io/randfill v1.0.0 // indirect
78+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
79+
sigs.k8s.io/yaml v1.5.0 // indirect
8480
)

0 commit comments

Comments
 (0)