Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Releases: concur/skipper

Fix dockerfile

27 Feb 22:14
3981207
Compare
Choose a tag to compare

The Dockerfile wasn't including all the node modules

Base image update

19 Nov 23:16
4348fc4
Compare
Choose a tag to compare

This update is primarily to fix image vulnerabilities by updating node.js, node.js pacakges, and the underlying Alpine Linux image.

  • Update the base image to mhart/alpine-node:12/13.
  • Add package updates to Dockerfile build.
  • Upgrade node.js packages in case of vulnerabilities.
  • Update CircleCI build with Node 12.13 and Kubernetes 1.14.8.
  • Remove old nvm so that Circle updates it.

Istio DestinationPolicy and current updates

04 Nov 21:32
93d9142
Compare
Choose a tag to compare

Drafting the 0.2.0 release to capture current state of Skipper before 0.2.1, which will update many dependencies.

Add Istio DestinationPolicy support

02 Mar 19:26
3c5c3b7
Compare
Choose a tag to compare
Merge pull request #21 from emaildanwilson/addIstioDestinationPolicy

add Istio destinationpolicies

Start version tracking

30 Jan 22:52
afb62c9
Compare
Choose a tag to compare
  • Adds support for Istio EgressRule & RouteRule object types.