1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00
Commit Graph

1667 Commits

Author SHA1 Message Date
red-hat-konflux[bot]
02268db43f chore(deps): update google.golang.org/genproto/googleapis/api digest to 79d6a2a
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2025-11-25 04:51:05 +00:00
openshift-merge-bot[bot]
3189d6eb43 Merge pull request #1284 from sebrandon1/ioutil_deprecation
Migrate away from deprecated ioutil
2025-11-24 19:32:23 +00:00
Brandon Palm
16f8838309 Migrate away from deprecated ioutil 2025-11-24 12:28:04 -06:00
openshift-merge-bot[bot]
133a13bbab Merge pull request #1279 from sayan-biswas/update-deps
Update go version and depedencies
2025-11-24 11:13:39 +00:00
Sayan Biswas
09956e52a1 Update go version and depedencies
Changes:
- Update go version to 1.25.3
- Update dependencies to mitigate CVEs
- Fix tests to work with broken APIs after update
- Remove/Replace deprecated methods
- Update Git command to ignore pre-commit hooks
- Update Go builder image to 1.25 in docker files and Openshift CI
- Update tekton pipeline task bundles to have updated golang image

Signed-off-by: Sayan Biswas <sayan-biswas@live.com>
2025-11-24 13:54:33 +05:30
Sayan Biswas
45635f9ec8 Merge pull request #1264 from sayan-biswas/update-tekton-pipeline
Update tekton pipelines
2025-11-04 14:56:37 +05:30
Sayan Biswas
15111ca039 Update tekton pipelines
Changes:
- Remove remote tekton pipeline reference and add inline pipeline

Signed-off-by: Sayan Biswas <sayan-biswas@live.com>
2025-11-02 02:01:37 +05:30
openshift-merge-bot[bot]
cfb91cb8a9 Merge pull request #1253 from ralphbean/master-KONFLUX-6210-source-to-image-rhel8
chore(KONFLUX-6210): fix and set name and cpe label for source-to-image-rhel8
2025-10-17 16:06:19 +00:00
openshift-merge-bot[bot]
2fe1d17a0e Merge pull request #1252 from ralphbean/master-KONFLUX-6210-source-to-image-rhel9
chore(KONFLUX-6210): fix and set name and cpe label for source-to-image-rhel9
2025-10-17 15:44:18 +00:00
Ralph Bean
4970138dae chore(KONFLUX-6210): fix and set name and cpe label for source-to-image-rhel8
For https://issues.redhat.com/browse/KONFLUX-6210, clair needs access to a name and cpe label that it can use to look up the image in VEX statements.

See also release-engineering/rhtap-ec-policy#149

Signed-off-by: Ralph Bean <rbean@redhat.com>
Assisted-by: Gemini
2025-09-22 16:27:38 -04:00
Ralph Bean
b0cf448131 chore(KONFLUX-6210): fix and set name and cpe label for source-to-image-rhel9
For https://issues.redhat.com/browse/KONFLUX-6210, clair needs access to a name and cpe label that it can use to look up the image in VEX statements.

See also release-engineering/rhtap-ec-policy#149

Signed-off-by: Ralph Bean <rbean@redhat.com>
Assisted-by: Gemini
2025-09-18 16:03:15 -04:00
Adam Kaplan
f1063e52dd Merge pull request #1249 from openshift/konflux/mintmaker/master/opentelemetry-go-monorepo
chore(deps): update opentelemetry-go monorepo to v1.37.0
2025-08-28 16:53:47 -04:00
Avinal Kumar
a9e232d127 Merge pull request #1250 from avinal/avinal/update-images
chore: use minor version tags for docker images
2025-07-01 19:28:08 +05:30
Avinal Kumar
c9f710fe2e chore: use major version tags for docker images
- using major version tags for dockerfile ensures that the images
are built using latest update

Signed-off-by: Avinal Kumar <avinal@redhat.com>
2025-07-01 16:02:26 +05:30
red-hat-konflux[bot]
e1abd51fce chore(deps): update opentelemetry-go monorepo to v1.37.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2025-06-29 06:55:59 +00:00
openshift-merge-bot[bot]
c301811d96 Merge pull request #1236 from openshift/konflux/mintmaker/master/registry.access.redhat.com-ubi8-go-toolset-1.x
chore(deps): update registry.access.redhat.com/ubi8/go-toolset docker tag to v1.23.6-2.1747789945
v1.5.1
2025-06-02 17:12:12 +00:00
red-hat-konflux[bot]
9a67bf0b41 chore(deps): update registry.access.redhat.com/ubi8/go-toolset docker tag to v1.23.6-2.1747789945
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2025-05-28 02:06:48 +00:00
openshift-merge-bot[bot]
ac20fcdbf2 Merge pull request #1230 from sayan-biswas/buildkit-update
fix(deps): update module github.com/moby/buildkit to v0.22.0
2025-05-23 12:39:52 +00:00
red-hat-konflux[bot]
33f74e67e4 fix(deps): update module github.com/moby/buildkit to v0.22.0 2025-05-23 15:56:40 +05:30
openshift-merge-bot[bot]
506cbbe8a9 Merge pull request #1231 from sayan-biswas/update-golang
BUILD-1441: Update golang to 1.23
2025-05-23 10:11:20 +00:00
openshift-merge-bot[bot]
35fa8ac508 Merge pull request #1232 from psrvere/add-builds-team
Adding team members from Openshift Builds team
2025-05-23 09:32:49 +00:00
psrvere
ecc8446ee5 adding team members from openshift builds team
Signed-off-by: psrvere <prateek.singh.rathore@gmail.com>
2025-05-23 14:56:30 +05:30
Sayan Biswas
26d3bd019f Update golang to 1.23
Changes:
- Update go.mod to 1.23
- Update Dockerfiles and CI
2025-05-23 13:30:29 +05:30
openshift-merge-bot[bot]
50dfa7cba9 Merge pull request #1213 from openshift/konflux/mintmaker/master/github.com-go-imports-organizer-goio-1.x
fix(deps): update module github.com/go-imports-organizer/goio to v1.5.0
2025-05-21 12:26:27 +00:00
openshift-merge-bot[bot]
c0c31ed68f Merge pull request #1221 from openshift/konflux/mintmaker/master/github.com-azure-go-ansiterm-digest
chore(deps): update github.com/azure/go-ansiterm digest to faa5f7b
2025-05-21 10:46:03 +00:00
openshift-merge-bot[bot]
c85a25cd17 Merge pull request #1215 from openshift/konflux/mintmaker/master/github.com-spf13-cobra-1.x
fix(deps): update module github.com/spf13/cobra to v1.9.1
2025-05-21 10:26:51 +00:00
openshift-merge-bot[bot]
5ebc50d8b1 Merge pull request #1224 from avinal/appstudio-source-to-image-rhel9
chore: modify konflux pipeline to use remote ref
2025-05-21 09:23:35 +00:00
Avinal Kumar
1fbf9cfb94 chore: modify konflux pipeline to use remote ref
- added CEL expressions
- added remote reference for pipelines
- Added service accounts

Signed-off-by: Avinal Kumar <avinal@redhat.com>
2025-05-20 15:30:00 +05:30
openshift-merge-bot[bot]
af0b1de0b9 Merge pull request #1222 from avinal/avinal/rhel9-img
BUILD-1317: add rhel9 based Dockerfile for s2i
2025-05-20 08:02:25 +00:00
Avinal Kumar
6cecd3b69f BUILD-1317: add rhel9 based Dockerfile for s2i
- update UBI and Go Toolset images to RHEL9
- rename RHEL8 dockerfile to Dockerfile.rhel8
- part of BUILD-1317

Signed-off-by: Avinal Kumar <avinal@redhat.com>
2025-05-19 16:35:33 +05:30
red-hat-konflux[bot]
20a5628b2f fix(deps): update module github.com/spf13/cobra to v1.9.1
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2025-03-30 12:42:46 +00:00
red-hat-konflux[bot]
8edc53b118 chore(deps): update github.com/azure/go-ansiterm digest to faa5f7b
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2025-03-30 12:30:47 +00:00
openshift-merge-bot[bot]
7ea9392d57 Merge pull request #1218 from openshift/konflux/mintmaker/master/github.com-opencontainers-image-spec-1.x
fix(deps): update module github.com/opencontainers/image-spec to v1.1.1
2025-03-25 15:19:58 +00:00
openshift-merge-bot[bot]
54fe2769ac Merge pull request #1208 from openshift/konflux/references/master
chore(deps): update konflux references
2025-03-21 17:51:49 +00:00
red-hat-konflux[bot]
f8d331cf53 fix(deps): update module github.com/opencontainers/image-spec to v1.1.1
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2025-03-16 05:41:48 +00:00
red-hat-konflux[bot]
0f4c22ebcd chore(deps): update konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2025-03-15 06:41:56 +00:00
openshift-merge-bot[bot]
a13223292a Merge pull request #1216 from openshift/konflux/mintmaker/master/golang.org-x-net-0.x
fix(deps): update module golang.org/x/net to v0.35.0
2025-03-03 17:14:03 +00:00
red-hat-konflux[bot]
ad95c9972f fix(deps): update module golang.org/x/net to v0.35.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2025-03-02 15:36:49 +00:00
red-hat-konflux[bot]
a62620dd1d fix(deps): update module github.com/go-imports-organizer/goio to v1.5.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2025-02-23 12:52:14 +00:00
openshift-merge-bot[bot]
fc4f542998 Merge pull request #1206 from adambkaplan/build-cross-default
fix: Verify Builds Cross-Compiled Binaries
2025-01-17 07:38:11 +00:00
Adam Kaplan
658e4096d6 fix: Verify Builds Cross-Compiled Binaries
Update the `verify` Makefile target to build cross-compiled binaries.
This ensures the s2i CLI can be released across all supported platforms
at all times. Prevents future regressions of #1204.

Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
2025-01-16 11:51:41 -05:00
openshift-merge-bot[bot]
0e4fe06252 Merge pull request #1205 from avinal/avinal/oh-no-win
fix: update Microsoft/hcsshim to fix build on Windows
2025-01-16 16:00:31 +00:00
Avinal Kumar
89f33e774f fix: update Microsoft/hcsshim to fix build on Windows
- errdefs package location was changed and that caused panic while
  building for windows
- update Microsoft/hcsshim to 0.12.9 that includes the fix for errdefs
- fixes #1204

Signed-off-by: Avinal Kumar <avinal@redhat.com>
2025-01-15 12:40:41 +05:30
openshift-merge-bot[bot]
aa5e568008 Merge pull request #1202 from openshift/konflux/references/master
chore(deps): update konflux references
v1.5.0
2025-01-13 16:19:39 +00:00
red-hat-konflux[bot]
317bdd26b6 chore(deps): update konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
2025-01-11 08:47:41 +00:00
openshift-merge-bot[bot]
463fbe22df Merge pull request #1201 from sayan-biswas/CVE-2024-45338
Fix CVE-2024-45338
2025-01-07 07:56:19 +00:00
Sayan Biswas
64b70f2d9a Fix CVE-2024-45338
Changes:
- Update package golang.org/x/net to mitigate CVE-2024-45338
2025-01-07 12:33:22 +05:30
openshift-merge-bot[bot]
156e942a03 Merge pull request #1200 from sayan-biswas/fips
BUILD-1190: Add FIPS compliance
2025-01-07 00:25:38 +00:00
Sayan Biswas
9773489681 Add FIPS compliance
Changes:
- Update Go to 1.22
- Update Dockerfile for FIPS compliance
- Disable btrfs to prevent build error due to missing library btrfs/ioct.h
2025-01-07 01:23:58 +05:30
openshift-merge-bot[bot]
d5dd79b5e0 Merge pull request #1196 from openshift/konflux/references/master
chore(deps): update konflux references
2025-01-04 23:45:40 +00:00