Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into conformance-1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Nov 23, 2023
2 parents b0b7f36 + 1252f41 commit 20d1b2a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: Build & Tests
on: [push, pull_request]

jobs:
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v0.16.0] - 2023-11-23

### Changes

- Updated dependencies and python up to 3.10 (PR #161)
- New builds using github actions (PR #161)
- Updated badge for build status

## [v0.15.0] - 2023-06-19

### Fixes
Expand Down Expand Up @@ -66,6 +74,12 @@ cwltool upgraded to current version 3.0 + all requirements
### Added
- Uses tenacity to retry Kubernetes API calls, designed for managed offerings where API may become unavailable during upgrades #102

[Unreleased]: <https://github.com/Duke-GCB/calrissian/compare/master...dev>
[Unreleased]: <https://github.com/Duke-GCB/calrissian/compare/master...0.16.0>
[v0.16.0]: <https://github.com/Duke-GCB/calrissian/compare/0.15.0...0.16.0>
[v0.15.0]: <https://github.com/Duke-GCB/calrissian/compare/0.14.0...0.15.0>
[v0.14.0]: <https://github.com/Duke-GCB/calrissian/compare/0.13.0...0.14.0>
[v0.13.0]: <https://github.com/Duke-GCB/calrissian/compare/0.12.0...0.13.0>
[v0.12.0]: <https://github.com/Duke-GCB/calrissian/compare/0.11.0...0.12.0>
[v0.11.0]: <https://github.com/Duke-GCB/calrissian/compare/0.10.0...0.11.0>
[v0.10.0]: <https://github.com/Duke-GCB/calrissian/compare/0.9.0...0.10.0>
[v0.9.0]: <https://github.com/Duke-GCB/calrissian/compare/0.8.0...0.9.0>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CWL on Kubernetes

[![CircleCI](https://circleci.com/gh/Duke-GCB/calrissian.svg?style=svg)](https://circleci.com/gh/Duke-GCB/calrissian)
![Build Workflow](https://github.com/Duke-GCB/calrissian/actions/workflows/build.yaml/badge.svg)

## Overview

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# version checking derived from https://github.com/levlaz/circleci.py/blob/master/setup.py
from setuptools.command.install import install

VERSION = '0.15.0'
VERSION = '0.16.0'
TAG_ENV_VAR = 'GITHUB_REF_NAME'

with open("README.md", "r") as fh:
Expand Down

0 comments on commit 20d1b2a

Please sign in to comment.