diff options
Diffstat (limited to 'releases')
-rw-r--r-- | releases/kali/airship.yaml | 19 | ||||
-rw-r--r-- | releases/kali/barometer.yaml | 17 | ||||
-rw-r--r-- | releases/kali/kuberef.yaml | 17 |
3 files changed, 53 insertions, 0 deletions
diff --git a/releases/kali/airship.yaml b/releases/kali/airship.yaml new file mode 100644 index 000000000..6eb5f6ffd --- /dev/null +++ b/releases/kali/airship.yaml @@ -0,0 +1,19 @@ +# SPDX-License-Identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2020 The Linux Foundation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +--- +project: airship +project-type: installer +release-model: stable + +branches: + - name: stable/kali + location: + airship: 88723e1bb827b0efa57f47cb12d0ff1c1fe7802c + +release-notes: http://docs.opnfv.org/en/stable-kali/submodules/airship/docs/release/release-notes/release-notes.html diff --git a/releases/kali/barometer.yaml b/releases/kali/barometer.yaml new file mode 100644 index 000000000..a916ce16a --- /dev/null +++ b/releases/kali/barometer.yaml @@ -0,0 +1,17 @@ +# SPDX-License-Identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2021 The Linux Foundation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +--- +project: barometer +project-type: feature +release-model: stable + +branches: + - name: stable/kali + location: + barometer: 08fd79b551dde788da6974705df9c9d3e8de01d5 diff --git a/releases/kali/kuberef.yaml b/releases/kali/kuberef.yaml new file mode 100644 index 000000000..e4c826e85 --- /dev/null +++ b/releases/kali/kuberef.yaml @@ -0,0 +1,17 @@ +# SPDX-License-Identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2020 The Linux Foundation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +--- +project: kuberef +project-type: installer +release-model: stable + +branches: + - name: stable/kali + location: + kuberef: e917625c424d33e892fa253cdd02da926b843325 |