Skip to content

Commit 12b7cd3

Browse files
committed
Update doc + Add release notes for upcoming v1.0.0
1 parent fbea5f5 commit 12b7cd3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ you to watch for new releases and fetch them.
88
[artfiles_mirror]: http://artfiles.org/openssl.org/source/
99

1010

11-
## Deploying to Concourse
11+
## Using in a Concourse pipeline
1212

1313
You can use the Docker image by defining a [resource type][resource_types] in
1414
your pipeline YAML definition.
@@ -62,6 +62,8 @@ Also creates files:
6262

6363
* `version` file with the current version
6464
* `family` file with the version family
65+
* `sha256` file with the SHA256 checksum from OpenSSL site (already verified at
66+
download by this resource)
6567

6668
### `out`: Not implemented
6769

ci/release_notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
### Features
2+
3+
- Checks for OpenSSL source code tarballs within a given version family
4+
- Can find old versions in a given version family
5+
- Verifies SHA256 checksum
6+
- Provides the tarball, plus `version`, `family`, and `sha256` files.

0 commit comments

Comments
 (0)