Package Release Info

sysdig-0.15.1-5.1

Update Info: openSUSE-2017-468
Available in Package Hub : 12 SP2-SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

sysdig
sysdig-kmp-default
sysdig-kmp-xen

Change Logs

* Sun Apr 02 2017 mpluskal@suse.com
- Update to version 0.15.1 (boo#1032025):
  * Bug fixes:
    + Fixed driver compilation issues on armv6l
    + Fixes on Kubernetes support
    + Regression on rkt detection #748
    + Fixed high cpu usage when sysdig was used with -M parameter, #783
    + Fixed a memory leak #772
* Tue Feb 28 2017 joop.boonen@opensuse.org
- Update to version 0.15.0
  * New Features
    + Support for Linux Kernel 4.10
    + Use /proc/<pid>/status instead of custom ioctl to get process vpid for kernels >= 4.1
  * Bug fixes
    + Various fixes on Kubernetes ingestion
    + Fix some happening deadlocks in the driver when ioctl were exiting with error
    + Fix mkdir and rmdir events, they were skipped in case of page faults
    + Bugfix on topports_server chisel
    + Avoid some cases of infinite loop when evaluating filters like proc.aname
  * Fixed sysdig-no_return_random.patch https://github.com/draios/sysdig/issues/734
* Wed Jan 25 2017 mpluskal@suse.com
- Update to version 0.14.0:
  * JSON output is not: an object per event separated by newline,
    instead of objects inside array as before.
  * New filter proc.pcmdline, which represents the full command
    line (proc.name + proc.args) of the parent of the process
    generating the event
  * Fixes for kernel version 4.9.3
  * Improved detection of Mesos containers
  * Fix compilation with HAS_CAPTURE disabled on Linux
  * Fixes for merged captures support
- Add sysdig-no_return_random.patch
- Enable building on more platforms
Version: 0.13.0-2.1
* Sat Dec 24 2016 mpluskal@suse.com
- Update to version 0.13.0 (boo#1017181):
  * Ability to open concatenated capture files
  * evtin.* fields can be used also for displaying now
  * Fix driver for Kernel 4.9
  * Fix on IPv4 mapped IPv6 parsing
  * Fix memory leak #694
  * Fix issue #687 about connecting to an K8s API server via HTTPS
* Tue Nov 15 2016 mpluskal@suse.com
- Update to version 0.12.1:
  * Compilation issues when using non-bundled OpenSSL #672
  * Compilation issues under S390 architecture
  * Various issues on k8s parsing
  * Stale thread info when parsing processes within containers #665
  * Avoid getting cwd from driver, causes issues on Kernel 4.8
- Changes for version 0.12.0:
  * New filters container.mount.* to match container mount points
  * New filter container.privileged to match containers running in
    privileged mode
  * Support latest kubernetes features: k8s.deployment.* and
    k8s.rs.* filters are now available
  * Added glob operator for strings, works as classic shell glob
    path matcher
  * Added pmatch operator
  * Add less package on docker image
- Drop upstreamed sysdig-do-not-use-private-jq-api.patch
- Enable building on s390x
* Sat Aug 20 2016 mpluskal@suse.com
- Use current macros for KMP building
  * drop sysdig-kmp-preamble
- Use exclusivearch instead of excluding architectures
Version: 0.11.0-5.1
* Fri Jul 15 2016 mpluskal@suse.com
- Update to version 0.11.0:
  * Support for tracers. A way to add user level events to sysdig
    stream. Seeannouncement blog post.
  * New csysdig views: Traces List, Traces Summary, Traces
    Spectogram
  * New evtin.* and span.* filters startswith operand for strings,
    ex: fd.name startswith /etc
  * evt.is_open_{read,write} fields, true or false if an event is
    an open() in read or write
  * Improved performances of Kubernetes metadata parsing.
  * Bug fixes for IPv6
- Add sysdig-do-not-use-private-jq-api.patch to allow building
  with system JQ
Version: 0.10.1-2.1
* Sun Jul 03 2016 mpluskal@suse.com
- Update to version 0.10.1:
  * Minor bugfixes, mostly related to Kubernetes and Mesos parsing
* Fri Jun 17 2016 mpluskal@suse.com
- Update to version 0.10.0:
  * setsid event
  * proc.sid filter field: the session id of the process
    generating the event
  * proc.sname filter field: the name of the current process
    session leader
  * --force-term-compat command line option: try to configure
    simple terminal
  * settings (xterm-1002) that work better with terminals like
    putty
  * Many minor bugfixes
  * builds with gcc6 (boo#985121)
- Use pkgconfig() style dependencies
- Build with lua-5.1 as builds fail with lua-5.2 and later
* Tue Apr 12 2016 mpluskal@suse.com
- Update to 0.9.0
  * Mesos and Marathon support:
  + csysdig views: Mesos Tasks, Mesos Frameworks, Marathon Apps,
    arathon Groups
  + -m sysdig/csysdig parameter to specify URLs for Mesos Master
    Marathon API
  + -pm sysdig parameter to get a Mesos-friendly event output
  + Filter fields: mesos.task.name, mesos.task.id,
    mesos.task.label, mesos.task.labels, mesos.framework.name,
    mesos.framework.id, marathon.app.name, marathon.app.id,
    marathon.app.label, marathon.app.labels, marathon.group.name,
    marathon.group.id
  * icontains filter comparison operator: case-insensitive string
    comparison
  * Support for SSL based authentication and bearer token
    authentication against the Kubernetes API server. Previously,
    SSL was just supported for CA verification. See the updated
    documentation for -K
  * New actions on csysdig views: lsof and renice
  * New network filter fields that support a CIDR notation
    (e.g. 127.0.0.1/24): fd.net, fd.cnet, fd.snet, fd.lnet, fd.rnet
* Sat Feb 06 2016 mpluskal@suse.com
- Update to 0.8.0
  * Bug fixes
    + Better terminal mouse handling for csysdig
    + Minor bugfixes
  * New and updated features
    + rkt support (when running sysdig in a container, bind
    mounting the rkt directory is necessary, e.g. -v
    /var/lib/rkt:/host/var/lib/rkt:ro for Docker)
    + chroot event
    + container.type: the container type, e.g. docker or rkt
    + Prebuild sysdig-probe for Debian kernels
* Tue Jan 26 2016 mpluskal@suse.com
- Update to 0.7.1
  * Fix sysdig-probe compilation for kernel < 3.4.0
  * Fix compilation on OSX
- Changes for 0.7.0
  * Fix sysdig-probe for kernel 4.4
  * Fix a remotely possible deadlock during ioctl calls
  * Fix Kubernetes support when data returned from the API server
    is particularly big
  * Minor bugfixes
  * Spectrogram views in csysdig: spectro_all (System call latency
    spectrogram) and spectro_file (File I/O latency spectrogram)
  * Ability to authenticate to a Kubernetes API server using a
    certificate, via -K <file_name> or --k8s-api-cert=<file_name>.
    Can also be specified via the environment variable
    SYSDIG_K8S_API_CERT
  * Ability to sort columns in csysdig views using the keyboard
  * --filter-proclist: apply the filter to the process table
  * -M: add the possibility to stop collecting after X seconds
    evt.latency.quantized: 10-base log of the delta between an
    exit event and the correspondent enter event evt.latency.human:
    delta between an exit event and the correspondent enter event,
    as a human readable string (e.g. 10.3ms)
* Sat Dec 19 2015 aspiers@suse.com
- Fix .spec file bug which was causing Frankenstein kernel modules:
  https://github.com/draios/sysdig/issues/496#issuecomment-165929462
* Fri Dec 18 2015 mpluskal@suse.com
- Exclude archs on which build fails
* Thu Dec 17 2015 aspiers@suse.com
- Fix whitespace issues in .spec and .changes files
- Remove duplicate %{_datadir} directory from %files
* Thu Dec 17 2015 mpluskal@suse.com
- Update to 0.6.0
  * Full support to Kubernetes, even when saving events to a trace
    file
  * semget system event
  * access system event
  * Automatically build sysdig-probe for boot2docker releases
  * Properly filter process table serialization in a trace file
    when a process filter is used
  * Some csysdig actions now ask the user for confirmation
  * various bugfixes
  * drop GH_496_fix.patch
* Sun Dec 13 2015 mpluskal@suse.com
- Update to 0.5.1
  * Fix connection to HTTPS Kubernetes API servers
  * Properly compile bundled OpenSSL
  * Fix sysdig-probe build on Linux 4.3
  * Minor bugfixes
- Changes for 0.5.0:
  * Full Kubernetes support!
  * Add a convenient USE_BUNDLED_DEPS CMake option to
    enable/disable all bundled dependencies at once.
  * New build/runtime dependencies: libb64, libcurl, openssl.
- Add GH_496_fix.patch
- Update dependencies and not use anything bundled
* Wed Nov 04 2015 rpm@fthiessen.de
- Updated to 0.4.0, notable changes:
  * Support ia32 emulation on 64bit kernels
  * HTTP chisels now support UNIX sockets (e.g. Docker API)
  * New events: mount, umount
  * Support Docker containers when running in a different cgroup
    root layout
  * csysdig view actions: press F7 or F8 while inside a csysdig
    view to see what actions are supported
* Wed Nov 04 2015 rpm@fthiessen.de
- Updated to 0.2.0, notable changes:
  * New version scheme
  * Update ncurses so it will compile on GCC 5
  * Don't use GCC 5 inside the Docker container,
    because older kernels are still not ready
  * Support CPU hotplug
  * Fix improper access to socket structure during accept()
  * Docker image now includes the RUN label to make it easier to
    run sysdig on Atomic Linux
  * New events: semop, semctl, ppoll
  * Port numbers will be automatically converted to service names
    unless -N is specified
* Wed Aug 12 2015 mpluskal@suse.com
- Use proper cmake macros
- Remove conditions around fdupes as package does not build for
  old releases anyway
- Enable parallel build
* Tue Aug 11 2015 boris@steki.net
- updated from 0.1.99 to 0.1.102
- notable changes:
  * Support for decoding setns and flock syscall
  * Parse O_CLOEXEC flag on open and related syscalls
  * Parse CLONE_NEWUSER flag on clone
  * Support truncated tracefiles
  * Now sysdig can rotate tracing file when capturing, using -C, -e, -W, -G
  * Better extraction/filtering capabilities for event
    related to multiple file descriptors, like poll
  * Precompiled kernel modules for older coreos releases
  * This release introduces csysdig, the awesome ncurses user interface for sysdig
  * Support for intercepting signals via the signaldeliver event:
    parameters are source pid, destination pid and signal type
  * Docker container ships with GCC 4.8 other than the
    latest from Debian, to increase compatibility
  * echo_fds chisel has a better formatting
  * Correctly show container output even when
    renaming containers on Docker >= 1.5
* Sun May 03 2015 joop.boonen@opensuse.org
-  Cleaned and corrected the spec file
* Wed Mar 25 2015 joop.boonen@opensuse.org
- Cleaned the spec file up
- Build version 0.1.99
* Wed May 28 2014 m4mnux@gmail.com
- Initial version