Filtering posts by archive showing all years

You will have to pass the year in the args for example:

$args = array(
  'year'  => '2012',
);