Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Releases: nre-learning/antidote-core

networkinterfaces-test

15 Sep 19:48
ce01005
Compare
Choose a tag to compare
Pre-release

This is a temporary release so that the curriculum has a place from which to download the version of antidote that includes the networkinterfaces change. This release should be deleted when a proper platform release is cut.

v0.7.0

14 Dec 21:45
e2b17a2
Compare
Choose a tag to compare

v0.7.0 - December 14, 2020

  • Adding experimental ready delay #206
  • Convert networkpolicy to use blank namespace selector instead of RFC1918 #205
  • Upgrade grpc-gateway and add required protobuf options #204
  • Add (deprecated) ‘legacy’ image flavor #202
  • Move networkpolicy creation to the beginning of the creation of livelesson resources #201
  • Fix race bug in job completion check #200
  • Add jupyter endpoint to ordered list after other lesson endpoints #199
  • Start endpoint pods in the order provided in the lesson definition #198
  • Add image meta option to enable IP forwarding #197
  • Remove subpath field from mount; copy only relevant subdirectory from lessons #196
  • Add capability to persist a session #182
  • Move to Go Modules (finally) and fix txn functions #191
  • Image Flavors #189
  • Add subnet to Connections configuration #194
  • Move to Github Actions #195

v0.6.2

03 May 23:13
Compare
Choose a tag to compare

v0.6.2 - May 03, 2020

  • Add domain for HTTP-based lesson guides like jupyter notebooks in the livelesson response #177

v0.6.1

03 May 22:18
Compare
Choose a tag to compare

v0.6.1 - May 03, 2020

  • Fix livelesson leak / livesession bug #171
  • Allow travis to install binaries from vendored libs too #172
  • Fix collection slug type in API model #173
  • Revert back to upstream bridge CNI plugin #174
  • Fix excessive span exports with stats package #175
  • Provide HEPS domain via LiveLesson API #176

v0.6.0

18 Apr 05:43
Compare
Choose a tag to compare

v0.6.0 - April 18, 2020

  • Top-to-bottom revamp and move to Antidote-Core #141
  • Make travis happy #155
  • Add protections to antidote CLI to protect against landmines #156
  • Minor lesson model updates #157
  • Add mutex to podready function #158
  • Make k8s configuration configurable at Antidote level #159
  • Changed resource order on ingest, and added early return on error #160
  • Add “Authors” to lesson metadata #162
  • Ingest curriculum info, offer via API #163
  • Add functionality to attach a pullsecret to pods (allows private image pulls) #164
  • Add links to object ref documentation wherever possible in creation wizard #165
  • Minor modifications to facilitate antidote-web development #166
  • Strip X-Frame-Options header #167

v0.5.1

17 Feb 06:26
Compare
Choose a tag to compare

v0.5.1 - February 17, 2020

  • Move away from runtime git clone model #153

v0.5.0

01 Feb 01:48
Compare
Choose a tag to compare

v0.5.0 - February 01, 2020

  • Initial work on a ‘mock’ syringe with static sample data for integration testing [#136])https://github.com//pull/136)
  • Added cvx and frr image names to privileged container list in config.go #129
  • Disable TSDB by default (configurable) #130
  • Cleaned up and updated deps - installing grpc tooling from source #135
  • Change SYRINGE_DOMAIN to optional variable, and provide default #142
  • Add config option to control imagepullpolicy #145
  • De-couple namespaces from tier - implement syringe ID option #150
  • Move to DNS-based identifiers for http presentations #151

v0.4.0

08 Aug 04:06
Compare
Choose a tag to compare

v0.4.0 - August 07, 2019

  • Redesigned Endpoint Abstraction (Configuration and Presentation) #114
  • Use the more appropriate lesson.meta.yaml instead of syringe.yaml #101
  • Center API and Configuration on Curriculum #98
  • Collections Feature and API #104
  • Limit volume mount to lesson directory #109
  • Add configuration options to influxdb export #108
  • Add config flag to permit egress traffic #119
  • Enhanced granularity for image privileges and versions #123
  • Fixed bug with ‘allow egress’ variable and added tests #125
  • Specify version for all platform-related docker images #126
  • Opened networkpolicy to all RFC1918 for the time being #127
  • Fix bug in jupyter version tagging #128

v0.3.2

19 Apr 23:41
Compare
Choose a tag to compare

v0.3.1

19 Apr 20:29
Compare
Choose a tag to compare

v0.3.1 - March 27, 2019

  • Fixed influxdb bug #72
  • Add ability to use host directory for lesson content #75
  • Provide unit test framework for scheduler #79
  • Clarify difference between confusing config variables #87
  • Removed subnet requirement in lesson defs #88
  • Added validation for making sure configs are present for each stage and device #89
  • Add version to build info, share with syrctl #90
  • Setting proper permissions on copied lesson dir, using config’d location #92
  • Provide greater device configuration flexibility #93