kamal-backup 1.0.0.rc1 → 1.0.0
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 +4 -4
- data/README.md +3 -3
- data/lib/kamal_backup/version.rb +1 -1
- metadata +3 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0b99d8270f625d97d1880cb3301d81aae8bcf201f77960a49fc84de7ade4667
|
|
4
|
+
data.tar.gz: d00ea2f74dd7b1060ea49c338841e10deb4cfaab2215e1ab4e553a74f211cdae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a41f4e714f147d3216e90f96b7b66b7082f9b9914adbfef56abbb6177ddc8931375904a9d43610fba302a0fa5b70f3565411a898786259e55ef66f5fddb4d8f2
|
|
7
|
+
data.tar.gz: 46eeba2ce40db29124c149eeb632b59ef48462bbc5fa27c6d660e3636fc703aebb4c67edac775d6f7ad17c9cd443ede06884aaaeee614398f21918f2c0b4005c
|
data/README.md
CHANGED
|
@@ -147,12 +147,12 @@ Start here:
|
|
|
147
147
|
Run the release helper from a clean `master` checkout:
|
|
148
148
|
|
|
149
149
|
```sh
|
|
150
|
-
bin/release 0.
|
|
150
|
+
bin/release 1.0.1
|
|
151
151
|
```
|
|
152
152
|
|
|
153
|
-
It updates `lib/kamal_backup/version.rb`, syncs `Gemfile.lock`, commits
|
|
153
|
+
It updates `lib/kamal_backup/version.rb`, syncs `Gemfile.lock`, commits the release, and pushes `master`. CI runs the test suite and docs build, publishes the RubyGem and Docker image tags, then creates the version tag, GitHub release, and docs deployment from the release commit.
|
|
154
154
|
|
|
155
|
-
|
|
155
|
+
Add `--no-push` to prepare the release commit locally without publishing.
|
|
156
156
|
|
|
157
157
|
## License
|
|
158
158
|
|
data/lib/kamal_backup/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kamal-backup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- crmne
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -148,13 +148,7 @@ metadata:
|
|
|
148
148
|
source_code_uri: https://github.com/crmne/kamal-backup
|
|
149
149
|
changelog_uri: https://github.com/crmne/kamal-backup/releases
|
|
150
150
|
rubygems_mfa_required: 'true'
|
|
151
|
-
post_install_message:
|
|
152
|
-
kamal-backup 0.3 changes config/kamal-backup.yml.
|
|
153
|
-
|
|
154
|
-
If you are upgrading from 0.2, migrate the old flat YAML keys to the new grouped shape:
|
|
155
|
-
https://kamal-backup.dev/upgrading/#upgrading-to-03
|
|
156
|
-
|
|
157
|
-
Run `bundle exec kamal-backup validate` before rebooting the backup accessory.
|
|
151
|
+
post_install_message:
|
|
158
152
|
rdoc_options: []
|
|
159
153
|
require_paths:
|
|
160
154
|
- lib
|