BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//CD Foundation - ECPv6.15.17.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:CD Foundation
X-ORIGINAL-URL:https://cd.foundation
X-WR-CALDESC:Events for CD Foundation
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/New_York
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20210314T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20211107T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20220313T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20221106T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20230312T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20231105T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20240310T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20241103T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20250309T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20251102T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20260308T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20261101T060000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;VALUE=DATE:20250925
DTEND;VALUE=DATE:20250926
DTSTAMP:20260403T215656
CREATED:20250905T161019Z
LAST-MODIFIED:20250924T145713Z
UID:16229-1758758400-1758844799@cd.foundation
SUMMARY:DevOps Experience: DevOps Goes Native
DESCRIPTION:Don’t miss the two talks from our community members \n\nDevOps and SSFD – Allies for Security of Opposing Forces? by Tracy Ragan\nBuilding the Future: A Tool-Agnostic DevOps Experience by Dadisi Sanyika\n\nAbout the event\nNow in its eighth year\, DevOps Experience returns on September 25\, 2025\, to celebrate eight years of transformation\, innovation\, and community. This year’s theme\, “DevOps Goes Native\,” highlights DevOps’ essential role in the rise of cloud native\, NativeDev\, AI NativeDev\, and platform engineering—marking both a return to DevOps’ foundational principles and a look forward to its next evolution. \nEvent details
URL:https://cd.foundation/event/devops-goes-native/
LOCATION:Virtual
CATEGORIES:Community
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2025/09/DevOpsNative-Dadisi-Sanyika.png
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20250903
DTEND;VALUE=DATE:20250904
DTSTAMP:20260403T215656
CREATED:20250819T115740Z
LAST-MODIFIED:20250819T160919Z
UID:15547-1756857600-1756943999@cd.foundation
SUMMARY:Jenkins GSoC 2025: Project Final Status & Demos
DESCRIPTION:Google Summer of Code (GSoC) is a global\, online initiative that helps bring new contributors into the world of open source software. Over a period of 12+ weeks\, GSoC participants collaborate with open source organizations\, working on real-world projects under the guidance of experienced mentors. \nAs we approach the completion of GSoC 2025\, our contributors has been hard at work advancing a variety of exciting Jenkins projects. Join this session to hear them share their final progress\, key learnings\, and accomplishments: \n\nAI-Powered Chatbot for Quick Access to Jenkins Resources – Giovanni Vaccarino\nDomain-specific LLM Based on Actual Jenkins Usage Using ci.jenkins.io data – Chirag Gupta\nImproving Tekton Client Plugin for Jenkins – Maeve Ho\nImproving Plugin Modernizer – Raunak Madan\nComplete Build Retooling of Jenkins.io – Birajit Saikia\n\nMore details
URL:https://cd.foundation/event/jenkins-gsoc-2025-final/
LOCATION:Virtual
CATEGORIES:Jenkins
ATTACH;FMTTYPE=image/jpeg:https://cd.foundation/wp-content/uploads/sites/35/2025/08/jenkins-gsoc-2025.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20250828T120000
DTEND;TZID=America/New_York:20250828T130000
DTSTAMP:20260403T215656
CREATED:20250819T120614Z
LAST-MODIFIED:20250819T120658Z
UID:15550-1756382400-1756386000@cd.foundation
SUMMARY:Workshop | DevOps for Data: Delivering and Orchestrating Apache Spark on Containers
DESCRIPTION:Data teams ship critical workloads\, but Spark jobs often live outside the DevOps/CI/CD guardrails. This session shows how to bring Continuous Delivery discipline to Apache Spark on container-orchestrated platforms (with Kubernetes as a concrete example). We’ll cover how to package Spark apps as immutable artifacts\, add automated quality gates (code\, dependency\, and data tests)\, and promote jobs through environments using pipeline-as-code. \nWe will discuss the end-to-end flow: commit → CI build → artifact + test → CD submit to a local container orchestrator → run/observe/roll back. We’ll close with a production checklist for platform teams (multi-tenant quotas\, secrets\, cost controls\, and supply-chain security) and share a template repo you can adapt. If you’re a DevOps\, platform\, or data engineer looking to make Spark delivery as robust as your apps and services\, this is your fast on-ramp. \nKey Takeaways: \n\nCD blueprint for Spark: From commit → artifact (image/jar/wheel) → automated checks → environment promotion → safe rollouts (Jobs/CronJobs/SparkApplication) with rollback strategies.\nQuality gates for code and data: Unit + integration tests\, schema/contract checks\, lightweight data validations; include dependency scanning\, SBOM\, and signatures.\nCDEvents for orchestration: Event-driven pipelines and notifications across CI\, registry\, and runtime; traceability from build to execution.\nPlatform guardrails: Namespaces & quotas\, secrets management\, cost controls\, multi-tenancy patterns\, and operational SLOs for batch jobs.\n\nRSVP for free
URL:https://cd.foundation/event/workshop-devops-for-data-delivering-and-orchestrating-apache-spark-on-containers/
LOCATION:Virtual
CATEGORIES:Continuous Delivery Foundation
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2025/08/CDF-Workshops-Spark-Kubernetes.png
ORGANIZER;CN="Continuous Delivery Foundation":MAILTO:info@cd.foundation
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20250723T113000
DTEND;TZID=America/New_York:20250723T123000
DTSTAMP:20260403T215656
CREATED:20250715T133754Z
LAST-MODIFIED:20250715T133754Z
UID:15390-1753270200-1753273800@cd.foundation
SUMMARY:Jenkins Google Summer of Code 2025 Project Midterm Status & Demos
DESCRIPTION:Google Summer of Code (GSoC) is a global\, online program focused on bringing new contributors into open source software development. GSoC Contributors work with an open source organization on a 12+ week programming project under the guidance of mentors. \n2025 GSoC Contributors have been working hard to improve the following projects. Join them on this call as they present their progress\, lessons learned and achievements \nEvent details
URL:https://cd.foundation/event/jenkins-google-summer-of-code-2025-project-midterm-status-demos/
LOCATION:Virtual
CATEGORIES:Jenkins
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20250716T110000
DTEND;TZID=America/New_York:20250716T120000
DTSTAMP:20260403T215656
CREATED:20250715T133155Z
LAST-MODIFIED:20250715T133155Z
UID:15384-1752663600-1752667200@cd.foundation
SUMMARY:Refreshed Jenkins Design in 2.516.1
DESCRIPTION:Jenkins Live Stream \nRefreshed Jenkins Design in 2.516.1\nJuly 16 | 3 PM UTC \nEvent details
URL:https://cd.foundation/event/refreshed-jenkins-design-in-2-516-1/
LOCATION:Virtual
CATEGORIES:Jenkins
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2025/07/Jenkins-Card-2-scaled.png
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20250516
DTEND;VALUE=DATE:20250517
DTSTAMP:20260403T215656
CREATED:20250306T104737Z
LAST-MODIFIED:20250415T145310Z
UID:14834-1747353600-1747439999@cd.foundation
SUMMARY:SecureChainCon 2025
DESCRIPTION:Welcome to SecureChainCon\, the premier online micro-conference for DevOps and Security professionals\, proudly hosted by the Ortelius open source community! \nView Speaker Line-up \nGet ready for a half-day of engaging sessions\, hands-on workshops\, and invaluable learning experiences designed to keep you ahead in the fast-paced world of software security and DevOps automation. Our lineup of expert speakers from top organizations will share their insights\, best practices\, and real-world case studies on seamlessly integrating security into DevOps workflows. \nFrom secure coding practices and container security to supply chain management and threat modeling\, our sessions cover a broad spectrum of topics tailored to DevSecOps professionals at all levels. Whether you’re a seasoned expert or just starting your DevSecOps journey\, there’s something for you at SecureChainCon. \nJoin us on May 16 for this dynamic online knowledge exchange and take your DevSecOps skills to the next level! \nWho should attend: \n\nDevOps Engineers\nCISO\nSecurity Engineers\nPlatform Engineers\nSREs\n\nKey Takeaways/Why attend this one: \n\nSecurity in the DevOps Pipeline Discover the critical role of integrating security tooling within the DevOps pipeline to proactively identify and remediate vulnerabilities from code to cloud.\nVulnerability Management Master strategies for controlling vulnerabilities\, including SAST\, DAST\, SBOMs\, and continuous vulnerability scanning. Learn how to automate compliance checks and policy enforcement to enhance efficiency and consistency.\nCulture of Collaboration Understand the importance of fostering a culture of shared responsibility between development\, operations\, and security teams to successfully implement DevSecOps best practices.\nThreat Intelligence & Risk Management Explore how to leverage threat intelligence and risk management frameworks to prioritize security efforts\, allocate resources effectively\, and mitigate emerging threats before they escalate.\n\nRegister for free
URL:https://cd.foundation/event/securechaincon-2025/
LOCATION:Virtual
CATEGORIES:Community,Ortelius
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2025/03/CallforPapersBanner-2025.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20250422T110000
DTEND;TZID=America/New_York:20250422T120000
DTSTAMP:20260403T215656
CREATED:20250325T180900Z
LAST-MODIFIED:20250325T181005Z
UID:14988-1745319600-1745323200@cd.foundation
SUMMARY:Secrets Unveiled - How Employers Find (and Hire) Top Talent
DESCRIPTION:This panel discussion brings together two experienced technical recruiters who will share insights into how they leverage LinkedIn to identify and connect with top talent. They will reveal the strategies they use to search for candidates\, what makes a profile stand out\, and the common red flags they encounter. For job seekers\, the panelists will provide practical tips on networking effectively\, the importance of LinkedIn\, and applying for jobs in a way that captures recruiters’ attention. They will also discuss the do’s and don’ts of job applications\, including how to navigate applicant tracking systems (ATS) and tailor applications for maximum visibility. This interactive session will give attendees actionable advice to enhance their job search or recruitment process\, bridging the gap between hiring managers and candidates in the digital age. \nSpeaker: Erin Lovern and Buffi Gresh \nRegister here 
URL:https://cd.foundation/event/secrets-unveiled/
LOCATION:Virtual
CATEGORIES:Community,Ortelius
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2025/03/Job-Seekers-Webinar-Ortelius-Part-2.png
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20250422
DTEND;VALUE=DATE:20250423
DTSTAMP:20260403T215656
CREATED:20250402T144852Z
LAST-MODIFIED:20250402T144852Z
UID:15049-1745280000-1745366399@cd.foundation
SUMMARY:Scaling Feature Flags: Top 5 Steps to Mastering Feature Management
DESCRIPTION:As feature flagging becomes integral to modern software development\, many organizations find themselves at a crossroads with their homegrown systems. This webinar explores advanced feature management strategies and best practices for engineering teams and AppDev managers looking to scale their existing feature flag infrastructure. \nJoin the webinar to understand: \n\nThe current state of FM&E in the market\nSignals for where homegrown scalability issues are likely to emerge\nBenefits of trunk-based development\nHow to decouple release from deploy\nReduce context switching by managing flag changes from Git/IDE\nBenefits of having FM included in a unified DevOps platform\nA/B Testing\n\nBy the end of this session\, you’ll see the value in offloading FM to a commercial solution. Developers will recognize clear productivity benefits by making flag changes directly in Git while enabling product owners to take charge of managing experiments. \nTwo Sessions to Fit Your Time Zone\nThis webinar will be offered at two different times to support attendees across various regions: \n\n9am EDT | 3pm CEST\n3pm PDT | 9am AEDT (+1)\n\nChoose the session that works best for you and join us to explore advanced feature management strategies. \nRegister here
URL:https://cd.foundation/event/scaling-feature-flags-top-5-steps-to-mastering-feature-management/
LOCATION:Virtual
CATEGORIES:Member
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2025/04/Feature-Flags-CloudBees.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20250327T130000
DTEND;TZID=America/New_York:20250327T140000
DTSTAMP:20260403T215656
CREATED:20250314T171318Z
LAST-MODIFIED:20250314T171318Z
UID:14914-1743080400-1743084000@cd.foundation
SUMMARY:Workshop: Fundamentals of DataOps
DESCRIPTION:Join our next Continuous Delivery Workshop on the Fundamentals of DataOps \nDate: March 27\, 2025\nTime: 6 pm CET/10 am PT \nIt’s virtual and free to attend. \nRegister here \nAbstract\nWhile building pipeline after pipeline- we might wonder\, what comes next? Automation and Data Quality\, of course! Organizations today are facing complex challenges in the end-to-end deployment of data applications\, from initial development to operational maintenance. \nThis process requires seamless integration of CI/CD practices\, containerization\, data infrastructure\, MLOps\, and security measures. This session discusses strategies and a complete beginner’s roadmap for groups trying to implement their own DataOps infrastructures from scratch by empowering developers\, architects\, and decision-makers to effectively leverage open-source tools and frameworks for streamlined\, secure\, and scalable ML application deployments. \nSpeaker: Lisa N. Cao\, Datastrato
URL:https://cd.foundation/event/workshop-fundamentals-of-dataops/
LOCATION:Virtual
CATEGORIES:Continuous Delivery Foundation
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2025/03/CDF-Workshops-DataOps-640x360-1.png
ORGANIZER;CN="Continuous Delivery Foundation":MAILTO:info@cd.foundation
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20250305T110000
DTEND;TZID=America/New_York:20250305T120000
DTSTAMP:20260403T215656
CREATED:20250128T161107Z
LAST-MODIFIED:20250129T154308Z
UID:14767-1741172400-1741176000@cd.foundation
SUMMARY:Job Seekers Webinar Series | Crafting Your Career Narrative: Building a Personal Brand That Gets Notice
DESCRIPTION:In today’s competitive job market\, your personal brand and career story can make all the difference in standing out to recruiters and decision-makers. Join us for an insightful webinar with Darrin Straff\, an experienced headhunter who will share strategies for crafting a compelling career narrative. Learn how to highlight your unique skills\, showcase your achievements\, and position yourself as the ideal candidate. Discover the secrets to telling your story in a way that resonates with employers and sets you apart in your industry. Whether you’re actively job-seeking or preparing for future opportunities\, this session will equip you with the insights to build a personal brand that gets attention. \nSpeaker: Darrin Straff \nRegister here (free)
URL:https://cd.foundation/event/job-seekers-webinar-series-crafting-your-career-narrative-building-a-personal-brand-that-gets-notice/
LOCATION:Virtual
CATEGORIES:Ortelius
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2025/01/Job-Seekers-Webinar-Ortelius-Darrin.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20241211T103000
DTEND;TZID=America/New_York:20241211T133000
DTSTAMP:20260403T215656
CREATED:20241112T142443Z
LAST-MODIFIED:20241112T142443Z
UID:14479-1733913000-1733923800@cd.foundation
SUMMARY:Ortelius Holiday Gathering
DESCRIPTION:Join the Ortelius Open-Source Project for Their Annual Committer Celebration. \nWhy You Should Attend: \n\nLearn how to gather SBOM data via the CI/CD Pipeline.\nSee how Ortelius leverages SBOM data to expose newly reported vulnerabilities across your Software Supply Chain.\n\nSchedule \n8:30-9:30 Beer and Donuts \nCelebrate the dedicated committers that make up the Ortelius Family. Awards will be given to top Ambassadors\, Champions and Legends. \n9:45 – 11:30 Uncovering Code-Level Vulnerabilities: Strengthening Your CI/CD Pipeline for Continuous Vulnerability Management \nTake a tutorial that walks you through how to manage vulnerabilities in real-time with Ortelius\, and see how Ortelius serves as a single dashboard for security reporting\, including OpenSSF Scorecard metrics. The team will then give a demo on how to integrate security tooling into your CI/CD pipeline using the Ortelius command line interface. It is time to start generating and consuming SBOM data as part of the DevOps pipeline. Ortelius makes it easy. \nRegister here
URL:https://cd.foundation/event/ortelius-holiday-gathering/
LOCATION:Virtual
CATEGORIES:Ortelius
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2024/11/Ortelius-2024-HolidayPartybanner.png
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20241120
DTEND;VALUE=DATE:20241122
DTSTAMP:20260403T215656
CREATED:20241010T130047Z
LAST-MODIFIED:20241010T130224Z
UID:14354-1732060800-1732233599@cd.foundation
SUMMARY:SHIPPED24
DESCRIPTION:SHIPPED is a virtual event hosted by Octopus Deploy. Join for the latest insights on Continuous Delivery\, Kubernetes\, GitOps\, and lots more. \nNovember 20-21 2024\nFree registration \nEvent details
URL:https://cd.foundation/event/shipped24/
LOCATION:Virtual
CATEGORIES:Member
ATTACH;FMTTYPE=image/jpeg:https://cd.foundation/wp-content/uploads/sites/35/2024/10/shipped24-1200-628px.jpeg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20241016T120000
DTEND;TZID=America/New_York:20241016T130000
DTSTAMP:20260403T215656
CREATED:20240826T154510Z
LAST-MODIFIED:20240826T154510Z
UID:14254-1729080000-1729083600@cd.foundation
SUMMARY:Workshop: Strategizing Continuous Delivery for Engineering Leaders
DESCRIPTION:Attend our upcoming Continuous Delivery workshop. All details: https://cd.foundation/workshops/ \nSpeakers: Garima Bajpai\, Canada DevOps Community of Practice\, and Paweł Piwosz\, Tameshi
URL:https://cd.foundation/event/workshop-strategizing-continuous-delivery-for-engineering-leaders/
LOCATION:Virtual
CATEGORIES:Continuous Delivery Foundation
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2024/08/Workshops-Garima-and-Pawel.png
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20240917
DTEND;VALUE=DATE:20240918
DTSTAMP:20260403T215656
CREATED:20240815T162300Z
LAST-MODIFIED:20240905T160648Z
UID:14209-1726531200-1726617599@cd.foundation
SUMMARY:DevOps World 2024 (Virtual)
DESCRIPTION:The DevSecOps Conference for Developers\, by Developers \nJoin us on September 17\, 2024\, for an unforgettable event where DevOps leaders and professionals from around the world will gather to explore and shape the industry’s future. This year marks an extraordinary milestone—20 Years of Jenkins! Get ready to celebrate this vibrant community\, witness groundbreaking innovations\, and hear exciting announcements that will define the next era of DevOps. Don’t miss out on this opportunity to be part of history and drive the future forward. \nEvent Details \nRegistration is free!
URL:https://cd.foundation/event/devops-world-2024-virtual/
LOCATION:Virtual
CATEGORIES:Jenkins
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2024/08/2024-DW-Announcement-1200x628-LinkedIn.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20240524T063000
DTEND;TZID=America/New_York:20240524T100000
DTSTAMP:20260403T215656
CREATED:20240307T181645Z
LAST-MODIFIED:20240307T181858Z
UID:13513-1716532200-1716544800@cd.foundation
SUMMARY:SecureChainCon
DESCRIPTION:Welcome to SecureChainCon\, the ultimate online conference designed to foster knowledge sharing\, and explore the challenges of implementing software supply chain security practices into fragmented\, decoupled architectures. \nLearn more: https://ortelius.io/blog/2024/02/26/securechaincon-2024/  \nCall for Papers\n\nCFP is open until March 25.\n\nEveryone is welcome to submit talks for SecureChainCon. Tracks include: \n\nUse Cases on Open-Source Security Tools and the DevOps Pipeline\nThreat Modeling and data generation from the DevSecOps Pipeline\nUnderstand the Blockers\, Drivers\, and Solutions for making the software supply chain more secure\nCompliance and Governance Tools and KPIs\n\nFirst-time presenters are encouraged to submit talks.
URL:https://cd.foundation/event/securechaincon/
LOCATION:Virtual
CATEGORIES:Ortelius
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2024/03/Social-Networking-Tile.png
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20231209
DTEND;VALUE=DATE:20231210
DTSTAMP:20260403T215656
CREATED:20231127T163455Z
LAST-MODIFIED:20231127T163544Z
UID:13100-1702080000-1702166399@cd.foundation
SUMMARY:Ortelius Holiday Gathering 2023
DESCRIPTION:Celebrating our Amazing Community of Committers\nOn December 9\, 2023 the Ortelius community will host their 2nd ‘Holiday Gathering’ to celebrate the community committers of Ortelius. The celebration with start with Beer and Donuts hosted on Zoom\, followed by lightning talks and games\, hosted on the Ortelius Twitch channel. \n\nJoin the Ortelius Development Google Group to be given access to the Zoom invite for Beer and Donuts.\nVisit the Ortelius Twitch Channel to participate in games and hear Lightning talks\n\nAgenda: \n\n9:00 – 9:30 Beer and Donuts – Award Recognition for top performers in Outreach and Architecture\n9:45 – 11:00 Twitch Games and Lightning talks. (Presenter TBA)\n\nCall for lightining talks is now open. If you are interested\, please send an email to tracyragan@deployhub.com with your topic proposal. \nSuggestions for Lightning talks include: \n\nAggregating SBOM data to the “logical application”\nOrtelius’s Central Evidence Store and ML Workflows\nUsing Pulami to install Ortelius and Emporous\nA Universal Object Repository – why it is important\nWhy Open-Source Projects are Important for Shared Learning\nA review of Ortelius in 2023\nWhat is on the 2024 Ortelius Roadmap\nWhat is on the 2024 Emporous Roadmap\n\nWe look forward to hearing your lightning talks. Remember\, everyone is welcome to participate. The Holiday gathering is a great way to do your first presentation\, so be brave\, submit a talk. Your voice is important. The Ortelius team will use your lightning talk for social media post through 2024.
URL:https://cd.foundation/event/ortelius-holiday-gathering-2023/
LOCATION:Virtual
CATEGORIES:Ortelius
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2023/11/ortelius-holiday-gathering-1200x628-1.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20230622T110000
DTEND;TZID=America/New_York:20230622T121500
DTSTAMP:20260403T215656
CREATED:20230619T160906Z
LAST-MODIFIED:20230619T161118Z
UID:11905-1687431600-1687436100@cd.foundation
SUMMARY:CDF Workshop: Securing your CI/CD Pipeline from Code to Deployment
DESCRIPTION:We’re happy to announce the first Continuous Delivery Workshop! This one will help you secure your pipeline from one end to the other. The workshop format is the perfect learning environment. There won’t be any judgment and you’ll get to ask your questions live! \nWhen: June 22\, 2023\nTime: 8 am PST (Compare to your timezone) \nRegister free \nMore details
URL:https://cd.foundation/event/cdf-workshop-securing-your-ci-cd-pipeline-from-code-to-deployment/
LOCATION:Virtual
CATEGORIES:Continuous Delivery Foundation
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2023/06/Workshops-Securing-CICD-with-date.png
ORGANIZER;CN="Continuous Delivery Foundation":MAILTO:info@cd.foundation
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20230621T130000
DTEND;TZID=America/New_York:20230621T140000
DTSTAMP:20260403T215656
CREATED:20230602T155602Z
LAST-MODIFIED:20230602T160209Z
UID:11817-1687352400-1687356000@cd.foundation
SUMMARY:CDF Virtual Meetup: Why Kubernetes Applications Require a New Approach to Testing
DESCRIPTION:Testing applications running on Kubernetes is difficult! If you’re running integration or end-to-end tests in your CI pipeline\, you noticed some of the shortcomings: authenticating CI to access your cluster leaves some potential security holes\, tests artifacts are hard to store (have you tried storing your tools’ screenshots and recordings for future access?)\, and everything becomes complex and slow very quickly. Eventually\, the unwanted thing happens: everyone in your team deprioritized running tests.\nWhether you are a developer\, tester\, or DevOps practitioner\, you should be leveraging the power of Cloud Native Testing to take a new approach to testing your Kubernetes Applications. In this presentation I’ll help you become the person who is doing your tests and enabling others to do it without too much pain – join us! \nSpeaker Bio: Abdallah is Technical Product Manager at Testkube. His passion is dedicated to the developer tooling in the open source ecosystem where he has  worked with a variety of products in the pasts at Google and at Kubeshop. In his free time you’ll usually find him in the movies\, learning jazz or spending time with family and friends.\n\nRSVP here: https://www.meetup.com/cd-foundation-online/events/293894216/
URL:https://cd.foundation/event/cdf-virtual-meetup-why-kubernetes-applications-require-a-new-approach-to-testing/
LOCATION:Virtual
CATEGORIES:Continuous Delivery Foundation
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2023/06/CDFMeetup-June2023.png
ORGANIZER;CN="Continuous Delivery Foundation":MAILTO:info@cd.foundation
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20230418T140000
DTEND;TZID=America/New_York:20230418T150000
DTSTAMP:20260403T215656
CREATED:20230315T154734Z
LAST-MODIFIED:20230315T154802Z
UID:11371-1681826400-1681830000@cd.foundation
SUMMARY:How to Add Supply Chain Tooling into Your DevOps Pipeline
DESCRIPTION:With the recent ‘security awakening’ new supply chain tooling is available to harden the DevOps Pipeline. Learn from Steve Taylor\, CTO of DeployHub and CDF TOC Board Member\, what tools go where. He will explore 5 phases of the pipeline where scanning\, signing\, SBOMs\, and cataloging can be added to evolve your DevOps Pipeline into a DevSecOps Pipeline. \nSpeaker: Steve Taylor\, DeployHub \nRSVP To Attend
URL:https://cd.foundation/event/how-to-add-supply-chain-tooling-into-your-devops-pipeline/
LOCATION:Virtual
CATEGORIES:Continuous Delivery Foundation,Ortelius
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2023/03/CDFMeetup-April2023-cdf.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20230111T133000
DTEND;TZID=America/New_York:20230111T143000
DTSTAMP:20260403T215656
CREATED:20221219T171007Z
LAST-MODIFIED:20221219T171449Z
UID:11101-1673443800-1673447400@cd.foundation
SUMMARY:CDF Online Meetup: Pyrsia - CDF's Newest Supply Chain Security Project
DESCRIPTION:Supply chain security is top of mind for organizations looking to avoid being victims to the next Solar Winds type of supply chain attack. Pyrsia\, CDF’s newest incubating project\, seeks to address this issue by creating a decentralized package management network. Built-in Rust\, Pyrsia’s entire codebase will be open source\, uses consensus for acceptance of packages to the network\, and features an immutable transaction ledger. Learn about these components and more during our next CDF Meetup with the team behind Pyrsia. \nRegister for this online meetup at: https://us02web.zoom.us/webinar/register/WN_-53N0HsDR–XnT6xaDWmLg
URL:https://cd.foundation/event/cdf-online-meetuo-pyrsia-cdfs-newest-supply-chain-security-project/
LOCATION:Virtual
CATEGORIES:Continuous Delivery Foundation,Pyrsia
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2022/10/pyrsia-text-banner-1200x628-1.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20221012T100000
DTEND;TZID=America/New_York:20221012T110000
DTSTAMP:20260403T215656
CREATED:20221006T164713Z
LAST-MODIFIED:20221006T164713Z
UID:10677-1665568800-1665572400@cd.foundation
SUMMARY:Live Spinnaker Slack AMA with Kelsey Hightower
DESCRIPTION:Live Spinnaker Slack AMA with Kelsey Hightower\nWanna learn more about what’s next for the Spinnaker Community?  Come join special guests Kelsey Hightower from Google and Ben Mappen\, co-founder of Armory\, for an Ask Me Anything Session. It will be hosted in a special channel in the Spinnaker Slack channel dedicated to hosting all of your questions. \nJoin us on October 12th at 7 am PST in slack for an hour long session from a great opportunity to connect with and learn from leaders in the Continuous Delivery space. \nSpinnaker and other cloud native technologies enable higher velocity software deployments to multi-cloud environments at a lower cost than alternative approaches. The Continuous Delivery Foundation is helping to enable Spinnaker users by bringing the community together to share expertise on this rapidly growing and popular technology. \nHow to Join the AMA-Kelsey channel\n\nSign up for the Spinnaker slack\nJoin this channel – #ama-kelsey\nAsk us any questions related to all things Spinnaker and the growing community.\nTune in on October 12th at 7 am PST.\n\nJoin the Spinnaker Slack \n  \n\nPresenters\n\n\n\n\n\n\nKelsey Hightower \nPrincipal Engineer & Staff Developer Advocate\, Google \n\n\n\n\n\n\n\nBen Mappen \nSVP\, Strategic Partnerships\, Armory
URL:https://cd.foundation/event/live-spinnaker-slack-ama-with-kelsey-hightower/
LOCATION:Virtual
ATTACH;FMTTYPE=image/webp:https://cd.foundation/wp-content/uploads/sites/35/2022/10/live-spinnaker-slack-1024x512.jpg.webp
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20220922T140000
DTEND;TZID=America/New_York:20220922T150000
DTSTAMP:20260403T215656
CREATED:20220824T122906Z
LAST-MODIFIED:20220824T122906Z
UID:10404-1663855200-1663858800@cd.foundation
SUMMARY:Online Meetup: Meet Fatih Degirmenci\, CD Foundation's New GM
DESCRIPTION:CD Events\, Supply Chain\, and Reference Architecture are just a few projects that Fatih has started evangelizing since he began his new GM position in June. Join us for a proper introduction to this forward-thinking technologist who has taken on the role of managing the people and projects of the Continuous Delivery Foundation. Learn how you can get involved in one of the many Working Groups\, Special Interest Groups\, or Open Source Projects. Fatih will give us a roadmap of the year to come and where you can make the most significant impact as a contributing member of the CDF Community. \nThank you to Tracy Ragan for hosting these online meetups! \nRSVP Here: https://www.meetup.com/cd-foundation-online/events/287992729/
URL:https://cd.foundation/event/online-meetup-meet-fatih-degirmenci-cd-foundations-new-gm/
LOCATION:Virtual
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2022/08/fatih-online-meetup-1.png
ORGANIZER;CN="Continuous Delivery Foundation":MAILTO:info@cd.foundation
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20220607T080000
DTEND;TZID=America/New_York:20220608T170000
DTSTAMP:20260403T215656
CREATED:20211208T155007Z
LAST-MODIFIED:20220204T170859Z
UID:8778-1654588800-1654707600@cd.foundation
SUMMARY:cdCon 2022
DESCRIPTION:Join Continuous Delivery leaders\, industry icons\, practitioners\, and open source developers for a two-day experience as we improve the world’s capacity to deliver software with security and speed. cdCon is the annual event by the Continuous Delivery Foundation that brings together technology teams\, enterprise leadership and open source communities to drive the future of software delivery. \nConference Website: https://events.linuxfoundation.org/cdcon/ \nLocation\nAustin\, TX + Virtual \nImportant Dates:\n\nCall for Papers Opens: January 10\nEarly-Bird Submission Deadline: January 28 at 11:59 PM PST\nEarly-Birds Announced: February 14\nCall for Papers Closes: February 18 at 11:59 PM PST\nSpeakers Notified: Week of March 21\nSchedule Announced: Week of March 28\ncdCon: June 7-8\, 2022
URL:https://cd.foundation/event/cdcon-2022/
LOCATION:Virtual
CATEGORIES:Continuous Delivery Foundation
ATTACH;FMTTYPE=image/jpeg:https://cd.foundation/wp-content/uploads/sites/35/2021/12/cdcon-2022-graphics_snackable.jpg
ORGANIZER;CN="Continuous Delivery Foundation":MAILTO:info@cd.foundation
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20220520T100000
DTEND;TZID=America/New_York:20220520T140000
DTSTAMP:20260403T215656
CREATED:20220509T141447Z
LAST-MODIFIED:20220509T141447Z
UID:9427-1653040800-1653055200@cd.foundation
SUMMARY:Ortelius Visionaries Summit
DESCRIPTION:Join us for another Ortelius Visionaries Summit – We promise you a fun\, campy\, adventure into the minds of the Ortelius contributors. \nEvent Details
URL:https://cd.foundation/event/ortelius-visionaries-summit/
LOCATION:Virtual
CATEGORIES:Ortelius
ATTACH;FMTTYPE=image/jpeg:https://cd.foundation/wp-content/uploads/sites/35/2022/05/visionaries.jpeg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20220302T090000
DTEND;TZID=America/New_York:20220302T120000
DTSTAMP:20260403T215656
CREATED:20220204T170816Z
LAST-MODIFIED:20220208T134029Z
UID:9086-1646211600-1646222400@cd.foundation
SUMMARY:How to Deliver Software with Known Safe Ingredients with JFrog + AWS
DESCRIPTION:Discover how to secure your artifacts and implement the surrounding ecosystem at rest and in transit using JFrog and AWS Services. \nWalk away learning how to: \n\nImplement JFrog’s Xray software composition analysis (SCA)\nCreate a software bill of materials (SBOM) using JFrog Artifactory\nSet up AWS Private Link\, Image Security\, Container Runtime – Security\, Infrastructure Security\, Network Security and more on Amazon Elastic Kubernetes Service (EKS)\n\nEvent Details
URL:https://cd.foundation/event/how-to-delivery-software-with-known-safe-ingredients-with-jfrog-aws-2/
LOCATION:Virtual
CATEGORIES:Member
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2022/02/JFrog-AWS-1200x628-1.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20220223T130000
DTEND;TZID=America/New_York:20220223T150000
DTSTAMP:20260403T215656
CREATED:20220204T170651Z
LAST-MODIFIED:20220208T134140Z
UID:9084-1645621200-1645628400@cd.foundation
SUMMARY:How to Deliver Software with Known Safe Ingredients with JFrog + AWS
DESCRIPTION:Discover how to secure your artifacts and implement the surrounding ecosystem at rest and in transit using JFrog and AWS Services. \nWalk away learning how to: \n\nImplement JFrog’s Xray software composition analysis (SCA)\nCreate a software bill of materials (SBOM) using JFrog Artifactory\nSet up AWS Private Link\, Image Security\, Container Runtime – Security\, Infrastructure Security\, Network Security and more on Amazon Elastic Kubernetes Service (EKS)\n\nEvents Details
URL:https://cd.foundation/event/how-to-delivery-software-with-known-safe-ingredients-with-jfrog-aws/
LOCATION:Virtual
CATEGORIES:Member
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2022/02/JFrog-AWS-1200x628-1.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20220223T130000
DTEND;TZID=America/New_York:20220223T140000
DTSTAMP:20260403T215656
CREATED:20220217T141610Z
LAST-MODIFIED:20220217T141610Z
UID:9116-1645621200-1645624800@cd.foundation
SUMMARY:Webinar : Top 5 ways to drive efficiency across your software delivery
DESCRIPTION:IT organizations work relentlessly to drive innovation and deliver the best software solutions for their customers. You would want your software delivery process and the team to be efficient to provide a superior customer experience. \nModernizing software delivery is now essential as cloud-native architecture and containerized microservices apps increase in volume. We often hear of CI Value streams that create bottlenecks in achieving software delivery performance goals. Developers\, perhaps unfamiliar with the complexity of cloud infrastructures are increasingly participating in deployment. DevOps teams and SREs are charged with automating as much as possible. \nThis webinar will discuss how to make the software delivery process efficient and make the team deliver software faster and safer. You will learn how to: \n\nUse automated pipelines to deploy applications into multi-cloud safely\nSafely deploy into multi-cloud using advanced strategies like canary\nMake faster decisions with respect to software release with 360° information about software release\nQuickly verify software release before releasing into production and eliminate risks\nQuickly diagnose failed pipelines or software deployment in production environments\n\nEvent Details + Registration
URL:https://cd.foundation/event/webinar-top-5-ways-to-drive-efficiency-across-your-software-delivery/
LOCATION:Virtual
CATEGORIES:Member
ATTACH;FMTTYPE=image/jpeg:https://cd.foundation/wp-content/uploads/sites/35/2022/02/opsmx-event.jpeg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20220217T090000
DTEND;TZID=America/New_York:20220217T120000
DTSTAMP:20260403T215656
CREATED:20220204T170429Z
LAST-MODIFIED:20220204T171119Z
UID:9081-1645088400-1645099200@cd.foundation
SUMMARY:Building a Secure Software Supply Chain with JFrog + Google Cloud
DESCRIPTION:Learn how to securely deploy docker container images in a hybrid configuration spanning on-premises and public cloud. \nWalk away learning how to: \n\nInitiate builds with Google Cloud Build\nManage the binaries with JFrog Artifactory\nScan for security vulnerabilities and license compliance with JFrog Xray\nDeploy containers through test\, staging and production using Google Cloud Deploy\n\nEvent Details
URL:https://cd.foundation/event/building-a-secure-software-supply-chain-with-jfrog-google-cloud-2/
LOCATION:Virtual
CATEGORIES:Member
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2022/02/JFrog-Google-Cloud-1200x628-1.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20220210T130000
DTEND;TZID=America/New_York:20220210T150000
DTSTAMP:20260403T215657
CREATED:20220204T170212Z
LAST-MODIFIED:20220204T171043Z
UID:9077-1644498000-1644505200@cd.foundation
SUMMARY:Building a Secure Software Supply Chain with JFrog + Google Cloud
DESCRIPTION:Learn how to securely deploy docker container images in a hybrid configuration spanning on-premises and public cloud. \nWalk away learning how to: \n\nInitiate builds with Google Cloud Build\nManage the binaries with JFrog Artifactory\nScan for security vulnerabilities and license compliance with JFrog Xray\nDeploy containers through test\, staging and production using Google Cloud Deploy\n\nEvent Details
URL:https://cd.foundation/event/building-a-secure-software-supply-chain-with-jfrog-google-cloud/
LOCATION:Virtual
CATEGORIES:Member
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2022/02/JFrog-Google-Cloud-1200x628-1.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20220209T090000
DTEND;TZID=America/New_York:20220209T120000
DTSTAMP:20260403T215657
CREATED:20220204T165817Z
LAST-MODIFIED:20220208T134322Z
UID:9071-1644397200-1644408000@cd.foundation
SUMMARY:How to Deliver Software Securely with JFrog + Microsoft Azure
DESCRIPTION:Learn how to deploy your containers to the cloud\, the easy way! Join us for a step-by-step on how to install and configure JFrog Artifactory\, JFrog Xray\, and JFrog Pipelines on Azure cloud. \nYou will upload the JFrog Platform on the Microsoft Azure cloud and install and configure the following: \n\nJFrog Artifactory as the binary repository manager\nJFrog Xray to help detect licenses and security vulnerabilities\nJFrog Pipelines to automate the CI/CD process\n\nEvent Details
URL:https://cd.foundation/event/jfrog-how-to-delivery-software-securely-with-jfrog-microsoft-azure/
LOCATION:Virtual
CATEGORIES:Member
ATTACH;FMTTYPE=image/png:https://cd.foundation/wp-content/uploads/sites/35/2022/02/JFrog-Azure-1200x628-1.png
END:VEVENT
END:VCALENDAR