Skip to content

Releases: kubescape/operator

Release v0.2.46

28 Nov 16:05
1106131
Compare
Choose a tag to compare
  • add registry id and registry scan id attributes
  • export registry status

Overview

This PR fixes #

Signed Commits

  • Yes, I signed my commits.

Release v0.2.45

27 Nov 13:09
cd01cd3
Compare
Choose a tag to compare

Signed-off-by: refaelm refaelm@armosec.io

Overview

This PR fixes #

Signed Commits

  • Yes, I signed my commits.

Release v0.2.42

21 Nov 08:06
7556072
Compare
Choose a tag to compare
  • add check registry operator command
  • support scanRegistryV2 command

Overview

This PR fixes #

Signed Commits

  • Yes, I signed my commits.

Release v0.2.41

13 Nov 10:50
086456a
Compare
Choose a tag to compare

Signed-off-by: refaelm refaelm@armosec.io

Overview

This PR fixes #

Signed Commits

  • Yes, I signed my commits.

Release v0.2.40

12 Nov 10:41
7a37d86
Compare
Choose a tag to compare

Bumps github.com/cilium/cilium from 1.16.0 to 1.16.1.

Release notes

Sourced from github.com/cilium/cilium's releases.

1.16.1

Security Advisories

This release addresses the following security vulnerabilities:

Summary of Changes

Minor Changes:

Bugfixes:

  • auth: Fix data race in Upsert (Backport PR #34158, Upstream PR #33905, @​chaunceyjiang)
  • BGPv1 + BGPv2: Fix incorrect service reconciliation in setups with multiple BGP instances (virtual routers) (Backport PR #34297, Upstream PR #34177, @​rastislavs)
  • bgpv1: Fix data race in bgppSelection (Backport PR #34158, Upstream PR #33904, @​chaunceyjiang)
  • bgpv2: Avoid duplicate route policy naming (Backport PR #34158, Upstream PR #34031, @​rastislavs)
  • BGPv2: Fix Service advertisement selector: do not require matching CiliumLoadBalancerIPPool (Backport PR #34201, Upstream PR #34182, @​rastislavs)
  • Fix a nil dereference crash during cilium-agent initialization affecting setups with FQDN policies. The crash is triggered when a restored endpoint performs a DNS request just a the right time during early cilium-agent restoration. Problem is not expected to be persistent and the agent should get pass the problematic part of the initialization on restart. (Backport PR #34158, Upstream PR #34059, @​joamaki)
  • Fix appArmorProfile condition for CronJob helm template (Backport PR #34297, Upstream PR #34100, @​sathieu)
  • Fix bug causing etcd upsertion/deletion events to be potentially missed during the initial synchronization, when Cilium operates in KVStore mode, or Cluster Mesh is enabled. (Backport PR #34181, Upstream PR #34091, @​giorio94)
  • Fix issue in picking node IP addresses from the loopback device. This fixes a regression in v1.15 and v1.16 where VIPs assigned to the lo device were not considered by Cilium. Fix spurious updates node addresses to avoid unnecessary datapath reinitializations. (Backport PR #34085, Upstream PR #34012, @​joamaki)
  • Fix possible connection disruption on agent restart with WireGuard + kvstore (Backport PR #34158, Upstream PR #34062, @​giorio94)
  • Fixes DNS proxy "connect: cannot assign requested address" errors in transparent mode, which were due to opening multiple TCP connections to the upstream DNS server. (Backport PR #34201, Upstream PR #33989, @​bimmlerd)
  • gateway-api: Add HTTP method condition in sortable routes (Backport PR #34158, Upstream PR #34109, @​sayboras)
  • gateway-api: Enqueue gateway for Reference Grant changes (Backport PR #34158, Upstream PR #34032, @​sayboras)
  • lbipam: fixed bug in sharing key logic (Backport PR #34158, Upstream PR #34106, @​dylandreimerink)
  • cilium/cilium#34322@​nathanjsweet)
  • service: Relax protocol matching for L7 Service (Backport PR #34195, Upstream PR #34131, @​sayboras)

CI Changes:

Read more

Release v0.2.34

30 Sep 15:51
131fed2
Compare
Choose a tag to compare
Merge pull request #249 from kubescape/bump

bump armoapi-go

Release v0.2.32

23 Sep 08:09
0b44cb2
Compare
Choose a tag to compare
Merge pull request #246 from kubescape/fix

use same cooldownqueue as node-agent and synchronizer

Release v0.2.31

10 Sep 07:26
20df76f
Compare
Choose a tag to compare
Merge pull request #245 from kubescape/bump

optimize memory with pagers

v0.2.6

04 Mar 13:28
5bb9674
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 by @dependabot in #210
  • send skipTLSVerify and Insecure in image scanning command by @amirmalka in #212

Full Changelog: v0.2.4...v0.2.6

v0.2.4

06 Feb 06:11
28cdf89
Compare
Choose a tag to compare

What's Changed