Skip to content

Commit fbb009d

Browse files
committed
[r R a A] Promotion 2025-09-30 prod (#7450, PR #7459)
2 parents b6f8e4f + 9a759b1 commit fbb009d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+863
-761
lines changed

.github/ISSUE_TEMPLATE/audited_events_rule_set_review.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
name: Annual review of the rule set for audited events
2+
name: Review rule set for audited events
33
about: Issue template for annual review of the rule set for audited events
44
title: Review rule set for audited events
55
labels: -,compliance,doc,no demo,orange
66
assignees: nolunwa-ucsc,bvizzier-ucsc
7-
type: Task
7+
type: Chore
88
_start: 2025-01-10T10:00
99
_period: 1 year
1010
---

.github/ISSUE_TEMPLATE/blank.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: A New Issue
2+
name: A new blank issue
33
about: Template for new issues
44
title: ''
55
labels: orange

.github/ISSUE_TEMPLATE/fedramp_inventory_review.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
name: Review FedRAMP inventory
3-
about: Issue template for the current operator to perform a Port and Protocol review with system administrator
4-
title: Monthly inventory review
5-
labels: +,compliance,infra,no demo,operator,orange
2+
name: Monthly FedRAMP inventory review
3+
about: Issue template for the monthly creation and review of the FedRAMP cloud infrastructure inventory
4+
title: Monthly FedRAMP inventory review
5+
labels: -,compliance,infra,no demo,operator,orange
66
assignees: hannes-ucsc
7-
type: Task
7+
type: Chore
88
_repository: DataBiosphere/azul-private
99
_start: 2024-03-01T09:00
1010
_period: 1 month

.github/ISSUE_TEMPLATE/opensearch_updates.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: OpenSearch service software update
3-
about: Issue template for operator tasks to update OpenSearch instances software
4-
title: Apply Amazon OpenSearch (ES) Software Update
2+
name: Apply Amazon OpenSearch software updates
3+
about: Issue template for operator to update the service software version on all OpenSearch domains
4+
title: Apply Amazon OpenSearch software updates
55
labels: -,infra,no demo,operator,orange
6-
type: Task
6+
type: Chore
77
_start: 2024-02-26T09:00
88
_period: 14 days
99
---

.github/ISSUE_TEMPLATE/promotion.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: Promotion pull request
3-
about: Issue template for promoting changes to stable deployments
2+
name: Promotion
3+
about: Issue template for promoting changes to stable deployments on a weekly basis
44
title: Promotion
55
labels: -,infra,no demo,operator,orange
6-
type: Feature
6+
type: Chore
77
_start: 2024-02-27T09:00
88
_period: 7 days
99
---

.github/ISSUE_TEMPLATE/prune_gitlab_backups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Prune GitLab data volume backups
33
about: Issue template for the quarterly pruning of GitLab data volume snapshots
44
title: Prune GitLab data volume backups
55
labels: -,infra,operator,orange
6-
type: Task
6+
type: Chore
77
_start: 2025-04-01T09:00
88
_period: 3 months
99
---

.github/ISSUE_TEMPLATE/public_access_content_review.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
name: Review publicly accessible content
3-
about: Issue template for the system administrator to perform a review of publicly accessible content.
2+
name: Monthly review of publicly accessible content
3+
about: Issue template for the system administrator to perform a review of publicly accessible content on a monthly basis
44
title: Monthly review of publicly accessible content
55
labels: -,compliance,infra,doc,orange
66
assignees: hannes-ucsc
7-
type: Task
7+
type: Chore
88
_repository: DataBiosphere/azul-private
99
_start: 2024-08-01T09:00
1010
_period: 1 month

.github/ISSUE_TEMPLATE/upgrade.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
---
2-
name: Dependency upgrades
3-
about: Issue template for bi-weekly dependency upgrades
4-
title: Upgrade dependencies
5-
labels: orange,operator,infra,debt
6-
type: Feature
2+
name: Upgrade software dependencies
3+
about: Issue template for the bi-weekly upgrade of Azul's software dependencies
4+
title: Upgrade software dependencies
5+
labels: -,orange,operator,infra,debt
6+
type: Chore
77
_start: 2023-11-27T09:00
88
_period: 14 days
99
---
1010
- [ ] Update [PyCharm image](https://github.com/DataBiosphere/azul-docker-pycharm)
11-
- [ ] Bump [base image](https://hub.docker.com/_/debian/tags?name=bookworm) tag (only same Debian release), if possible
11+
- [ ] Bump [base image](https://hub.docker.com/_/debian/tags?name=trixie) `-slim` tag (only same Debian release), if possible
1212
- [ ] Bump upstream version, if possible
1313
- [ ] Bump internal version
1414
- [ ] Remove unused dependencies with high or critical CVEs
1515
- [ ] Push commit to GitHub (directly to `master` branch, no PR needed)
1616
- [ ] GH Action workflow succeeded
1717
- [ ] Image is available on [DockerHub](https://hub.docker.com/repository/docker/ucscgi/azul-pycharm/tags)
1818
- [ ] Update [BigQuery Emulator image](https://github.com/DataBiosphere/azul-bigquery-emulator)
19-
- [ ] Bump [base image](https://hub.docker.com/_/debian/tags?name=bookworm) tag, if possible
19+
- [ ] Bump [base image](https://hub.docker.com/_/debian/tags?name=trixie) `-slim` tag, if possible
2020
- [ ] Bump internal version
2121
- [ ] Push commit to GitHub (directly to `azul` branch, no PR needed)
2222
- [ ] GH Action workflow succeeded
2323
- [ ] Image is available on [DockerHub](https://hub.docker.com/repository/docker/ucscgi/azul-bigquery-emulator/tags)
24-
- [ ] Create Azul PR, connected to this issue, with …
24+
- [ ] Create Azul PR, linked to this issue, with …
2525
- [ ] … changes to `requirements*.txt` from open Dependabot PRs, one commit per PR
2626
- [ ] … upgrade direct Python dependencies, [reference the operator manual](https://github.com/DataBiosphere/azul/blob/develop/OPERATOR.rst#upgrade-direct-python-dependencies) for instructions <sub>or not applicable</sub>
2727
- [ ] … update to [Python](https://hub.docker.com/_/python/tags) (only patch versions) <sub>or no update available</sub>
@@ -34,8 +34,8 @@ _period: 14 days
3434
- [ ] … update to [ClamAV image](https://hub.docker.com/r/clamav/clamav/tags) <sub>or no update available</sub>
3535
- [ ] … update to [GitLab AMI](https://github.com/DataBiosphere/azul/blob/develop/OPERATOR.rst#updating-the-ami-for-gitlab-instances) <sub>or no update available</sub>
3636
- [ ] … update to [Swagger UI](https://github.com/DataBiosphere/azul/blob/develop/OPERATOR.rst#updating-the-swagger-ui) <sub>or no update available</sub>
37-
- [ ] Created tickets for any deferred updates to …
38-
- [ ]to next major or minor Python version <sub>or such ticket already exists</sub>
39-
- [ ]to next major Docker version <sub>or such ticket already exists</sub>
40-
- [ ]to next major or minor Terraform version <sub>or such ticket already exists</sub>
41-
- [ ]to next major OpenSearch version <sub>or such ticket already exists</sub>
37+
- [ ] Created issues for any deferred updates to …
38+
- [ ]the next major or minor Python version <sub>or such an issue already exists</sub>
39+
- [ ]the next major Docker version <sub>or such an issue already exists</sub>
40+
- [ ]the next major or minor Terraform version <sub>or such an issue already exists</sub>
41+
- [ ]the next major OpenSearch version <sub>or such an issue already exists</sub>

.github/ISSUE_TEMPLATE/vpn_certificate_renewals.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
name: Renew server and client VPN certificates
3-
about: Issue template for the quarterly renewals of VPN certificates
3+
about: Issue template for the quarterly renewal of all VPN certificates
44
title: Renew VPN server and client certificates
55
labels: -,infra,orange
6-
type: Task
6+
type: Chore
77
_start: 2025-08-01T09:00
88
_period: 3 months
99
---
1010

1111
- [ ] Deploy `tempdev.gitlab`
12-
- [ ] Assign this ticket to the system administrator
12+
- [ ] Assign this issue to the system administrator
1313
- [ ] Renew server certificate on `tempdev`
1414
- [ ] Renew client certificates on `tempdev`
1515
- [ ] Hibernate `tempdev`

.github/ISSUE_TEMPLATE/web_app_vulnerability_scan.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: Run the web app vulnerability scans
3-
about: Issue template for the monthly scanning and triaging of web app vulnerabilities
2+
name: Monthly web app vulnerability scans
3+
about: Issue template for the monthly scanning and triaging of web application vulnerabilities
44
title: Monthly web app vulnerability scans
5-
labels: +,compliance,infra,no demo,orange
6-
type: Task
5+
labels: -,compliance,infra,no demo,orange
6+
type: Chore
77
_repository: DataBiosphere/azul-private
88
_start: 2025-06-01T09:00
99
_period: 1 month

0 commit comments

Comments
 (0)