From a078404482814990500ac5c3d12edb4b1ed3d9c2 Mon Sep 17 00:00:00 2001 From: imontero Date: Tue, 11 May 2021 12:49:31 +0000 Subject: [PATCH] 2.277.4.4-ra --- LICENSE | 4 ++-- README.md | 14 +++++++------- hardening_manifest.yaml | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/LICENSE b/LICENSE index d32dcec..48a4d8a 100644 --- a/LICENSE +++ b/LICENSE @@ -30,11 +30,11 @@ _Flow Server_ is the application server that orchestrates processes run across C + _Intellectual Property Rights_ means any patents, patent rights, design rights, copyrights, database rights, trade secrets, know-how, trademarks, trade names, service marks and other intellectual property embodied therein and all applications and rights to apply for registration or protection rights pertaining thereto, in existence at the date hereof or created in the future. + -_Master_ means the central, coordinating process which stores configuration, loads plugins, and renders the various user interfaces for Jenkins. +_Controller_ means the central, coordinating process which stores configuration, loads plugins, and renders the various user interfaces for Jenkins. + _Monthly Active User_ (or "MAU") is counted the first time in each calendar month that an End User’s device opens Customer’s or Customer’s Affiliates’ web and/or native application(s) in which the CloudBees Rollout SDK has been incorporated (“Customer Application”) is the Monthly Active User count of the applications using CloudBees Rollout. For example, if one End User is using Customer Application on four (4) separate devices, that constitutes four MAUs. + -_Node_ means a machine which is part of the Jenkins environment and capable of executing Pipelines or Projects. Both the Master and Agents are considered to be Nodes. +_Node_ means a machine which is part of the Jenkins environment and capable of executing Pipelines or Projects. Both the Controllers and Agents are considered to be Nodes. + _Order Form_ means an order form that references this Agreement and has been executed by both parties. + diff --git a/README.md b/README.md index 150b560..44dd816 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,18 @@ Must run behind CNAP or VPN (no internet facing). CloudBees CI (formerly known as _CloudBees Core_) consists of three Docker images installed via Helm chart: * `core-oc`: the Operations Center -* `core-mm`: a managed Jenkins master +* `core-mm`: a managed Jenkins controller * `agent`: a Jenkins build agent For each image, all files other than UBI and native packages are included in a `files.tar` marked with a SHA-256 checksum. -A version of CloudBees CI is given in the format `2.277.2.4-ra` +A version of CloudBees CI is given in the format `2.277.4.4-ra` where the first three components are aligned with a Jenkins LTS. The Helm chart is coversioned with `core-oc`. The `core-mm` image typically shares the same version, -though a given master may be deliberately kept at a somewhat older release. -The `agent` image is preferably coversioned with the master. +though a given controller may be deliberately kept at a somewhat older release. +The `agent` image is preferably coversioned with the controller. After creating images, create a values file that specifies locally uploaded images plus whatever other customizations are desired: @@ -25,13 +25,13 @@ plus whatever other customizations are desired: ```yaml OperationsCenter: Image: - dockerImage: your-registry/core-oc:2.277.2.4-ra + dockerImage: your-registry/core-oc:2.277.4.4-ra Master: Image: - dockerImage: your-registry/core-mm:2.277.2.4-ra + dockerImage: your-registry/core-mm:2.277.4.4-ra Agents: Image: - dockerImage: your-registry/agent:2.277.2.4-ra + dockerImage: your-registry/agent:2.277.4.4-ra ``` and [install via Helm 3](https://docs.cloudbees.com/docs/cloudbees-core/latest/kubernetes-install-guide/installing-kubernetes-using-helm) using the local copy of the chart: diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 2e5f23a..10e582b 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: "cloudbees/core/agent" tags: -- "2.277.2.4-ra" +- "2.277.4.4-ra" - latest labels: org.opencontainers.image.title: "agent" @@ -9,7 +9,7 @@ labels: org.opencontainers.image.licenses: proprietary org.opencontainers.image.url: https://docs.cloudbees.com/docs/cloudbees-ci/ org.opencontainers.image.vendor: CloudBees - org.opencontainers.image.version: "2.277.2.4-ra" + org.opencontainers.image.version: "2.277.4.4-ra" mil.dso.ironbank.image.keywords: cicd mil.dso.ironbank.image.type: commercial mil.dso.ironbank.product.name: CloudBees CI @@ -18,10 +18,10 @@ args: BASE_TAG: "1.8.0" resources: - filename: files.tar - url: https://downloads.cloudbees.com/dsop-files/agent-files-90ae26796a628df8f4dbd365932b5ce78d89aebba6ed44a811289ec8b20d013b.tar + url: https://downloads.cloudbees.com/dsop-files/agent-files-f6c7c30a5fbcdc25226b7ca5411379621a8c1a2c0a4a0c5b8749bcf5b91d9516.tar validation: type: sha256 - value: "90ae26796a628df8f4dbd365932b5ce78d89aebba6ed44a811289ec8b20d013b" + value: "f6c7c30a5fbcdc25226b7ca5411379621a8c1a2c0a4a0c5b8749bcf5b91d9516" maintainers: - email: productivity-team@cloudbees.com name: CloudBees -- GitLab