Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 2,009 for semver (0.23 sec)

  1. cluster/images/etcd/migrate/migrator.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package main
    
    import (
    	"fmt"
    	"os"
    	"time"
    
    	"github.com/blang/semver/v4"
    	"k8s.io/klog/v2"
    )
    
    // EtcdMigrateCfg provides all configuration required to perform etcd data upgrade/downgrade migrations.
    type EtcdMigrateCfg struct {
    	binPath           string
    	name              string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 28 07:33:23 UTC 2022
    - 6.4K bytes
    - Viewed (0)
  2. hack/lib/version.sh

        if [[ -n ${KUBE_GIT_VERSION-} ]] || KUBE_GIT_VERSION=$("${git[@]}" describe --tags --match='v*' --abbrev=14 "${KUBE_GIT_COMMIT}^{commit}" 2>/dev/null); then
          # This translates the "git describe" to an actual semver.org
          # compatible semantic version that looks something like this:
          #   v1.1.0-alpha.0.6+84c76d1142ea4d
          #
          # TODO: We continue calling this "git version" because so many
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 08:22:09 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/go.mod

    	github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
    	github.com/beorn7/perks v1.0.1 // indirect
    	github.com/blang/semver/v4 v4.0.0 // indirect
    	github.com/cenkalti/backoff/v4 v4.2.1 // indirect
    	github.com/cespare/xxhash/v2 v2.2.0 // indirect
    	github.com/coreos/go-semver v0.3.1 // indirect
    	github.com/coreos/go-systemd/v22 v22.5.0 // indirect
    	github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 6K bytes
    - Viewed (0)
  4. cluster/images/etcd/README.md

    #### Versioning
    
    Each `registry.k8s.io/etcd` docker image is tagged with an version string of the form
    `<etcd-version>-<image-revision>`, e.g. `3.0.17-0`.  The etcd version is the
    SemVer of latest etcd version available in the image. The image revision
    distinguishes between docker images with the same lastest etcd version but
    changes (bug fixes and backward compatible improvements) to the migration
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 27 12:41:39 UTC 2023
    - 3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/cli-runtime/go.mod

    	sigs.k8s.io/kustomize/api v0.17.2
    	sigs.k8s.io/kustomize/kyaml v0.17.1
    	sigs.k8s.io/yaml v1.4.0
    )
    
    require (
    	github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
    	github.com/blang/semver/v4 v4.0.0 // indirect
    	github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
    	github.com/emicklei/go-restful/v3 v3.11.0 // indirect
    	github.com/fxamacker/cbor/v2 v2.7.0-beta // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 14:02:04 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  6. docs/em/docs/deployment/versions.md

    # 🔃 FastAPI ⏬
    
    **FastAPI** ⏪ ➖ ⚙️ 🏭 📚 🈸 &amp; ⚙️. &amp; 💯 💰 🚧 1️⃣0️⃣0️⃣ 💯. ✋️ 🚮 🛠️ 🚚 🔜.
    
    🆕 ⚒ 🚮 🛎, 🐛 🔧 🛎, &amp; 📟 🔁 📉.
    
    👈 ⚫️❔ ⏮️ ⏬ `0.x.x`, 👉 🎨 👈 🔠 ⏬ 💪 ⚠ ✔️ 💔 🔀. 👉 ⏩ <a href="https://semver.org/" class="external-link" target="_blank">⚛ 🛠️</a> 🏛.
    
    👆 💪 ✍ 🏭 🈸 ⏮️ **FastAPI** ▶️️ 🔜 (&amp; 👆 ✔️ 🎲 🔨 ⚫️ 🕰), 👆 ✔️ ⚒ 💭 👈 👆 ⚙️ ⏬ 👈 👷 ☑ ⏮️ 🎂 👆 📟.
    
    ## 📌 👆 `fastapi` ⏬
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Apr 01 09:26:04 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  7. docs/ru/docs/deployment/versions.md

    По указанным причинам текущие версии до сих пор `0.x.x`. Это говорит о том, что каждая версия может содержать обратно несовместимые изменения, следуя <a href="https://semver.org/" class="external-link" target="_blank">соглашению о Семантическом Версионировании</a>.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  8. operator/pkg/version/version.go

    // NewVersionFromString creates a new Version from the provided SemVer formatted string and returns a pointer to it.
    func NewVersionFromString(s string) (*Version, error) {
    	ver, err := goversion.NewVersion(s)
    	if err != nil {
    		return nil, err
    	}
    
    	newVer := &Version{}
    	vv := ver.Segments()
    	if len(vv) > 0 {
    		newVer.Major = uint32(vv[0])
    	}
    	if len(vv) > 1 {
    		newVer.Minor = uint32(vv[1])
    	}
    	if len(vv) > 2 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 29 14:15:26 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  9. src/cmd/doc/dirs.go

    // license that can be found in the LICENSE file.
    
    package main
    
    import (
    	"bytes"
    	"fmt"
    	"log"
    	"os"
    	"os/exec"
    	"path/filepath"
    	"regexp"
    	"strings"
    	"sync"
    
    	"golang.org/x/mod/semver"
    )
    
    // A Dir describes a directory holding code by specifying
    // the expected import path and the file system directory.
    type Dir struct {
    	importPath string // import path for that dir
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 17:49:12 UTC 2022
    - 9K bytes
    - Viewed (0)
  10. pkg/apis/resource/namedresources.go

    	// StringValue is a string.
    	StringValue *string
    	// StringSliceValue is an array of strings.
    	StringSliceValue *NamedResourcesStringSlice
    	// VersionValue is a semantic version according to semver.org spec 2.0.0.
    	VersionValue *string
    }
    
    // NamedResourcesIntSlice contains a slice of 64-bit integers.
    type NamedResourcesIntSlice struct {
    	// Ints is the slice of 64-bit integers.
    	Ints []int64
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top