Commit Graph

22 Commits

Author SHA256 Message Date
9a2f207d01 Accepting request 1289281 from Virtualization:containers
- update to 3.0.0 (jsc#PED-11728):
  * This is the first v3 stable release since `v2.8.3` which is a
    culmination of years of hard work of the container community
    and registry maintainers!
  * If you are upgrading from `v2.x` and have never used any of
    the release candidates, please familiarise yourselves with
    the `v2.x` deprecations properly.
  * oss and swift storage drivers are no longer supported
  * `docker/libtrust` has been replaced with `go-jose/go-jose` in
    https://github.com/distribution/distribution/pull/4096
  * `client` is no longer supported as a standalone package in
    https://github.com/distribution/distribution/pull/4126
  * the default configuration path has changed to
    `/etc/distribution/config.yml`
  * `ManifestBuilder` interface in 3886
  * `manifest.Versioned` has been deprecated in favor of
    `oci.Versioned` in 3887
  * `reference` package has been moved to
    github.com/distribution/reference in
    https://github.com/distribution/distribution/pull/4063

OBS-URL: https://build.opensuse.org/request/show/1289281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distribution?expand=0&rev=8
2025-07-01 09:34:27 +00:00
6867caec91 - update to 3.0.0 (jsc#PED-11728):
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distribution?expand=0&rev=24
2025-06-30 13:37:48 +00:00
de79103eef - update to 3.0.0:
* This is the first v3 stable release since `v2.8.3` which is a
    culmination of years of hard work of the container community
    and registry maintainers!
  * If you are upgrading from `v2.x` and have never used any of
    the release candidates, please familiarise yourselves with
    the `v2.x` deprecations properly.
  * oss and swift storage drivers are no longer supported
  * `docker/libtrust` has been replaced with `go-jose/go-jose` in
    https://github.com/distribution/distribution/pull/4096
  * `client` is no longer supported as a standalone package in
    https://github.com/distribution/distribution/pull/4126
  * the default configuration path has changed to
    `/etc/distribution/config.yml`
  * `ManifestBuilder` interface in 3886
  * `manifest.Versioned` has been deprecated in favor of
    `oci.Versioned` in 3887
  * `reference` package has been moved to
    github.com/distribution/reference in
    https://github.com/distribution/distribution/pull/4063

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distribution?expand=0&rev=23
2025-06-30 13:37:19 +00:00
53b03c6e5f Accepting request 1217245 from Virtualization:containers
- remove unnecessary lock group

OBS-URL: https://build.opensuse.org/request/show/1217245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distribution?expand=0&rev=7
2024-10-23 19:11:07 +00:00
445d38d8da - remove unnecessary lock group
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distribution?expand=0&rev=21
2024-10-23 08:33:15 +00:00
89521fc98a Accepting request 1129251 from Virtualization:containers
- update to 2.8.3 (bsc#1216491):
  * Pass `BUILDTAGS` argument to `go build`
  * Enable Go build tags
  * `reference`: replace deprecated function `SplitHostname`
  * Dont parse errors as JSON unless Content-Type is set to JSON
  * update to go 1.20.8
  * Set `Content-Type` header in registry client `ReadFrom`
  * deprecate reference package, migrate to
    github.com/distribution/reference
  * `digestset`: deprecate package in favor of `go-
    digest/digestset`
  * Do not close HTTP request body in HTTP handler
  * Add v2.8.3 release notes

  support (SD-106252)
- cleanups
- go back to golang 1.15 to fix the build for now
  Make ipfilteredby optional
- enabled changesgenerate option to automatically generate changes

OBS-URL: https://build.opensuse.org/request/show/1129251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distribution?expand=0&rev=6
2023-11-28 21:19:15 +00:00
6ef91dcf6c - update to 2.8.3 (bsc#1216491):
* Pass `BUILDTAGS` argument to `go build`
  * Enable Go build tags
  * `reference`: replace deprecated function `SplitHostname`
  * Dont parse errors as JSON unless Content-Type is set to JSON
  * update to go 1.20.8
  * Set `Content-Type` header in registry client `ReadFrom`
  * deprecate reference package, migrate to
    github.com/distribution/reference
  * `digestset`: deprecate package in favor of `go-
    digest/digestset`
  * Do not close HTTP request body in HTTP handler
  * Add v2.8.3 release notes
  support (SD-106252)
- cleanups
- go back to golang 1.15 to fix the build for now
  Make ipfilteredby optional
- enabled changesgenerate option to automatically generate changes

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distribution?expand=0&rev=19
2023-11-27 21:19:18 +00:00
3880667a3a Accepting request 1086800 from Virtualization:containers
- update to 2.8.2 (bsc#1207705, CVE-2023-2253, bsc#1210428):
  * Revert registry/client: set `Accept: identity` header when
    getting layers
  * Parse `http` forbidden as denied
  * Fix CVE-2023-2253 runaway allocation on /v2/_catalog
  * Fix panic in inmemory driver
  * update to go1.19.9
  * Add code to handle pagination of parts. Fixes max layer size
    of 10GB bug
  * Dockerfile: fix filenames of artifacts
- drop aws-sdk-1.42.27-update.patch (no longer wanted)
- drop 0001-Fix-runaway-allocation-on-v2-_catalog.patch (upstream)

- refresh 0001-Fix-runaway-allocation-on-v2-_catalog.patch to
  be more compatible with invalid pagination requests (CVE-2023-2253, bsc#1207705)␣

- add 0001-Fix-runaway-allocation-on-v2-_catalog.patch (CVE-2023-2253, bsc#1207705)

OBS-URL: https://build.opensuse.org/request/show/1086800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distribution?expand=0&rev=5
2023-05-12 18:39:09 +00:00
f97744a52f - drop 0001-Fix-runaway-allocation-on-v2-_catalog.patch (upstream)
- refresh 0001-Fix-runaway-allocation-on-v2-_catalog.patch to
  be more compatible with invalid pagination requests (CVE-2023-2253, bsc#1207705)␣

- add 0001-Fix-runaway-allocation-on-v2-_catalog.patch (CVE-2023-2253, bsc#1207705)

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distribution?expand=0&rev=17
2023-05-12 16:17:05 +00:00
32f74cdd3e - update to 2.8.2 (bsc#1207705, CVE-2023-2253, bsc#1210428):
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distribution?expand=0&rev=16
2023-05-12 16:14:24 +00:00
0012af53fc OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distribution?expand=0&rev=15 2023-05-12 16:08:56 +00:00
45db044719 - update to 2.8.2 (bsc#1207705, CVE-2023-2253):
* Revert registry/client: set `Accept: identity` header when
    getting layers
  * Parse `http` forbidden as denied
  * Fix CVE-2023-2253 runaway allocation on /v2/_catalog
  * Fix panic in inmemory driver
  * update to go1.19.9
  * Add code to handle pagination of parts. Fixes max layer size
    of 10GB bug
  * Dockerfile: fix filenames of artifacts
- drop aws-sdk-1.42.27-update.patch (no longer wanted)

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distribution?expand=0&rev=14
2023-05-12 16:07:36 +00:00
aa629195d8 Accepting request 1059954 from Virtualization:containers
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1059954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distribution?expand=0&rev=4
2023-01-20 16:39:36 +00:00
2651e7c928 - add aws-sdk-1.42.27-update.patch to include AWS_ROLE_ARN
support (SD-106252)

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distribution?expand=0&rev=12
2023-01-13 11:10:56 +00:00
6721df832b Accepting request 1002723 from Virtualization:containers
- Explicitly require nologin shell which is needed for registry
  system user (bsc#1203324)

OBS-URL: https://build.opensuse.org/request/show/1002723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distribution?expand=0&rev=3
2022-09-12 17:08:14 +00:00
c44375ab4e system user (bsc#1203324)
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distribution?expand=0&rev=10
2022-09-12 07:54:15 +00:00
60a4e9aae8 - Explicitly require nologin shell which is needed for registry
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distribution?expand=0&rev=9
2022-09-12 07:46:51 +00:00
c8e3f0838b Accepting request 1002330 from home:fcrozat:branches:Virtualization:containers
- Explicitely requires util-linux, nologin is needed for registry
  system user.

OBS-URL: https://build.opensuse.org/request/show/1002330
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distribution?expand=0&rev=8
2022-09-12 07:34:40 +00:00
726fdd07b3 Accepting request 994117 from Virtualization:containers
- switch to go 1.16 for 2.8.1 (jsc#SLE-24963)

OBS-URL: https://build.opensuse.org/request/show/994117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distribution?expand=0&rev=2
2022-08-09 13:29:15 +00:00
8cfa288c04 - switch to go 1.16 for 2.8.1 (jsc#SLE-24963)
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distribution?expand=0&rev=6
2022-08-09 11:37:05 +00:00
b00eba7e91 Accepting request 981357 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/981357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distribution?expand=0&rev=1
2022-06-09 12:11:40 +00:00
OBS User buildservice-autocommit
bbacabfd9b Accepting request 981357 from Virtualization:containers
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/981357
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distribution?expand=0&rev=4
2022-06-09 12:11:40 +00:00