Change log for ubuntu-core-upgrader package in Ubuntu

120 of 20 results
Deleted in artful-release (Reason: Specific to Ubuntu Core 15, no longer developed; LP: #171...)
Deleted in artful-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.7.14) artful; urgency=medium

  * Fix flake8 test failures.

 -- Simon Quigley <email address hidden>  Thu, 22 Jun 2017 20:17:14 -0500

Available diffs

Superseded in artful-release
Obsolete in zesty-release
Obsolete in yakkety-release
Published in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.7.13) wily; urgency=low

  * fix pyflakes error

 -- Michael Vogt <email address hidden>  Wed, 17 Jun 2015 16:56:32 +0200

Available diffs

Superseded in wily-proposed
ubuntu-core-upgrader (0.7.12) wily; urgency=low

  * ubuntucoreupgrader/apply.py:
    - always send json progress on stdout to have progress for
      snapyp with s-i 3.0 that does not store the progress information
      in its global config

 -- Michael Vogt <email address hidden>  Wed, 17 Jun 2015 15:44:49 +0200

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.7.11) wily; urgency=medium

  * ubuntucoreupgrader/upgrader.py: Call os.sync() at end of sync_partitions()
    and after each unpack to minimise unflushed data and thus minimise the
    risk of corruption issues (such as LP: #1435774).

 -- James Hunt <email address hidden>  Wed, 22 Apr 2015 10:36:19 +0100

Available diffs

Superseded in wily-release
Obsolete in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.7.10) vivid; urgency=medium

  * ubuntucoreupgrader/upgrader.py: _cmd_mount(): Don't sync partitions
    for a full (non-delta) update (LP: #1444500).
  * ubuntucoreupgrader/tests/test_upgrader.py:
    - touch_file(): Fix to make file of size 0, not 1.
    - test_marker_file(): Removed.
    - test_other_considered_empty(): New test.
  * ubuntucoreupgrader/tests/utils.py:
    - append_file(): Create zero-length file if contents are None.
  * ubuntucoreupgrader/upgrader.py:
    - Replaced marker file logic by tighter scoped strategy where the s-i
      config file is pre-created with zero size prior to performing an s-i
      update operation. This strategy allows a failed update to be identified
      from either a missing s-i config file, or a zero-length one.
 -- James Hunt <email address hidden>   Mon, 13 Apr 2015 20:28:33 +0100

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.7.9) vivid; urgency=medium

  * mkfs(): Fixed mkfs command line (missing comma).
 -- James Hunt <email address hidden>   Fri, 10 Apr 2015 15:04:33 +0100

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.7.8) vivid; urgency=medium

  * Implement s-i format command to handle full-image (non-delta) updates
    correctly.
  * ubuntucoreupgrader/upgrader.py: Tolerate an invalid 'removed' file
    to avoid the upgrade failing attempting to remove '/writable/cache'
    (see LP: #1437225).
  * functional/test_upgrader.py: Add tests for an invalid removed file.
 -- James Hunt <email address hidden>   Tue, 07 Apr 2015 14:29:29 +0100

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.7.7) vivid; urgency=low

  * fix entry point for s-i 3.0
 -- Michael Vogt <email address hidden>   Fri, 13 Mar 2015 09:03:35 +0100

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.7.6) vivid; urgency=low

  [ James Hunt]
  * ubuntucoreupgrader/upgrader.py:
    - get_file_contents(): Fix to avoid leaking the fd.
  * functional/test_upgrader.py: Basic set of functional tests.

  [ Michael Vogt ]
  * cleanup and removal of unused code
 -- Michael Vogt <email address hidden>   Tue, 10 Mar 2015 14:13:10 +0100

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.7.5) vivid; urgency=low

  [ Michael Vogt ]
  * ubuntucoreupgrader/apply.py:
    - fix missing timeout in select() call
    - write spinner progress unbuffered
    - remove dbus progress

  [ James Hunt ]
  * ubuntucoreupgrader/tests/test_upgrader.py:
    - More tar_generator() tests.
    - Added first Upgrader() object test.
  * ubuntucoreupgrader/upgrader.py:
    - parse_args():
      - Moved from bin/ubuntu-core-upgrade to simplify testing.
      - Now takes an args parameter.
    - tar_generator():
       - Simplified logic to determine if an unpack should occur.
       - Fix to allow '--root-dir' to work again.
       - Fix bug where path not set (only affecting tests).
    - Upgrader:__init__():
      - Assert root_dir option set.
      - Moved some logic to prepare() and restart_associated_services() to
        simplify testing.
 -- Michael Vogt <email address hidden>   Wed, 04 Mar 2015 12:33:49 +0100

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.7.4) vivid; urgency=low

  * ubuntucoreupgrader/tests/test_upgrader.py:
    - add regression test for unpacking of assets/
  * ubuntucoreupgrader/upgrader.py:
    - unpack "assets/" and "hardware.yaml" to ensure that snappy
      can install new kernels/initrd/dtb files
 -- Michael Vogt <email address hidden>   Tue, 03 Mar 2015 15:34:37 +0100

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.7.3) vivid; urgency=low

  * fix config.machine_readable to be real json
 -- Michael Vogt <email address hidden>   Wed, 25 Feb 2015 20:18:42 +0100

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.7.2) vivid; urgency=low

  * pep8 fix
 -- Michael Vogt <email address hidden>   Wed, 25 Feb 2015 13:53:30 +0100

Available diffs

Superseded in vivid-proposed
ubuntu-core-upgrader (0.7.1) vivid; urgency=low

  * improve logging if ubuntu-core-upgrader fails and provide
    stdout/stderr in the exception
 -- Michael Vogt <email address hidden>   Tue, 24 Feb 2015 08:58:52 +0100

Available diffs

0.7
Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.7) vivid; urgency=medium

  * Move this from the ppa to the main archive.
  * Add Vcs-Bzr.

  [ James Hunt ]
  * ubuntucoreupgrader/upgrader.py:
    - tar_generator(): Permit unpack of assets/ directory to allow snappy to
      install them (and clean up).
 -- Steve Langasek <email address hidden>   Fri, 20 Feb 2015 17:00:34 -0800

Available diffs

0.5
Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.5) vivid; urgency=low

  * do not fail hard on umount --lazy error
  * support output of systemctrl status for both systemd 209 and 215
 -- Michael Vogt <email address hidden>   Tue, 18 Nov 2014 13:37:17 +0100

Available diffs

0.4
Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.4) vivid; urgency=medium

  * bin/ubuntu-core-upgrade:
    - Internal restructure to make testing easier.
    - Added '--root-dir' and '--clean-only' options.
  * man/ubuntu-core-upgrade.1: Added '--root-dir' and '--clean-only'.
  * ubuntucoreupgrader/parser.py:
    - get_userdata_mounts(): Reverse sort to handle child mounts first.
    - get_affected_pids(): Discard stderr to ignore harmless warnings
      which disrupt parsing.
    - Honour '--tmpdir' now.
    - Handle '--root-dir'.
    - Made output more consistent.
 -- James Hunt <email address hidden>   Mon, 17 Nov 2014 09:08:49 +0000

Available diffs

0.3
Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.3) vivid; urgency=medium

  * Added '--no-reboot' and '--reboot-delay' options.
  * ubuntucoreupgrader/parser.py:
    - tar_generator():
      - Reworked to make logic clearer.
      - Only ignore devices if they already exist.
    - _update():
      - Strip expected file prefix rather than just blindly removing first
        element.
      - Ignore relative paths.
 -- James Hunt <email address hidden>   Mon, 03 Nov 2014 14:03:29 +0000

Available diffs

0.2
Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.2) vivid; urgency=medium

  * Handle busy inodes by restarting services where possible and
    triggering a reboot as a last resort.
  * debian/control:
    - Added Depends: on lsof and e2fsprogs (for mklost+found).
  * README.rst: Outline of design and upgrade process.
  * Add --dry-run option.
  * Removed man pages for now non-existent commands.
  * man/ubuntu-core-upgrade.1: New man page.
  * bin/ubuntu-core-upgrade:
    - Added --check-reboot option.
    - Added uid check for privileged operations.
  * ubuntucoreupgrader/parser.py:
    - get_affected_pids():
      - Don't restrict the check to the rootfs only
        since the upgrader can apply files to writable areas in some
        circumstances.
      - Improve checks on open files for consideration.
    - Parser(): Added REBOOT_OPEN_FILE reason.
  * Use python logging module.
  * Log details to stderr and syslog for destructive upgrade.
 -- James Hunt <email address hidden>   Mon, 27 Oct 2014 16:03:42 +0000

Available diffs

0.1
Superseded in vivid-release
Obsolete in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
ubuntu-core-upgrader (0.1) utopic; urgency=medium

  * Initial release (LP: #1380674).
 -- James Hunt <email address hidden>   Wed, 15 Oct 2014 09:05:18 +0100
120 of 20 results