devfile 0.5.1-x86_64-linux → 0.5.2-x86_64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 90d7fa7bbe800b7212823caf35bdc4aebf6800786af73ae635a4050b26153d5b
4
- data.tar.gz: 943a36a3a4bb0268e0cd2bb637b5c6072b558df9d5533e6e048a07986a1ad0c5
3
+ metadata.gz: 7c81e29b758e4488b63fa2751aa804628b96c8b84d36e0c139d4d0b8570f3a86
4
+ data.tar.gz: 6d7c2de3aca53d15d9bb01ed2b26e5ebbb472507b3068d4c9a29b20433bf7b95
5
5
  SHA512:
6
- metadata.gz: 3828a01c326874284f4e8ed33ef45750029e8ba4717340ea02b2ce21eb376e0688075259db8cbfeb3a18e9d2a0c7e6aa41964a3a76338b7f175f04ddd0f80589
7
- data.tar.gz: e172186370ce90fb9ff61d06c2ba9b021399ebd1f62fd6b2b9619af878994ca7faa7d5900618dd1e6e5ecd2f21a865a7a93a935f7f447777ed782352d87fea51
6
+ metadata.gz: e52f4ac3e930e9d075d93e5e28d5dde9585a3153eb79dbf618b5388ee7dc7197d8279077b3eb94c10877ea5838c1e0be83383f57b71d0c2cbeefc011f2dfc0e5
7
+ data.tar.gz: 690dad4511207a83bee1c74de7f5c40b71d75ce1952cc69af74c81c1bc416126538bbb99ba1664ec0002af3bdb3fb1efe63fff3767d2e341c337d069ef0bfe77
data/ext/go.mod CHANGED
@@ -4,7 +4,7 @@ go 1.25.9
4
4
 
5
5
  require (
6
6
  github.com/devfile/api/v2 v2.3.0
7
- github.com/devfile/library/v2 v2.3.0
7
+ github.com/devfile/library/v2 v2.4.0
8
8
  k8s.io/api v0.29.2
9
9
  k8s.io/apimachinery v0.29.2
10
10
  k8s.io/cli-runtime v0.26.10
@@ -30,7 +30,6 @@ require (
30
30
  github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
31
31
  github.com/devfile/registry-support/index/generator v0.0.0-20240419194226-cca4c9a81f8d // indirect
32
32
  github.com/devfile/registry-support/registry-library v0.0.0-20240521161747-89fc566cb024 // indirect
33
- github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2 // indirect
34
33
  github.com/distribution/reference v0.6.0 // indirect
35
34
  github.com/docker/cli v25.0.1+incompatible // indirect
36
35
  github.com/docker/distribution v2.8.3+incompatible // indirect
data/ext/go.sum CHANGED
@@ -68,8 +68,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
68
68
  github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
69
69
  github.com/devfile/api/v2 v2.3.0 h1:3LG0c5Z2jZuI8ReCf4OQMHfiKxsOgxTxz5c1Y9CqUYI=
70
70
  github.com/devfile/api/v2 v2.3.0/go.mod h1:lVyGiwv71WQpJwcwCweXOVcTnknEg7CwhFS5EgwiqVQ=
71
- github.com/devfile/library/v2 v2.3.0 h1:dl9eVl7cLxjZul0HlhZ6mFRgO15CPhQXSuNl7d3oCII=
72
- github.com/devfile/library/v2 v2.3.0/go.mod h1:sSJDrTXKqBBxfpXxhBQjopNJOcmcnPBsQM+tbRlgkoQ=
71
+ github.com/devfile/library/v2 v2.4.0 h1:c4dFpR/4Onb/4D8vL6zHXILHD8GS+Z5oT6T0piZl834=
72
+ github.com/devfile/library/v2 v2.4.0/go.mod h1:kiuiFsLEl//2WraHesWXj2Z2QLTLpzn2mTT9g8I3qMI=
73
73
  github.com/devfile/registry-support/index/generator v0.0.0-20240419194226-cca4c9a81f8d h1:XE1N4HVssY72KLp2omW3xoZ89vnIJ2w5/abp+3oWTaA=
74
74
  github.com/devfile/registry-support/index/generator v0.0.0-20240419194226-cca4c9a81f8d/go.mod h1:X/YcXBDg6PF+k/2yVRwnEVfQtNFGeVZOIGCyCkaBWO8=
75
75
  github.com/devfile/registry-support/registry-library v0.0.0-20240521161747-89fc566cb024 h1:rJZVQV/z6CzsjeHQmrC4ClP2hE0ad5hNCmI7ctN9ibo=
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devfile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - GitLab
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-04-22 00:00:00.000000000 Z
10
+ date: 2026-06-04 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  description: Library used to generate kubernetes manifests from a Devfile.
13
13
  email: