devfile 0.5.1-aarch64-linux → 0.5.2-aarch64-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 +4 -4
- data/ext/go.mod +1 -2
- data/ext/go.sum +2 -2
- data/out/devfile-arm64-linux +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c63916e1e27ae54dede4f530ba6037fbbb41c22c48dcf0202ff19255a0ec16d
|
|
4
|
+
data.tar.gz: 4c49d2d28aa35b62e56e2551bb3fffea52e8fa376e83970c5d7719d1a34f598d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a35dde565c569b4d1a88990060f632093689ffbd55f6a50ce2df008f2566f0274b5e20c69d4f2f1223326832c6df16f8acfb530b867f26a09c6aa0bcc195bb21
|
|
7
|
+
data.tar.gz: 933989c263acf2e85156f626bc8ff85ee5b8cda49a3cb4bd2b82730644e09e522871d0042d6f0ec7a5316d8ab2660fbc83454cb070d8cd63e0d97dd0609fa224
|
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.
|
|
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.
|
|
72
|
-
github.com/devfile/library/v2 v2.
|
|
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=
|
data/out/devfile-arm64-linux
CHANGED
|
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.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: aarch64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- GitLab
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-04
|
|
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:
|