devfile 0.4.2-aarch64-linux → 0.4.4-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/bin/devfile +0 -0
- data/ext/go.mod +6 -6
- data/ext/go.sum +10 -10
- metadata +3 -6
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 7bd881722fea06990eff2f7950385bde1ec6c2f969d3d738f70da4a586849a69
         | 
| 4 | 
            +
              data.tar.gz: 1e1e0ec2b8921bc6c5b5b95933a1a4ccfa2101ae3a9ea4691f282b805a65ae75
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 6acf05fb4227a0f35025366f208992b2a49720e5db81e46cf9af86d1bd2c98a2fab9f0f552563f2b1835ad9171df5eb4cff9d7dffa86e8441478b622274ebb25
         | 
| 7 | 
            +
              data.tar.gz: cddb3e5768b0a4aa92e069930ad3efc126babf19139bee557b4caac7bcbf6cc4d1ccfb959346c413d2704bb4fbf6b0e3186c700d0ed33b46f7048b0d9bd49a3d
         | 
    
        data/bin/devfile
    CHANGED
    
    | Binary file | 
    
        data/ext/go.mod
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            module gitlab-org/ruby/gems/devfile-gem
         | 
| 2 2 |  | 
| 3 | 
            -
            go 1. | 
| 3 | 
            +
            go 1.24.2
         | 
| 4 4 |  | 
| 5 5 | 
             
            require (
         | 
| 6 6 | 
             
            	github.com/devfile/api/v2 v2.3.0
         | 
| @@ -101,14 +101,14 @@ require ( | |
| 101 101 | 
             
            	go.opentelemetry.io/otel v1.24.0 // indirect
         | 
| 102 102 | 
             
            	go.opentelemetry.io/otel/metric v1.24.0 // indirect
         | 
| 103 103 | 
             
            	go.opentelemetry.io/otel/trace v1.24.0 // indirect
         | 
| 104 | 
            -
            	golang.org/x/crypto v0. | 
| 104 | 
            +
            	golang.org/x/crypto v0.35.0 // indirect
         | 
| 105 105 | 
             
            	golang.org/x/mod v0.17.0 // indirect
         | 
| 106 106 | 
             
            	golang.org/x/net v0.33.0 // indirect
         | 
| 107 107 | 
             
            	golang.org/x/oauth2 v0.16.0 // indirect
         | 
| 108 | 
            -
            	golang.org/x/sync v0. | 
| 109 | 
            -
            	golang.org/x/sys v0. | 
| 110 | 
            -
            	golang.org/x/term v0. | 
| 111 | 
            -
            	golang.org/x/text v0. | 
| 108 | 
            +
            	golang.org/x/sync v0.11.0 // indirect
         | 
| 109 | 
            +
            	golang.org/x/sys v0.30.0 // indirect
         | 
| 110 | 
            +
            	golang.org/x/term v0.29.0 // indirect
         | 
| 111 | 
            +
            	golang.org/x/text v0.22.0 // indirect
         | 
| 112 112 | 
             
            	golang.org/x/time v0.5.0 // indirect
         | 
| 113 113 | 
             
            	golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
         | 
| 114 114 | 
             
            	google.golang.org/appengine v1.6.8 // indirect
         | 
    
        data/ext/go.sum
    CHANGED
    
    | @@ -414,8 +414,8 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U | |
| 414 414 | 
             
            golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
         | 
| 415 415 | 
             
            golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
         | 
| 416 416 | 
             
            golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
         | 
| 417 | 
            -
            golang.org/x/crypto v0. | 
| 418 | 
            -
            golang.org/x/crypto v0. | 
| 417 | 
            +
            golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs=
         | 
| 418 | 
            +
            golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ=
         | 
| 419 419 | 
             
            golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
         | 
| 420 420 | 
             
            golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 h1:2dVuKD2vS7b0QIHQbpyTISPd0LeHDbnYEryqj5Q1ug8=
         | 
| 421 421 | 
             
            golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56/go.mod h1:M4RDyNAINzryxdtnbRXRL/OHtkFuWGRjvuhBJpk2IlY=
         | 
| @@ -459,8 +459,8 @@ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJ | |
| 459 459 | 
             
            golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
         | 
| 460 460 | 
             
            golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
         | 
| 461 461 | 
             
            golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
         | 
| 462 | 
            -
            golang.org/x/sync v0. | 
| 463 | 
            -
            golang.org/x/sync v0. | 
| 462 | 
            +
            golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=
         | 
| 463 | 
            +
            golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
         | 
| 464 464 | 
             
            golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
         | 
| 465 465 | 
             
            golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
         | 
| 466 466 | 
             
            golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
         | 
| @@ -484,20 +484,20 @@ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBc | |
| 484 484 | 
             
            golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
         | 
| 485 485 | 
             
            golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
         | 
| 486 486 | 
             
            golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
         | 
| 487 | 
            -
            golang.org/x/sys v0. | 
| 488 | 
            -
            golang.org/x/sys v0. | 
| 487 | 
            +
            golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=
         | 
| 488 | 
            +
            golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
         | 
| 489 489 | 
             
            golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
         | 
| 490 490 | 
             
            golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
         | 
| 491 | 
            -
            golang.org/x/term v0. | 
| 492 | 
            -
            golang.org/x/term v0. | 
| 491 | 
            +
            golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU=
         | 
| 492 | 
            +
            golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s=
         | 
| 493 493 | 
             
            golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
         | 
| 494 494 | 
             
            golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
         | 
| 495 495 | 
             
            golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
         | 
| 496 496 | 
             
            golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
         | 
| 497 497 | 
             
            golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
         | 
| 498 498 | 
             
            golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
         | 
| 499 | 
            -
            golang.org/x/text v0. | 
| 500 | 
            -
            golang.org/x/text v0. | 
| 499 | 
            +
            golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM=
         | 
| 500 | 
            +
            golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY=
         | 
| 501 501 | 
             
            golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
         | 
| 502 502 | 
             
            golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
         | 
| 503 503 | 
             
            golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,13 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: devfile
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.4. | 
| 4 | 
            +
              version: 0.4.4
         | 
| 5 5 | 
             
            platform: aarch64-linux
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - GitLab
         | 
| 8 | 
            -
            autorequire: 
         | 
| 9 8 | 
             
            bindir: bin
         | 
| 10 9 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2025- | 
| 10 | 
            +
            date: 2025-05-06 00:00:00.000000000 Z
         | 
| 12 11 | 
             
            dependencies: []
         | 
| 13 12 | 
             
            description: Library used to generate kubernetes manifests from a Devfile.
         | 
| 14 13 | 
             
            email:
         | 
| @@ -31,7 +30,6 @@ licenses: | |
| 31 30 | 
             
            - MIT
         | 
| 32 31 | 
             
            metadata:
         | 
| 33 32 | 
             
              source_code_uri: https://gitlab.com/gitlab-org/ruby/gems/devfile-gem
         | 
| 34 | 
            -
            post_install_message: 
         | 
| 35 33 | 
             
            rdoc_options: []
         | 
| 36 34 | 
             
            require_paths:
         | 
| 37 35 | 
             
            - lib
         | 
| @@ -46,8 +44,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 46 44 | 
             
                - !ruby/object:Gem::Version
         | 
| 47 45 | 
             
                  version: '0'
         | 
| 48 46 | 
             
            requirements: []
         | 
| 49 | 
            -
            rubygems_version: 3. | 
| 50 | 
            -
            signing_key: 
         | 
| 47 | 
            +
            rubygems_version: 3.6.2
         | 
| 51 48 | 
             
            specification_version: 4
         | 
| 52 49 | 
             
            summary: Parse and generate kubernetes manifests from a Devfile
         | 
| 53 50 | 
             
            test_files: []
         |