Skip to content

Commit bb4de2c

Browse files
authored
Merge pull request #2540 from conda-forge/2025-06-11-meeting-notes
Add meeting notes 2025-06-11
2 parents 36c27b7 + d285c3a commit bb4de2c

File tree

2 files changed

+60
-2
lines changed

2 files changed

+60
-2
lines changed

.github/workflows/meeting-notes.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions:
2424
jobs:
2525
create:
2626
if: github.event_name != 'pull_request'
27-
uses: Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/create-meeting-notes-pr.yml@caec6b839f3dc5f8a534520e32100622325d752e # @main
27+
uses: Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/create-meeting-notes-pr.yml@ea8656941b46e915d2727b11072cd45d8b3aaffc # @main
2828
with:
2929
date: ${{ inputs.date || 'now' }}
3030
template_path: misc/DEV_MEETING_TEMPLATE.md
@@ -39,8 +39,9 @@ jobs:
3939
HACKMD_TOKEN: ${{ secrets.HACKMD_TOKEN }}
4040
sync:
4141
if: github.event.label.name == 'sync-hackmd-notes'
42-
uses: Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/sync-meeting-notes-pr.yml@caec6b839f3dc5f8a534520e32100622325d752e # pin@main
42+
uses: Quansight-Labs/hackmd-meeting-notes-action/.github/workflows/sync-meeting-notes-pr.yml@ea8656941b46e915d2727b11072cd45d8b3aaffc # pin@main
4343
with:
4444
pr_number: ${{ github.event.number }}
45+
hackmd_team: conda-forge
4546
secrets:
4647
HACKMD_TOKEN: ${{ secrets.HACKMD_TOKEN }}

community/minutes/2025-06-11.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
tags: [meeting-notes]
3+
title: '2025-06-11'
4+
---
5+
# conda-forge core meeting 2025-06-11
6+
7+
Add new agenda items under the `Your __new__() agenda items` heading
8+
9+
- [Zoom link](https://zoom.us/j/9138593505?pwd=SWh3dE1IK05LV01Qa0FJZ1ZpMzJLZz09)
10+
- [What time is the meeting in my time zone](https://dateful.com/convert/utc?t=5pm)
11+
- [Previous meetings](https://conda-forge.org/community/minutes/)
12+
13+
## Attendees
14+
15+
| Name | Initials | GitHub ID | Affiliation |
16+
| ----------------------- | -------- | --------------- | --------------------------- |
17+
| Jannis Leidel | JL | jezdez | Anaconda |
18+
| Uwe Korn | UK | xhochy | QuantCo |
19+
| Lilly Winfree | LW | lwinfree | Anaconda |
20+
| Marius van Niekerk | MvN | mariusvniekerk | InMarket |
21+
| Dasha Gurova | DG | dashagurova | Anaconda |
22+
| Jaime Rodríguez-Guerra | JRG | jaimergp | Quansight/cf |
23+
| | | | |
24+
| | | | |
25+
| | | | |
26+
27+
X people total
28+
29+
### Standing items
30+
31+
- [x] LW: Introduction, PM on anaconda.org
32+
- Getting feedback from conda(-forge) people about features
33+
- Ping Lilly if you want to talk (or if you have issues) on Zulip or email [email protected]
34+
- Will be publishing a public roadmap soon. Teasers: we're working on sharded repodata support, making the download/usage metrics accurate, fixing the API docs, creating a new + improved browse experience on the UI. Looking into OCI - Lilly wants to talk to more people to hear ideas.
35+
- [x] UK: Update on supply chain security efforts
36+
- plan to do C(F)EPs on SBOMs, cargo-auditable, and a PR to syft to support conda metadata
37+
- Seth Larson may help us setup a CVE-numbering authority
38+
39+
### From previous meeting(s)
40+
41+
- [ ]
42+
43+
### Active votes
44+
45+
- [ ]
46+
47+
### Your __new__() agenda items
48+
49+
- [ ]
50+
51+
### Pushed to next meeting
52+
53+
- [ ]
54+
55+
### CFEPs
56+
57+
- [ ]

0 commit comments

Comments
 (0)