repo stringclasses 1
value | pull_number int64 382 2.48k | instance_id stringclasses 4
values | issue_numbers sequencelengths 1 1 | base_commit stringclasses 4
values | patch stringclasses 4
values | test_patch stringclasses 4
values | problem_statement stringclasses 4
values | hints_text stringclasses 2
values | created_at stringclasses 4
values |
|---|---|---|---|---|---|---|---|---|---|
bottlerocket-os/bottlerocket | 2,476 | bottlerocket-os__bottlerocket-2476 | [
"2412"
] | a90cc5f7e019fb67dccf5af2e3eea2190e529cf6 | diff --git a/sources/Cargo.lock b/sources/Cargo.lock
index 0252b80b229..f1954ef41d6 100644
--- a/sources/Cargo.lock
+++ b/sources/Cargo.lock
@@ -459,9 +459,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "aws-config"
-version = "0.46.0"
+version = "0.48.0"
sour... | diff --git a/tools/testsys/Cargo.toml b/tools/testsys/Cargo.toml
index 0da89992484..a02b2636303 100644
--- a/tools/testsys/Cargo.toml
+++ b/tools/testsys/Cargo.toml
@@ -8,8 +8,8 @@ publish = false
[dependencies]
anyhow = "1.0"
-aws-config = "0.46"
-aws-sdk-ec2 = "0.16"
+aws-config = "0.48"
+aws-sdk-ec2 = "0.18"
bo... | Update rust dependencies for 1.10.0
<!--
Tips:
- Please search for similar requests, including closed issues.
- Please include details about the environment you're running in.
-->
We should update dependencies of our Rust packages in Bottlerocket to prepare for 1.10.0.
We did this for 1.9.0 in https://github... | 2022-10-03T23:41:47Z | |
bottlerocket-os/bottlerocket | 2,445 | bottlerocket-os__bottlerocket-2445 | [
"2204"
] | d04eaa730285cf32430c3897bf33b4593042242c | diff --git a/PROVISIONING-METAL.md b/PROVISIONING-METAL.md
index 33427d52ded..ae9299769aa 100644
--- a/PROVISIONING-METAL.md
+++ b/PROVISIONING-METAL.md
@@ -76,7 +76,7 @@ When these services fail, your machine will not connect to any cluster and will
#### `net.toml` structure
The configuration file must be valid TO... | diff --git a/sources/api/netdog/src/net_config/test_macros/mod.rs b/sources/api/netdog/src/net_config/test_macros/mod.rs
index 782c7476a16..7677dfa02b6 100644
--- a/sources/api/netdog/src/net_config/test_macros/mod.rs
+++ b/sources/api/netdog/src/net_config/test_macros/mod.rs
@@ -15,9 +15,12 @@
pub(super) mod basic;
... | Support static addressing via `net.toml`
- Depends on #2214
**What I'd like:**
I would like the ability to set up a static IP for a network interface.
This means we will need to be able to set the following at the least
- IPv4/6 IP
- gateway
- nameservers
- destination IP
| 2022-09-20T20:38:21Z | |
bottlerocket-os/bottlerocket | 386 | bottlerocket-os__bottlerocket-386 | [
"314"
] | a16dc3189f7b3b19e20e545bf95ad065b240ba7a | diff --git a/Makefile.toml b/Makefile.toml
index 003acbdf10a..d4334fa1cb9 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -34,7 +34,7 @@ for ws in workspaces packages images ; do
done
chmod o+r -R ${CARGO_HOME}
-cd ${BUILDSYS_SOURCES_DIR}/host-containers/cmd/host-ctr
+cd ${BUILDSYS_SOURCES_DIR}/host-ctr/cmd/host-... | diff --git a/workspaces/host-containers/cmd/host-ctr/main_test.go b/workspaces/host-ctr/cmd/host-ctr/main_test.go
similarity index 100%
rename from workspaces/host-containers/cmd/host-ctr/main_test.go
rename to workspaces/host-ctr/cmd/host-ctr/main_test.go
| User defined host containers
#229 implemented the initial work needed to make host containers functional. However, limitations in the current `apiserver` and `thar-be-settings` design make it a bit of effort to add additional host containers.
Users should be able to easily define their own host containers. Design ... | 2019-10-09T20:22:53Z | |
bottlerocket-os/bottlerocket | 382 | bottlerocket-os__bottlerocket-382 | [
"351"
] | 4360ac84b6314dfd24ab90a0c4d72888dda9e3e4 | diff --git a/packages/containerd/containerd-config.toml b/packages/containerd/containerd-config-toml
similarity index 77%
rename from packages/containerd/containerd-config.toml
rename to packages/containerd/containerd-config-toml
index cd92491f484..4b62162599f 100644
--- a/packages/containerd/containerd-config.toml
+++... | diff --git a/workspaces/host-ctr/cmd/host-ctr/main_test.go b/workspaces/host-ctr/cmd/host-ctr/main_test.go
index 199c1f358f2..f4fa5ba16eb 100644
--- a/workspaces/host-ctr/cmd/host-ctr/main_test.go
+++ b/workspaces/host-ctr/cmd/host-ctr/main_test.go
@@ -13,6 +13,7 @@ func TestECRImageNameToRefValid(t *testing.T) {
ex... | kubelet: pod-infra-container-image flag does not work with containerd
> Warning: For remote container runtime, --pod-infra-container-image is ignored in kubelet, which should be set in that remote runtime instead
To address this, we need to:
- [ ] remove this flag from kubelet unit file
- [ ] drop `settings.kubern... | See containerd's [cri plugin config](https://github.com/containerd/cri/blob/master/docs/config.md) for the expected setting. | 2019-10-08T22:57:30Z |
README.md exists but content is empty.
- Downloads last month
- 3