-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2621 from jracusin/oct2024-announce
news item for oct18 outage and schema v4.2.0
- Loading branch information
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,26 @@ import { Anchor } from '~/components/Anchor' | |
|
||
## 2024 | ||
|
||
<CollectionItem | ||
className="maxw-none" | ||
variantComponent={ | ||
<CollectionCalendarDate datetime={'October 15, 2024'} /> | ||
} | ||
> | ||
<CollectionHeading headingLevel="h3"> | ||
<Anchor>GCN Classic Outage and Schema Release v4.2.0</Anchor> | ||
</CollectionHeading> | ||
<CollectionDescription> | ||
- Due to planned network maintenance at GSFC, the connections to GCN Classic will have intermittent loss of network connectivity on Friday, October 18 from 7 pm ET (23:00 UTC) until 11 pm ET (3:00 UTC October 19). This affects the following GCN services: | ||
- GCN Classic Notices distribution via socket, VOEvent, and email | ||
- GCN Classic Notices web site archive | ||
- GCN Classic-to-Kafka connection and distribution of Notices via Kafka and email, however JSON-format Notices distrbution via GCN Kafka will be unaffected | ||
- Forwarding of GCN Circulars submitted to [email protected], however submission to [email protected] and the [web form](/circulars) will be unaffected. | ||
- **Schema v4.2.0** includes the following update: | ||
- `id` property (from the Event core schema) added to [IceCube lvk_nu_track_search notices](https://gcn.nasa.gov/docs/schema/v4.2.0/gcn/notices/icecube/lvk_nu_track_search.schema.json). | ||
</CollectionDescription> | ||
</CollectionItem> | ||
|
||
<CollectionItem | ||
className="maxw-none" | ||
variantComponent={ | ||
|