Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
|Code style: PEP8| |Flake8: checked| |GitHub Actions Workflow Status| |PyPI - Version| |PyPI - Python Version| |PyPI - Downloads|
.. code:: python
from openshift import dynamic from kubernetes import config from kubernetes.client import api_client
from mas.devops.ocp import createNamespace from mas.devops.tekton import installOpenShiftPipelines, updateTektonDefinitions, launchUpgradePipeline
instanceId = "mymas" pipelinesNamespace = f"mas-{instanceId}-pipelines"
dynClient = dynamic.DynamicClient( api_client.ApiClient(configuration=config.load_kube_config()) )
installOpenShiftPipelines(dynamicClient)
createNamespace(dynamicClient, pipelinesNamespace) updateTektonDefinitions(pipelinesNamespace, "/mascli/templates/ibm-mas-tekton.yaml")
pipelineURL = launchUpgradePipeline(self.dynamicClient, instanceId) print(pipelineURL)
.. |Code style: PEP8| image:: https://img.shields.io/badge/code%20style-PEP--8-blue.svg :target: https://peps.python.org/pep-0008/ .. |Flake8: checked| image:: https://img.shields.io/badge/flake8-checked-blueviolet :target: https://flake8.pycqa.org/en/latest/ .. |GitHub Actions Workflow Status| image:: https://img.shields.io/github/actions/workflow/status/ibm-mas/python-devops/python-release.yml .. |PyPI - Version| image:: https://img.shields.io/pypi/v/mas.devops :target: https://pypi.org/project/mas-devops .. |PyPI - Python Version| image:: https://img.shields.io/pypi/pyversions/mas.devops .. |PyPI - Downloads| image:: https://img.shields.io/pypi/dm/mas.devops
FAQs
Python for Maximo Application Suite Dev/Ops
We found that mas-devops demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.