- Update to version 0.30.0+git20190411.205ae79:
* providers/vmware: update for new vmware library * vendor: update to use vmware libraries * tests: update code for google's uuid package * vendor: switch to github.com/google/uuid * vendor: bump go-semver to latest * vendor: update aws-sdk-go to latest tag * doc: Document new proxy configuration options * vendor: Add golang.org/x/net/http/httpproxy dep * tests: Initial positive/negative tests * engine: Update http client based on proxy config * schema: Add proxy config and properties * *: bump import path * platform: drop "pxe" * doc: add documentation for 3.1.0-experimental spec * tests: turn on 3.1.0-experimental tests * *: switch to using 3.1.0-experimental everywhere * tests: don't fail on 3.1.0-experimental * config: add v3.1.0-experimental spec * tests/runner: use generic parse * providers/util: use generic parse * internal/engine: use generic parse * tests: add test for directory correction * doc/spec-3_0: clarify behavior with overwrite * stages/file: fail if relabeling and no restorecon * stages/files: allow directory matching * config/v3_0/types: add files verification tests * config/v3_0/types/file: add more validation * config/helpers: make StrToPtr strict * doc/spec-3_0: clarify overwrite behavior OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=12
This commit is contained in:
parent
47ab4b18b8
commit
6b25b7b18e
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/coreos/ignition.git</param>
|
||||
<param name="changesrevision">2ce015b21f5de14d5a530ca3695a0ea62830f72f</param>
|
||||
<param name="changesrevision">7f9bc6dcb4705887ed00f2a105e7c16c52a0ad8b</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +1,95 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 11:32:53 UTC 2019 - kukuk@suse.de
|
||||
|
||||
- Update to version 0.30.0+git20190411.205ae79:
|
||||
* providers/vmware: update for new vmware library
|
||||
* vendor: update to use vmware libraries
|
||||
* tests: update code for google's uuid package
|
||||
* vendor: switch to github.com/google/uuid
|
||||
* vendor: bump go-semver to latest
|
||||
* vendor: update aws-sdk-go to latest tag
|
||||
* doc: Document new proxy configuration options
|
||||
* vendor: Add golang.org/x/net/http/httpproxy dep
|
||||
* tests: Initial positive/negative tests
|
||||
* engine: Update http client based on proxy config
|
||||
* schema: Add proxy config and properties
|
||||
* *: bump import path
|
||||
* platform: drop "pxe"
|
||||
* doc: add documentation for 3.1.0-experimental spec
|
||||
* tests: turn on 3.1.0-experimental tests
|
||||
* *: switch to using 3.1.0-experimental everywhere
|
||||
* tests: don't fail on 3.1.0-experimental
|
||||
* config: add v3.1.0-experimental spec
|
||||
* tests/runner: use generic parse
|
||||
* providers/util: use generic parse
|
||||
* internal/engine: use generic parse
|
||||
* tests: add test for directory correction
|
||||
* doc/spec-3_0: clarify behavior with overwrite
|
||||
* stages/file: fail if relabeling and no restorecon
|
||||
* stages/files: allow directory matching
|
||||
* config/v3_0/types: add files verification tests
|
||||
* config/v3_0/types/file: add more validation
|
||||
* config/helpers: make StrToPtr strict
|
||||
* doc/spec-3_0: clarify overwrite behavior
|
||||
* stages/files: refactor overwrite handling
|
||||
* config/v3_0: disallow overwrite and nil source
|
||||
* config: validate fs entries dont use symlinks
|
||||
* platform: drop compat alias for "ec2" platform ID
|
||||
* config/shared/errors: drop unused errors
|
||||
* doc/spec-v3_0: remove deprecated size and start
|
||||
* tests: add test for file conflicts
|
||||
* stages/files: check that files dont conflict
|
||||
* config: remove partition start and size
|
||||
* internal: don't use partitions.{size,start}
|
||||
* tests: change partitioning bb to use MiB
|
||||
* build_blackbox_tests: fix for go mod
|
||||
* stages/files: fix unit relabeling to exclude DestDir
|
||||
* Fix configspec link to remove `-experimental`
|
||||
* doc/spec-v3_0: update to not be -experimental
|
||||
* tag_release: allow -suffixes on tags
|
||||
* doc/spec-v3_0: remove docs on removed field
|
||||
* doc: drop -experimental from spec filename
|
||||
* news: add news for 2.0.0-alpha
|
||||
* tests/positive/general: use hashes from server
|
||||
* tests: make servers generate their own hashes
|
||||
* *: stablize spec 3.0.0
|
||||
* stages/files: fix relabel path to be relative to sysroot
|
||||
* tests: add bb test for invalid merged configs
|
||||
* exec/engine: validate merged config before use
|
||||
* tests/blackbox: make runner print config
|
||||
* config/types: call IgnoreDuplicates correctly
|
||||
* config: test to ensure config type is valid
|
||||
* config/types: de-pointer config.ignition.replace
|
||||
* config/merge: add tests
|
||||
* config: replace config appending with merging
|
||||
* config/v3_0_exp: rename config.append to merge
|
||||
* config: rework schema for better merging
|
||||
* *: rename ec2 -> aws and gce -> gcp
|
||||
* stages/files: Also relabel subuid/subgid files
|
||||
* doc/config-spec: drop passwd.users.create
|
||||
* config: drop passwd.users.create
|
||||
* config/validate: allow dups on some fields
|
||||
* config/validate_test: add tests for detecting dups
|
||||
* doc/config-v3_0_exp: add doc for new append logic
|
||||
* config/v3_0_exp: reject duplicate partition labels
|
||||
* config/v3_0_exp: require partition label or number
|
||||
* config/validate: validate no duplicates exist
|
||||
* config/v3_0_exp/types: implement Key() for types
|
||||
* tests/files: add test appending to existing file
|
||||
* tests: apply mode/owner in bb test runner input
|
||||
* config/v3_0_exp/types: rework storage.files.append
|
||||
* config: refactor
|
||||
* *: use config/ver instead of internal/config
|
||||
* config: move json schema to be with its types
|
||||
* test: don't validate docs
|
||||
* tests/negative/files: add ForceFileCreationNoOverwrite
|
||||
* *: default file.overwrite config option to false
|
||||
* tests/positive/passwd: add test UseAuthorizedKeysFile
|
||||
* tests/*: expose env vars through Test.Env
|
||||
* internal/*: drop merging authorized_keys.d into authorized_keys
|
||||
* vendor: switch to go modules
|
||||
* MAINTAINERS: update
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 17:36:58 UTC 2019 - Ignaz Forster <iforster@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ignition
|
||||
Version: 0.30.0+git20190301.2ce015b
|
||||
Version: 0.30.0+git20190411.205ae79
|
||||
Release: 0
|
||||
Group: System/Management
|
||||
Summary: First boot installer and configuration tool
|
||||
@ -41,6 +41,8 @@ applies the configuration.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
sed -i -e 's|go build -buildmode=pie|go build -mod vendor -buildmode=pie|g' build
|
||||
sed -i -e 's|go build -ldflags|go build -mod vendor -buildmode=pie -ldflags|g' build
|
||||
env VERSION=%{version} bash -x ./build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user