Skip to content

Commit

Permalink
Merge pull request #454 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release v0.9.4
  • Loading branch information
jtherrmann authored Jun 6, 2024
2 parents 1d56056 + d88f141 commit 1ea2b6d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.4]

### Changed
* Revised the Requesting Access page to reflect that a release date has not yet been set and removed the page from the navigation menu.
* Disabled the site banner now that we are postponing the Requesting Access announcement.

## [0.9.3]

### Changed
Expand Down
4 changes: 2 additions & 2 deletions docs/using/requesting_access.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Requesting Access

<!-- TODO TOOL-2787: update this language after the feature has been released -->
Starting on **June 17, 2024**, new users will be required to request access
Starting on **TODO: date**, new users will be required to request access
before submitting jobs for On Demand processing using the HyP3 platform.
HyP3 accounts are limited to one per person.
If you have used HyP3 for On Demand processing in the past, you will be able to continue using our service without requesting access.
Expand All @@ -24,7 +24,7 @@ Once your access request has been approved, you can submit jobs for On Demand pr
<!-- TODO TOOL-2787: uncomment this block: -->
<!-- !!! tip "Existing HyP3 users do not need to request access"
Existing On Demand users (i.e. users who signed up before June 17, 2024) do *not* need to undergo this process.
Existing On Demand users (i.e. users who signed up before TODO: date) do *not* need to undergo this process.
If you are no longer able to process On Demand jobs and you believe you should still have access, you can either
submit an access request or email [[email protected]](mailto:[email protected] "[email protected]") for more information.
-->
Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ nav:
- Home: index.md
- Using HyP3:
- using.md
- Requesting Access: using/requesting_access.md
# TODO TOOL-2787: uncomment this line:
#- Requesting Access: using/requesting_access.md
- Vertex: using/vertex.md
- SDK:
- using/sdk.md
Expand Down
4 changes: 3 additions & 1 deletion overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{% extends "partials/main.html" %}

{# TODO: uncomment when ready to announce
{% block announce %}
<div id="announcement-content">
⚠️ New users will be required to request access to HyP3 starting on June 17.<br />
⚠️ New users will be required to request access to HyP3 starting on TODO: date.<br />
<a class="announcement-link" href="/using/requesting_access">Read the full announcement.</a>
</div>
{% endblock %}
#}

0 comments on commit 1ea2b6d

Please sign in to comment.