Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 3,099 for RELEASE (0.13 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/feature_lifecycle.adoc

    When no problems are found after a short time (usually a week), the release candidate is promoted to a general availability (GA) release.
    If a regression is found in the release candidate, a new RC distribution is created, and the process repeats.
    Release candidates are supported for as long as the release window is open, but they are not intended to be used for production.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  2. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppIncrementalCompileIntegrationTest.groovy

            and:
            succeeds "assembleRelease"
            result.assertTasksExecuted(tasks.release.allToInstall, tasks.release.extract, ":assembleRelease")
            result.assertTasksSkipped( tasks.release.allToInstall, tasks.release.extract, ":assembleRelease")
    
            executable("build/exe/main/release/app").assertExists()
            installation("build/install/main/release").exec().out == app.expectedOutput
        }
    
        @ToBeFixedForConfigurationCache
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenLocalDependencyWithGradleMetadataResolutionIntegrationTest.groovy

            },
            {
                "name": "release",
                "attributes": {
                    "buildType": "release"
                },
                "files": [ { "name": "a-1.2-release.jar", "url": "a-1.2-release.jar" } ],
                "dependencies": [ { "group": "test", "module": "c", "version": { "prefers": "2.2" } } ]
            }
        ]
    }
    """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:39 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  4. doc/next/9-todo.md

    -->
    
    <!-- Items that don't need to be mentioned in Go 1.23 release notes but are picked up by relnote todo.
    
    CL 458895 - an x/playground fix that mentioned an accepted cmd/go proposal go.dev/issue/40728 in Go 1.16 milestone...
    CL 582097 - an x/build CL working on relnote itself; it doesn't need a release note
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:18:52 UTC 2024
    - 6K bytes
    - Viewed (0)
  5. build/OWNERS

      - dims
      - jeremyrickard # SIG Technical Lead / RelEng subproject owner
      #- justaugustus # SIG Chair / RelEng subproject owner / Release Manager - approvals only
      - liggitt
      - palnabarun # Release Manager
      - puerco # SIG Technical Lead / RelEng subproject owner / Release Manager
      - saschagrunert # SIG Chair / RelEng subproject owner / Release Manager
      - spiffxp
      - thockin
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 866 bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/DynamicRevisionRemoteResolveWithMetadataSupplierIntegrationTest.groovy

            checkResolve "group:projectA:1.+": ["group:projectA:1.2", "didn't match version 2.0"], "group:projectB:latest.release": ["group:projectB:1.1", "didn't match versions 2.3, 2.2"]
        }
    
        def "publishing new release version incurs get status file of new release version only"() {
            given:
            def supplierInteractions = withPerVersionStatusSupplier()
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 49K bytes
    - Viewed (0)
  7. manifests/charts/ztunnel/templates/NOTES.txt

    ztunnel successfully installed!
    
    To learn more about the release, try:
      $ helm status {{ .Release.Name }} -n {{ .Release.Namespace }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 02:09:42 UTC 2024
    - 200 bytes
    - Viewed (0)
  8. RELEASE_BRANCHES.md

    # Release Branches
    
    Release branches have a name of `release-MAJOR.MINOR`. Essential Istio repositories are branched from master roughly 4
    weeks prior to a new release. The `istio/istio.io` repository does not get branched until the release is ready
    for publication.
    
    This document outlines getting in new features after a new branch has been cut and the process for getting a PR
    merged in before and after the first public release.
    
    # Feature Freeze
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 12 23:27:43 UTC 2021
    - 3.9K bytes
    - Viewed (0)
  9. platforms/core-execution/workers/src/test/groovy/org/gradle/workers/internal/WorkerDaemonExpirationTest.groovy

        }
    
        def "expires enough idle worker daemons to release requested memory"() {
            given:
            def client1 = reserveNewClient(threeGbOptions)
            def client2 = reserveNewClient(twoGbOptions)
            def client3 = reserveNewClient(oneGbOptions)
    
            and:
            clientsManager.release(client1)
            clientsManager.release(client2)
            clientsManager.release(client3)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:56:11 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  10. helm-releases/minio-3.4.7.tgz

    apiVersion: {{ template "minio.networkPolicy.apiVersion" . }} metadata: name: {{ template "minio.fullname" . }} namespace: {{ .Release.Namespace | quote }} labels: app: {{ template "minio.name" . }} chart: {{ template "minio.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: podSelector: matchLabels: app: {{ template "minio.name" . }} release: {{ .Release.Name }} ingress: - ports: - port: {{ .Values.service.port }} {{- if not .Values.networkPolicy.allowExternal }} from: - podSelector:...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jan 25 20:49:24 UTC 2022
    - 15.2K bytes
    - Viewed (0)
Back to top