kamal-insecure 2.7.0 → 10.2.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf1698db231c02cb26727e394ea52f0e81ee5f7d7406ddd9c224bb3486658f36
4
- data.tar.gz: ebfffb70f35a6c0d0de37f05eaac85da88825a16e6b97d642ae8c1e3bbbf24e3
3
+ metadata.gz: ebc91d74309f7cdf35d9b2581d3d31b223aca625055b7c2de8088eaa74115e84
4
+ data.tar.gz: 3ca1ba59c5d753aab70cf21f041df30395625414a7f9efbcbee4710edf6be9c8
5
5
  SHA512:
6
- metadata.gz: 1cf64fa62b7f99f5d5125bd3d8284115300396cd336b92fe957d17793790441c7e00ef90977bd48caf2e349a1f142c9ceb01dad72f2de953fbc3f6e33c8c9f53
7
- data.tar.gz: 0fd3635f7e485d47c14d5bd22dd7afdd93d8b9edd271a02a89ac7c73e71a5fd1960528539751ec3b25d747b7b929067c6fda24457f30c056575be5a853522e23
6
+ metadata.gz: 5c9f184b48561b176875969d6e6dd64e598e8ee94aea53e22e9722eb9a47d8f0d12d7df5e9289a0c32379f6ef212338593be43f610e598a2dd5d67b9c6cc0564
7
+ data.tar.gz: af3e9140b92526a078211163bc413de154f994d7679dc71730d1e4b33766e545e8f027099cfeee0b006dc630a91b3ef5d4919cf62ed5e96b802c7d9ab867003e
@@ -16,7 +16,8 @@ class Kamal::Commands::Builder::Base < Kamal::Commands::Base
16
16
 
17
17
  def push(export_action = "registry", tag_as_dirty: false)
18
18
  docker :buildx, :build,
19
- "--output=type=#{export_action},registry.insecure=true",
19
+ "--output=type=#{export_action}",
20
+ "--allow security.insecure",
20
21
  *platform_options(arches),
21
22
  *([ "--builder", builder_name ] unless docker_driver?),
22
23
  *build_tag_options(tag_as_dirty: tag_as_dirty),
@@ -19,7 +19,7 @@ class Kamal::Commands::Builder::Remote < Kamal::Commands::Builder::Base
19
19
 
20
20
  def inspect_builder
21
21
  combine \
22
- combine inspect_buildx, inspect_remote_context,
22
+ combine(inspect_buildx, inspect_remote_context),
23
23
  [ "(echo no compatible builder && exit 1)" ],
24
24
  by: "||"
25
25
  end
data/lib/kamal/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Kamal
2
- VERSION = "2.7.0"
2
+ VERSION = "10.2.7.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kamal-insecure
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 10.2.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-08 00:00:00.000000000 Z
11
+ date: 2025-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport