Accepting request 1228679 from systemsmanagement:opentofu
OBS-URL: https://build.opensuse.org/request/show/1228679 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opentofu?expand=0&rev=26
This commit is contained in:
commit
c7416ab673
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/opentofu/opentofu/</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v1.8.6</param>
|
||||
<param name="revision">v1.8.7</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/opentofu/opentofu/</param>
|
||||
<param name="changesrevision">879fea59d9befeddf6c8b8657f27fdd4ed67787b</param></service></servicedata>
|
||||
<param name="changesrevision">82fdce1c7de0005449fe5848d134757c5801e67d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:566bc7f1ea126cbd9af275ea942d151dbcec55c454398b5abda368262989bf69
|
||||
size 19349005
|
3
opentofu-1.8.7.obscpio
Normal file
3
opentofu-1.8.7.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60397e1131483c63c524922d4e6a076f9422043cfbc583052125f4fb9da0245b
|
||||
size 19355149
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 06 06:27:00 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 1.8.7:
|
||||
* BUG FIXES:
|
||||
- Error messages related to validation of sensitive input
|
||||
variables will no longer disclose the sensitive value in the
|
||||
UI. (#2219)
|
||||
- Changes to encryption configuration now auto-apply the
|
||||
migration (#2232)
|
||||
- Updated github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 to
|
||||
make security scanners happy (no vulnerability, see #2179)
|
||||
- tofu test is now setting nulls for dynamic type when
|
||||
generating mock values. (#2245)
|
||||
- Variables declared in test files are now taking into account
|
||||
type default values. (#2244)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 22 19:26:51 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: opentofu
|
||||
version: 1.8.6
|
||||
mtime: 1732283871
|
||||
commit: 879fea59d9befeddf6c8b8657f27fdd4ed67787b
|
||||
version: 1.8.7
|
||||
mtime: 1733398966
|
||||
commit: 82fdce1c7de0005449fe5848d134757c5801e67d
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define executable_name tofu
|
||||
|
||||
Name: opentofu
|
||||
Version: 1.8.6
|
||||
Version: 1.8.7
|
||||
Release: 0
|
||||
Summary: Declaratively manage your cloud infrastructure
|
||||
License: MPL-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08afc11ba77365e49f0d853058577a9ebcdafa092988bb8adb67abfbf09ba833
|
||||
size 15553482
|
||||
oid sha256:7e27c3df1b2704096a9dc8b9c724f4a6176075dfa53f9bd8faa8c5a71572d93e
|
||||
size 15560432
|
||||
|
Loading…
Reference in New Issue
Block a user