Bump the Arvados package version to 1.3.0, which is the latest stable release.
[arvados-k8s.git] / README.md
1 [comment]: # (Copyright © The Arvados Authors. All rights reserved.)
2 [comment]: # ()
3 [comment]: # (SPDX-License-Identifier: CC-BY-SA-3.0)
4
5 [Arvados](https://arvados.org) is a free software distributed computing platform
6 for bioinformatics, data science, and high throughput analysis of massive data
7 sets. Arvados supports a variety of cloud, cluster and HPC environments.
8
9 ## Arvados on Kubernetes
10
11 This repository contains a Helm chart for Arvados.
12
13 Documentation can be found at [http://doc.arvados.org/install/arvados-on-kubernetes.html](http://doc.arvados.org/install/arvados-on-kubernetes.html)
14
15 ## Community
16
17 The [#arvados](irc://irc.oftc.net:6667/#arvados) IRC (Internet Relay Chat)
18 channel at the
19 [Open and Free Technology Community (irc.oftc.net)](http://www.oftc.net/oftc/)
20 is available for live discussion and support.  You can use a traditional IRC
21 client or [join OFTC over the web.](https://webchat.oftc.net/?channels=arvados)
22
23 The
24 [Arvados user mailing list](http://lists.arvados.org/mailman/listinfo/arvados)
25 is a forum for general discussion, questions, and news about Arvados
26 development.  The
27 [Arvados developer mailing list](http://lists.arvados.org/mailman/listinfo/arvados-dev)
28 is a forum for more technical discussion, intended for developers and
29 contributors to Arvados.
30
31 ## Development
32
33 [![Build Status](https://ci.curoverse.com/buildStatus/icon?job=run-tests)](https://ci.curoverse.com/job/run-tests/)
34 [![Go Report Card](https://goreportcard.com/badge/github.com/curoverse/arvados)](https://goreportcard.com/report/github.com/curoverse/arvados)
35
36 The Arvados public bug tracker is located at https://dev.arvados.org/projects/arvados/issues
37
38 Continuous integration is hosted at https://ci.curoverse.com/
39
40 Instructions for setting up a development environment and working on specific
41 components can be found on the
42 ["Hacking Arvados" page of the Arvados wiki](https://dev.arvados.org/projects/arvados/wiki/Hacking).
43
44 ## Contributing
45
46 When making a pull request, please ensure *every git commit message* includes a one-line [Developer Certificate of Origin](https://dev.arvados.org/projects/arvados/wiki/Developer_Certificate_Of_Origin). If you have already made commits without it, fix them with `git commit --amend` or `git rebase`.
47
48 ## Licensing
49
50 Arvados is Free Software. See COPYING for information about Arvados Free
51 Software licenses.