forked from pool/rootlesskit
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
cf2c022c10 | |||
40a492b90f | |||
f409369050 | |||
56a1519d03 | |||
075f4c7bbe | |||
7c50c9d99f | |||
acd1bf536d | |||
6d8fabef06 |
12
_service
12
_service
@@ -1,18 +1,18 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled" />
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="download_files" mode="manual" />
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/rootless-containers/rootlesskit.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v2.2.0</param>
|
||||
<param name="revision">v2.3.5</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled" />
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="set_version" mode="manual" />
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled" />
|
||||
<service name="go_modules" mode="manual" />
|
||||
</services>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/rootless-containers/rootlesskit.git</param>
|
||||
<param name="changesrevision">17a2cd4db1a98072b0e3454577139ceee685622c</param></service></servicedata>
|
||||
<param name="changesrevision">0cc0811acc6e4daee71817383e62fb811590bc13</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bea761c12377773f7619261c961cd1775a738af81e4159b7683ca6c6b48b7972
|
||||
size 80257
|
3
rootlesskit-2.3.5.tar.gz
Normal file
3
rootlesskit-2.3.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:438cb813eea62f3650cceacba50bafce104d56205932baa2658bd536916e61e9
|
||||
size 79897
|
@@ -1,3 +1,90 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 12 05:14:06 UTC 2025 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
|
||||
|
||||
- Update to version 2.3.5:
|
||||
* v2.3.5
|
||||
* Dockerfile: update test deps
|
||||
* Build(deps): Bump github.com/moby/vpnkit from 0.5.0 to 0.6.0
|
||||
* Build(deps): Bump github.com/containernetworking/plugins
|
||||
* Build(deps): Bump golang.org/x/sys from 0.31.0 to 0.32.0
|
||||
* Build(deps): Bump golang.org/x/net from 0.36.0 to 0.38.0
|
||||
* Parameter for ISA of binaries
|
||||
* Build(deps): Bump golang.org/x/net from 0.33.0 to 0.36.0
|
||||
* v2.3.4+dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 05:20:04 UTC 2025 - madhankumar.chellamuthu@suse.com
|
||||
|
||||
- Update to version 2.3.4:
|
||||
* v2.3.4
|
||||
* Revert "detach-netns: simplify unshare helper"
|
||||
* v2.3.3+dev
|
||||
* v2.3.3
|
||||
* CI: release: update Ubuntu 24.04
|
||||
* CI: update passt to 2025_02_17.a1e48a0
|
||||
* CI: update slirp4netns to 1.3.2
|
||||
* CI: update Go to 1.24
|
||||
* detach-netns: simplify unshare helper
|
||||
* Fix detach-netns permission error on Ubuntu 25.04
|
||||
* Build(deps): Bump golang.org/x/sys from 0.30.0 to 0.31.0
|
||||
* Build(deps): Bump github.com/urfave/cli/v2 from 2.27.5 to 2.27.6
|
||||
* CI: test Docker v28 in addition to v27
|
||||
* Build(deps): Bump github.com/containernetworking/plugins
|
||||
* Build(deps): Bump golang.org/x/sys from 0.29.0 to 0.30.0
|
||||
* Build(deps): Bump gotest.tools/v3 from 3.5.1 to 3.5.2
|
||||
* v2.3.2+dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 20 06:40:39 UTC 2025 - madhankumar.chellamuthu@suse.com
|
||||
|
||||
- Update to version 2.3.2:
|
||||
* v2.3.2
|
||||
* CI: update Docker (27.5.0)
|
||||
* go.mod: github.com/insomniacslk/dhcp v0.0.0-20250109001534-8abf58130905
|
||||
* Build(deps): Bump actions/attest-build-provenance from 1 to 2
|
||||
* dependabot: add github-actions
|
||||
* CI: update pasta (2024_12_11.09478d5)
|
||||
* pasta: set `--host-lo-to-ns-lo`
|
||||
* go fmt
|
||||
* Build(deps): Bump golang.org/x/net from 0.28.0 to 0.33.0
|
||||
* Build(deps): Bump golang.org/x/sys from 0.28.0 to 0.29.0
|
||||
* fix: allow to propagate the address specified in -p option
|
||||
* Build(deps): Bump golang.org/x/sys from 0.27.0 to 0.28.0
|
||||
* Build(deps): Bump golang.org/x/sys from 0.25.0 to 0.27.0
|
||||
* Build(deps): Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1
|
||||
* Build(deps): Bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5
|
||||
* Build(deps): Bump golang.org/x/sys from 0.24.0 to 0.25.0
|
||||
* port/builtin: return proper error for sctp
|
||||
* Build(deps): Bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0
|
||||
* docs/network: Mention that pasta won't work with some Ubuntu package versions
|
||||
* docs/network: Don't suggest removing AppArmor rules for pasta
|
||||
* pasta: Update comment about issue with AppArmor and creation of user namespace
|
||||
* v2.3.1+dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 05 10:58:24 UTC 2024 - dcermak@suse.com
|
||||
|
||||
- Update to version 2.3.1:
|
||||
* v2.3.1
|
||||
* CI: attest-build-provenance: fix a subject-path issue (461)
|
||||
* v2.3.0+dev
|
||||
* v2.3.0
|
||||
* Enable actions/attest-build-provenance
|
||||
* CI: update Docker (27.1.2)
|
||||
* CI: update pasta (2024_08_14.61c0b0d)
|
||||
* go.mod: golang.org/x/net v0.28.0
|
||||
* go.mod: github.com/insomniacslk/dhcp v0.0.0-20240812123929-b105c29bd1b5
|
||||
* Deprecate rootlesskit-docker-proxy (no longer needed since Docker v28)
|
||||
* child, pasta: Allow drivers to configure their own interface, let pasta do that
|
||||
* pasta: Let it run in background, and wait until it forks
|
||||
* CI: update Go to 1.23
|
||||
* Build(deps): Bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4
|
||||
* Build(deps): Bump golang.org/x/sys from 0.22.0 to 0.24.0
|
||||
* Build(deps): Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3
|
||||
* Build(deps): Bump github.com/gofrs/flock from 0.12.0 to 0.12.1
|
||||
* Build(deps): Bump github.com/moby/sys/mountinfo from 0.7.1 to 0.7.2
|
||||
* v2.2.0+dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 17 05:36:39 UTC 2024 - danish.prakash@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rootlesskit
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rootlesskit
|
||||
Version: 2.2.0
|
||||
Version: 2.3.5
|
||||
Release: 0
|
||||
Summary: Linux-native fakeroot using user namespaces
|
||||
License: Apache-2.0
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59b55272a83fce7095e5cf64ae1220f29709321ea24f362751e243ff72b5e7e4
|
||||
size 1620813
|
||||
oid sha256:212cfe7cc7da9ec3e3ac9114b16357a1d8b6c9df8b5eb4dd346b28d7eb54225d
|
||||
size 1643355
|
||||
|
Reference in New Issue
Block a user